Changes between Version 18 and Version 19 of WARPLab/Examples


Ignore:
Timestamp:
Aug 27, 2015, 10:57:54 PM (9 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Examples

    v18 v19  
    33= Examples =
    44
     5
     6|| [[Image(wiki:GettingStarted/files:important.png,nolink,valign=middle)]] || The Examples are currently being upgraded for WARPLab 7.6.0 and will not work with prior versions of WARPLab.  You can find the code for the WARPLab 7.5.1 examples [http://warpproject.org/trac/browser/ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Examples?rev=4487 here]. ||
     7
     8
    59This page briefly describes the examples in the {{{M_Code_Examples}}} directory that part of every WARPLab Reference Design Release.
    610
    711== SISO Transmission and Reception Example ==
    8 File: [source:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Examples/wl_example_siso_txrx.m wl_example_siso_txrx.m]
     12File: [source:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Examples/wl_example_basic_txrx.m wl_example_basic_txrx.m]
    913
    1014Requirements: 2 WARP v3 kits or 2 WARP v2 kits, 1 antenna each.
    1115
    12 This 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}}}.
    13 
    14 == MIMO Transmission and Reception Example ==
    15 File: [source:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Examples/wl_example_mimo_txrx.m wl_example_mimo_txrx.m]
    16 
    17 Requirements: 2 WARP v3 kits or 2 WARP v2 kits, 2 antennas each.
    18 
    19 This 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.
     16This is the introductory example to WARPLab 7.  This example demonstrates basic transmission and reception of waveforms between two WARP nodes.  One node will transmit a simple sinusoid and the other node will receive the sinusoid.
    2017
    2118== SISO OFDM Comm Example ==
     
    2825Please see [wiki:./nodeSync Synchronized Nodes Example] for details and code.
    2926
    30 
    3127== Multi-Node Array Example ==
    3228Please see [wiki:./8x2Array 8x2 Multi-node Array] for details and code.
     
    3531Please see [wiki:./Spectrogram Spectrogram Example] for details and code.
    3632
    37 
    3833== User Extension Example ==
    3934Please see [wiki:./userExtension EEPROM User Extension] for details and code.