Changes between Version 14 and Version 15 of WARPLab6


Ignore:
Timestamp:
Aug 21, 2008, 3:45:04 PM (16 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab6

    v14 v15  
    2222== Getting Started ==
    2323 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]).
    24  2. Download the WARPLab Reference M code to your PC. These files should be installed in your MATLAB path. We recommend putting the files in the following directory, where <MATLAB_ROOT> is the root of your MATLAB installation.
    25 {{{
    26 <MATLAB_ROOT>\toolbox\WARPLab\
    27 }}}
    28  After copying the WARPLab Reference M code to this folder, you need to update MATLAB's search path to include the new directory. In MATLAB, choose File->Set Path. Click Add with Subfolders, navigate to <MATLAB_ROOT>\toolbox\WARPLab, click OK, then click Save. Finally, run these commands on the MATLAB command line to force a refresh of the toolbox caches:
    29 {{{
    30 rehash toolboxcache
    31 rehash toolbox
    32 clear all functions
    33 }}}
     24 2. Download the WARPLab Reference M code to your PC. The instructions are available [wiki:edk_user_repository here]. In the final step you can choose the appropriate version to add to the path.
    3425 * [source:/ResearchApps/PHY/WARPLAB/WARPLAB_SISO/M_code Version 1 of the Reference M code].
    3526 * [source:/ResearchApps/PHY/WARPLAB/WARPLab_SISO_MIMO2x2/M_Code Version 2 of the Reference M code].