Changes between Version 5 and Version 6 of WARPLab/Examples


Ignore:
Timestamp:
Mar 8, 2013, 4:30:50 PM (11 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Examples

    v5 v6  
    99Requirements: 2 WARP v3 boards, 1 antenna each.
    1010
    11 This example uses WARPLab7 to transmit a sinusoid from one WARP board and receives this sinusoid from another. Additionally, a preamble is attached to the beginning of this sinusoid "payload" that can optionally be used by the Automatic Gain Control (AGC) functionality of the receiver.
     11This example uses WARPLab7 to transmit a sinusoid from one WARP board and receives this sinusoid from another. Additionally, a preamble is attached to the beginning of this sinusoid "payload" that can optionally be used by the Automatic Gain Control (AGC) functionality of the receiver to set gains. AGC mode is enabled by a variable at the top of the script called {{{USE_AGC}}}.
    1212
    13 == wl_example_mimo_txrx.m ==
     13== MIMO Transmission and Reception Example ==
     14File: [source:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Examples/wl_example_mimo_txrx.m wl_example_mimo_txrx.m]
     15Requirements: 2 WARP v3 boards, 2 antenna each.
     16
     17This example is nearly identical to the SISO example, except that both RF interfaces on WARP v3 are used to transmit and receive. We send two different frequency sinusoids -- one from each transmit antenna, and receive the superposition of those sinusoids on both receive antennas.