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


Ignore:
Timestamp:
May 20, 2014, 9:25:17 AM (10 years ago)
Author:
welsh
Comment:

--

Legend:

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

    v4 v5  
    6464
    6565
    66 '''Arguments:''' (float BAND, int CHAN)
    67 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]]
     66'''Arguments:''' (float BAND, int CHAN)[[BR]]
     67  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]]
    6969
    7070'''Returns:''' none
     
    106106
    107107
    108 '''Arguments:''' (int BB_GAIN, int RF_GAIN)
    109 BB_GAIN: Must be integer in ![0,1,2,3] for approx ![-5, -3, -1.5, 0]dB baseband gain[[BR]]
    110 RF_GAIN: Must be integer in ![0:63] for approx ![0:31]dB RF gain[[BR]]
     108'''Arguments:''' (int BB_GAIN, int RF_GAIN)[[BR]]
     109  BB_GAIN: Must be integer in ![0,1,2,3] for approx ![-5, -3, -1.5, 0]dB baseband gain[[BR]]
     110  RF_GAIN: Must be integer in ![0:63] for approx ![0:31]dB RF gain[[BR]]
    111111
    112112'''Returns:''' none
     
    114114BB_GAIN and RF_GAIN must be scalars (same values for all specified interfaces) or[[BR]]
    1151151-D vectors (one value per interface) with length equal to the length of the interface ID vector[[BR]]
     116
     117NOTE:  The parameters are in the order in which they are applied to the signal (ie baseband gain, then RF gain)[[BR]]
    116118
    117119
     
    121123
    122124
    123 '''Arguments:''' (int BB_GAIN, int RF_GAIN)
    124 BB_GAIN: Must be integer in ![0:31] for approx ![0:63]dB baseband gain[[BR]]
    125 RF_GAIN: Must be integer in ![1,2,3] for approx ![0,15,30]dB RF gain[[BR]]
     125'''Arguments:''' (int RF_GAIN, int BB_GAIN)[[BR]]
     126  RF_GAIN: Must be integer in ![1,2,3] for approx ![0,15,30]dB RF gain[[BR]]
     127  BB_GAIN: Must be integer in ![0:31] for approx ![0:63]dB baseband gain[[BR]]
    126128
    127129'''Returns:''' none
     
    129131BB_GAIN and RF_GAIN must be scalars (same values for all specified interfaces) or[[BR]]
    1301321-D vectors (one value per interface) with length equal to the length of the interface ID vector[[BR]]
     133
     134NOTE:  The parameters are in the order in which they are applied to the signal (ie RF gain, then baseband gain)[[BR]]
    131135
    132136
     
    136140
    137141
    138 '''Arguments:''' (int FILT)
    139 FILT: Must be integer in ![1,2,3] for approx ![12,18,24]MHz corner frequencies (![24,36,48]MHz bandwidths)[[BR]]
     142'''Arguments:''' (int FILT)[[BR]]
     143  FILT: Must be integer in ![1,2,3] for approx ![12,18,24]MHz corner frequencies (![24,36,48]MHz bandwidths)[[BR]]
    140144
    141145'''Returns:''' none
     
    150154
    151155
    152 '''Arguments:''' (int FILT)
    153 FILT: Must be integer in ![0,1,2,3] for approx ![7.5,9.5,14,18]MHz corner [[BR]]
     156'''Arguments:''' (int FILT)[[BR]]
     157  FILT: Must be integer in ![0,1,2,3] for approx ![7.5,9.5,14,18]MHz corner [[BR]]
    154158frequencies (![15,19,28,36]MHz bandwidths)[[BR]]
    155159
     
    164168
    165169
    166 '''Arguments:''' (string MODE)
    167 MODE: 'automatic' for AGC, or 'manual' for manual gain control[[BR]]
     170'''Arguments:''' (string MODE)[[BR]]
     171  MODE: 'automatic' for AGC, or 'manual' for manual gain control[[BR]]
    168172
    169173'''Returns:''' none