Changes between Version 1 and Version 2 of WARPLab6


Ignore:
Timestamp:
Nov 6, 2007, 9:56:04 PM (16 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab6

    v1 v2  
    1 Placeholder for WARPLab documentation
     1= WARPLab =
     2
     3WARPLab is a framework which brings together WARP and MATLAB. With WARPLab, you can interact with WARP nodes directly from the MATLAB workspace.
     4
     5== Requirements ==
     6 * At least two WARP nodes
     7 * A PC with MATLAB
     8 * An Ethernet switch
     9
     10== Getting Started ==
     11 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]).
     12 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.
     13 1. Connect your PC and two WARP boards to a common Ethernet switch. Ideally, nothing else should be connected to the same switch.
     14 1. Set your PC's IP address to 10.0.0.200
     15 1. Set the DIP switches on two boards to 0 and 1
     16 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]).
     17 1. Try one of the examples. The GUI (warplab_siso_Gui) is the best one to start with.