Changes between Version 16 and Version 17 of WARPLab/Examples


Ignore:
Timestamp:
Feb 24, 2015, 2:53:44 PM (9 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Examples

    v16 v17  
    88File: [source:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Examples/wl_example_siso_txrx.m wl_example_siso_txrx.m]
    99
    10 Requirements: 2 WARP v3 kits, 1 antenna each.
     10Requirements: 2 WARP v3 kits or 2 WARP v2 kits, 1 antenna each.
    1111
    12 This 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}}}.
     12This example uses WARPLab 7 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}}}.
    1313
    1414== MIMO Transmission and Reception Example ==
    1515File: [source:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Examples/wl_example_mimo_txrx.m wl_example_mimo_txrx.m]
    1616
    17 Requirements: 2 WARP v3 kits, 2 antennas each.
     17Requirements: 2 WARP v3 kits or 2 WARP v2 kits, 2 antennas each.
    1818
    19 This 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.
     19This example is nearly identical to the SISO example, except that both RF interfaces 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.
    2020
    2121== OFDM Comm Example ==