Changes between Version 4 and Version 5 of WARPLab6


Ignore:
Timestamp:
Apr 10, 2008, 11:57:27 AM (16 years ago)
Author:
MelissaDuarte
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab6

    v4 v5  
    1010 * An Ethernet switch
    1111
     12== Note about WARPLab files ==
     13There are two versions of the WARPLab files.
     14
     15 * Version 1: Posted on November 2007. Supports SISO communication. This was the version used at the Fourth WARP Workshop (held at Rice on Nov 1-2 2007) and the Fifth WARP Workshop (held at IIT MAdras on Dec 1-2 2007).
     16
     17 * Version 2: Posted on April 2008. Supports SISO and MIMO (2x2) communication and allows continuous transmission mode. This was the version used at the Sixth WARP Workshop (held at Nile University on April 16-17 2008). The MATLAB functions support both SISO and 2x2 MIMO.  Two bitstreams are provided, one bitstream to program the boards in the SISO configuration and another bitstream to program the boards in the 2x2 MIMO configuration.
     18
    1219== Getting Started ==
    1320 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]).
    14  1. Download the WARPLab source code to your PC (get it from [source:/ResearchApps/PHY/WARPLAB/WARPLAB_SISO/M_code the repository]). Put the code somewhere in MATLAB's path.
     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:
     22{{{
     23rehash toolboxcache
     24rehash toolbox
     25clear all functions
     26}}}
     27 * [source:/ResearchApps/PHY/WARPLAB/WARPLAB_SISO/M_code Link to version 1 of the source code].
     28 * [source:/ResearchApps/PHY/WARPLAB/WARPLab_SISO_MIMO2x2/M_Code Link to version 2 of the source code].
    1529 1. Connect your PC and two WARP boards to a common Ethernet switch. Ideally, nothing else should be connected to the same switch.
    1630 1. Set your PC's IP address to 10.0.0.200
    1731 1. Set the DIP switches on two boards to 0 and 1
    18  1. Download the WARPLab bitstream (warplab_siso.bit) to both boards (get it from the [source:/ResearchApps/PHY/WARPLAB/WARPLAB_SISO/warplab_siso.bit respository]).
     32 1. Download the WARPLab bitstream to both boards.
     33 * [source:/ResearchApps/PHY/WARPLAB/WARPLAB_SISO/warplab_siso.bit Link to the SISO bitstream] that works with version 1 of the source code
     34 * [source:ResearchApps/PHY/WARPLAB/WARPLab_SISO_MIMO2x2/warplab_siso_v02.bit Link to the SISO bistream] that works with version 2 of the source code.
     35 * [source:ResearchApps/PHY/WARPLAB/WARPLab_SISO_MIMO2x2/warplab_mimo_2x2_v02.bit Link to the 2x2 MIMO bistream] that works with version 2 of the source code.
    1936 1. Try one of the examples. The GUI (warplab_siso_Gui) is the best one to start with.