Changes between Version 6 and Version 7 of WARPLab6


Ignore:
Timestamp:
Apr 11, 2008, 9:53:18 AM (16 years ago)
Author:
MelissaDuarte
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab6

    v6 v7  
    1919== Getting Started ==
    2020 1. Install Peter Rydesäter's open-source TCP/UDP toolbox for MATLAB (get it free from [http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=345 MATLAB Central]).
    21  1. Download the WARPLab source code to your PC. Put the code somewhere in MATLAB's path and then run these commands on the MATLAB command line to force a refresh of the toolbox caches:
     21 2. Download the WARPLab source code to your PC. Put the code somewhere in MATLAB's path and then run these commands on the MATLAB command line to force a refresh of the toolbox caches:
    2222{{{
    2323rehash toolboxcache
     
    2727 * [source:/ResearchApps/PHY/WARPLAB/WARPLAB_SISO/M_code Link to version 1 of the source code].
    2828 * [source:/ResearchApps/PHY/WARPLAB/WARPLab_SISO_MIMO2x2/M_Code Link to version 2 of the source code].
    29  1. Connect your PC and two WARP boards to a common Ethernet switch. Ideally, nothing else should be connected to the same switch.
    30  1. Set your PC's IP address to 10.0.0.200
    31  1. Set the DIP switches on two boards to 0 and 1
    32  1. Download the WARPLab bitstream to both boards.
     29 3. Connect your PC and two WARP boards to a common Ethernet switch. Ideally, nothing else should be connected to the same switch.
     30 4. Set your PC's IP address to 10.0.0.200
     31 5. Set the DIP switches on two boards to 0 and 1
     32 6. Download the WARPLab bitstream to both boards.
    3333 * [source:/ResearchApps/PHY/WARPLAB/WARPLAB_SISO/warplab_siso.bit Link to the SISO bitstream] that works with version 1 of the source code
    3434 * [source:ResearchApps/PHY/WARPLAB/WARPLab_SISO_MIMO2x2/warplab_siso_v02.bit Link to the SISO bitstream] that works with version 2 of the source code.
    3535 * [source:ResearchApps/PHY/WARPLAB/WARPLab_SISO_MIMO2x2/warplab_mimo_2x2_v02.bit Link to the 2x2 MIMO bitstream] that works with version 2 of the source code.
    36  1. Try one of the examples. The GUI (warplab_siso_Gui) is the best one to start with.
     36 7. Try one of the examples. The GUI (warplab_siso_Gui) is the best one to start with.