Changes between Version 5 and Version 6 of WARPLab/Reference/Interface/X245


Ignore:
Timestamp:
Mar 13, 2015, 12:11:01 PM (9 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Reference/Interface/X245

    v5 v6  
    4242
    4343
     44
    4445=== {{{rx_en}}} ===
    4546Enable receive mode for selected interfaces[[BR]]
     
    5152
    5253
     54
    5355=== {{{tx_rx_dis}}} ===
    54 Disable transmita and receive for selected interfaces (standby mode)[[BR]]
     56Disable transmit and receive for selected interfaces (standby mode)[[BR]]
    5557
    5658
     
    5860
    5961'''Returns:''' none
     62
    6063
    6164
     
    6669'''Arguments:''' (float BAND, int CHAN)[[BR]]
    6770  BAND: Must be 2.4 or 5, to select 2.4GHz or 5GHz channels[[BR]]
    68   CHAN: Must be integer in ![1,11] for BAND=2.4, ![1,23] for BAND=5[[BR]]
     71  CHAN: Must be integer in ![1,11] for BAND=2.4; ![1,23] for BAND=5[[BR]]
    6972
    7073'''Returns:''' none
    7174
    72 BAND and CHAN must be scalars (same values for all specified interfaces) or[[BR]]
    73 1-D vectors (one value per interface) with length equal to the length of the interface ID vector[[BR]]
     75BAND and CHAN must be scalars (same values for all specified interfaces) or 1-D vectors (one value per interface) with length equal to the length of the interface ID vector[[BR]]
    7476
    7577Band/Channel - Center Frequency Map:[[BR]]
     
    101103
    102104
     105
    103106=== {{{tx_gains}}} ===
    104107Sets the gains for the variable gain amplifiers in the MAX2829 Tx path[[BR]]
     
    112115'''Returns:''' none
    113116
    114 BB_GAIN and RF_GAIN must be scalars (same values for all specified interfaces) or[[BR]]
    115 1-D vectors (one value per interface) with length equal to the length of the interface ID vector[[BR]]
     117BB_GAIN and RF_GAIN must be scalars (same values for all specified interfaces) or 1-D vectors (one value per interface) with length equal to the length of the interface ID vector[[BR]]
    116118
    117119NOTE:  The parameters are in the order in which they are applied to the signal (ie baseband gain, then RF gain)[[BR]]
     120
    118121
    119122
     
    129132'''Returns:''' none
    130133
    131 BB_GAIN and RF_GAIN must be scalars (same values for all specified interfaces) or[[BR]]
    132 1-D vectors (one value per interface) with length equal to the length of the interface ID vector[[BR]]
     134BB_GAIN and RF_GAIN must be scalars (same values for all specified interfaces) or 1-D vectors (one value per interface) with length equal to the length of the interface ID vector[[BR]]
    133135
    134136NOTE:  The parameters are in the order in which they are applied to the signal (ie RF gain, then baseband gain)[[BR]]
     137
    135138
    136139
     
    145148'''Returns:''' none
    146149
    147 FILT must be scalar (same value for all specified interfaces) or 1-D vector (one value per interface) [[BR]]
    148 with length equal to the length of the interface ID vector[[BR]]
     150FILT must be scalar (same value for all specified interfaces) or 1-D vector (one value per interface) with length equal to the length of the interface ID vector[[BR]]
     151
    149152
    150153
     
    160163'''Returns:''' none
    161164
    162 FILT must be scalar (same value for all specified interfaces) or 1-D vector (one value per interface) [[BR]]
    163 with length equal to the length of the interface ID vector[[BR]]
     165FILT must be scalar (same value for all specified interfaces) or 1-D vector (one value per interface) with length equal to the length of the interface ID vector[[BR]]
     166
    164167
    165168
     
    172175
    173176'''Returns:''' none
     177
     178
     179
     180=== {{{rx_rxhp}}} ===
     181Sets the RXHP mode on the node when in manual gain control[[BR]]
     182
     183
     184'''Arguments:''' (string MODE)[[BR]]
     185  MODE: 'enable', or 'disable' RXHP on the node when in manual gain control[[BR]]
     186
     187'''Returns:''' none
     188