Changes between Version 2 and Version 3 of WARPLab/Reference/Utility


Ignore:
Timestamp:
Mar 29, 2013, 3:05:00 PM (11 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Reference/Utility

    v2 v3  
    44
    55== wl_setup ==
     6File source: [browser:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/wl_setup.m wl_setup.m]
     7
     8This function should be run whenever a WARPLab release is first set up. It will ask the user a series of prompts on the MATLAB command line and, based on responses to those prompts, form a 'wl_config.ini' file inside the {{{config}}} directory of a WARPLab Reference Design release. Additionally, a 'wl_config.ini' file already exists in the {{{config}}} folder, this function will use the configuration options specified there as the default values for creating the new script. As such, if users have complex configurations that they do not want to manually recreate every time they download a new WARPLab Reference Design release, they can copy their old configuration files into the new {{{config}}} folder before running 'wl_setup'.
     9
     10== wl_config_read ==
     11File source: [browser:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/util/wl_config_read.m wl_config_read.m]
     12
     13This function will read the current configuration file and print its contents to the MATLAB command line.
     14
     15== wl_ver ==
     16File source: [browser:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/util/wl_ver.m wl_ver.m]
     17
     18This function will print the version of the WARPLab framework that is currently configured in MATLAB.
     19
     20== wl_cmd_doc ==
     21File source: [ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/util/wl_cmd_doc.m wl_cmd_doc.m]
     22
     23This function prints documentation for individual commands based on the command string provided as the argument. This is the same information that is present in [wiki:WARPLab7/Reference/Commands the online command documentation]. For example, typing {{{wl_cmd_doc('write_IQ')}}} into the MATLAB command line will print command documentation for the [wiki:WARPLab7/Reference/Commands/Baseband#write_iq write_IQ] command.
     24
     25== wl_cmd_list ==
     26File source: [browser:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/util/wl_cmd_list.m wl_cmd_list.m]
    627
    728== wl_initNodes ==
     29File source: [browser:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/util/wl_initNodes.m wl_initNodes.m]