Changes between Version 6 and Version 7 of WARPLab/Examples


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Examples

    v6 v7  
    77== SISO Transmission and Reception Example ==
    88File: [source:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Examples/wl_example_siso_txrx.m wl_example_siso_txrx.m]
    9 Requirements: 2 WARP v3 boards, 1 antenna each.
    109
    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 to set gains. AGC mode is enabled by a variable at the top of the script called {{{USE_AGC}}}.
     10Requirements: 2 WARP v3 kits, 1 antenna each.
     11
     12This example uses WARPLab7 to transmit a sinusoid from one WARP kit 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}}}.
    1213
    1314== MIMO Transmission and Reception Example ==
    1415File: [source:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Examples/wl_example_mimo_txrx.m wl_example_mimo_txrx.m]
    15 Requirements: 2 WARP v3 boards, 2 antenna each.
     16
     17Requirements: 2 WARP v3 kits, 2 antennas each.
    1618
    1719This 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.