Changes between Version 26 and Version 27 of WARPLab/Examples/OFDM


Ignore:
Timestamp:
Nov 3, 2015, 11:12:15 AM (8 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Examples/OFDM

    v26 v27  
    33File: [source:/ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Examples/wl_example_siso_ofdm_txrx.m wl_example_siso_ofdm_txrx.m]
    44
    5 This WARPLab example implements a simple OFDM transmitter and receiver. The script can run with or without WARP hardware in the loop and does not require any extra MATLAB toolboxes.
     5This WARPLab example implements a simple OFDM transmitter and receiver. The script can run with WARP hardware in the loop or it can run as a standalone MATLAB simulation of a complete OFDM transmitter and receiver. The MATLAB code does not require any MATLAB toolboxes that are not provided in a basic installation.
    66
    77'''Important:''' this script is not intended as a tutorial of OFDM. If you're not already familiar with the basics of OFDM please start with one of the many good [https://www.google.com/search?q=ofdm+tutorial OFDM tutorials] available online. You will need to know the basics of OFDM before understanding the Tx and Rx processing in this example.
     
    3636
    3737== Running the Example ==
    38 The WARPLab OFDM example can be used in simulation only mode and in hardware-in-the-loop mode.
     38The WARPLab OFDM example can be used in simulation-only mode and in hardware-in-the-loop mode.
    3939
    4040=== Simulation ===