Changes between Version 8 and Version 9 of WARPLab/Reference/Interface/X245


Ignore:
Timestamp:
Aug 29, 2016, 3:49:04 PM (8 years ago)
Author:
murphpo
Comment:

--

Legend:

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

    v8 v9  
    3333== Command List and Documentation ==
    3434
    35 
    3635=== {{{tx_en}}} ===
    3736Enable transmit mode for selected interfaces[[BR]]
     
    8281'''Arguments:''' (float BAND, int CHAN)
    8382BAND: Must be 2.4 or 5, to select 2.4GHz or 5GHz channels[[BR]]
    84 CHAN: Must be integer in ![1,11] for BAND=2.4, ![1,23] for BAND=5[[BR]]
     83CHAN: Must be integer in ![1,14] for BAND=2.4, ![1,44] for BAND=5[[BR]]
    8584
    8685'''Returns:''' none
     
    9392|| Chan || Freq || Chan || Freq ||
    9493||  1 ||    2412 ||  1 ||    5180 ||
    95 ||  2 ||    2417 ||  2 ||    5200 ||
    96 ||  3 ||    2422 ||  3 ||    5220 ||
    97 ||  4 ||    2427 ||  4 ||    5240 ||
    98 ||  5 ||    2432 ||  5 ||    5260 ||
    99 ||  6 ||    2437 ||  6 ||    5280 ||
    100 ||  7 ||    2442 ||  7 ||    5300 ||
    101 ||  8 ||    2447 ||  8 ||    5320 ||
    102 ||  9 ||    2452 ||  9 ||    5500 ||
    103 ||  10 ||   2457 ||  10 ||   5520 ||
    104 ||  11 ||   2462 ||  11 ||   5540 ||
    105 || || ||  12 ||   5560 ||
    106 || || ||  13 ||   5580 ||
    107 || || ||  14 ||   5600 ||
    108 || || ||  15 ||   5620 ||
    109 || || ||  16 ||   5640 ||
    110 || || ||  17 ||   5660 ||
    111 || || ||  18 ||   5680 ||
    112 || || ||  19 ||   5700 ||
    113 || || ||  20 ||   5745 ||
    114 || || ||  21 ||   5765 ||
    115 || || ||  22 ||   5785 ||
    116 || || ||  23 ||   5805 ||
    117 
    118 
     94||  2 ||    2417 ||  2 ||    5190 ||
     95||  3 ||    2422 ||  3 ||    5200 ||
     96||  4 ||    2427 ||  4 ||    5220 ||
     97||  5 ||    2432 ||  5 ||    5230 ||
     98||  6 ||    2437 ||  6 ||    5240 ||
     99||  7 ||    2442 ||  7 ||    5260 ||
     100||  8 ||    2447 ||  8 ||    5270 ||
     101||  9 ||    2452 ||  9 ||    5280 ||
     102||  10 ||    2457 ||  10 ||    5300 ||
     103||  11 ||    2462 ||  11 ||    5310 ||
     104||  12 ||    2467 ||  12 ||    5320 ||
     105||  13 ||    2472 ||  13 ||    5500 ||
     106||  14 ||    2484 ||  14 ||    5510 ||
     107|| || ||  15 ||    5520 ||
     108|| || ||  16 ||    5540 ||
     109|| || ||  17 ||    5550 ||
     110|| || ||  18 ||    5560 ||
     111|| || ||  19 ||    5580 ||
     112|| || ||  20 ||    5590 ||
     113|| || ||  21 ||    5600 ||
     114|| || ||  22 ||    5620 ||
     115|| || ||  23 ||    5630 ||
     116|| || ||  24 ||    5640 ||
     117|| || ||  25 ||    5660 ||
     118|| || ||  26 ||    5670 ||
     119|| || ||  27 ||    5680 ||
     120|| || ||  28 ||    5700 ||
     121|| || ||  29 ||    5710 ||
     122|| || ||  30 ||    5720 ||
     123|| || ||  31 ||    5745 ||
     124|| || ||  32 ||    5755 ||
     125|| || ||  33 ||    5765 ||
     126|| || ||  34 ||    5785 ||
     127|| || ||  35 ||    5795 ||
     128|| || ||  36 ||    5805 ||
     129|| || ||  37 ||    5825 ||
     130|| || ||  38 ||    5860 ||
     131|| || ||  39 ||    5870 ||
     132|| || ||  40 ||    5875 ||
     133|| || ||  41 ||    5880 ||
     134|| || ||  42 ||    5885 ||
     135|| || ||  43 ||    5890 ||
     136|| || ||  44 ||    5865 ||
    119137
    120138
     
    171189
    172190
     191=== {{{rx_lpf_corn_freq_fine}}} ===
     192Sets the fine corner frequency for the MAX2829 Rx path low pass filter[[BR]]
     193Refer to MAX2829 datasheet for curves of the frequency response with each setting[[BR]]
     194
     195
     196'''Arguments:''' (int FILT)
     197FILT: Must be integer in ![0,1,2,3,4,5] for[[BR]]
     198![90,95,100,105,110]% scaling to LPF corner frequency
     199
     200
     201'''Returns:''' none
     202
     203FILT must be scalar (same value for all specified interfaces) or 1-D vector (one value per interface) [[BR]]
     204with length equal to the length of the interface ID vector[[BR]]
     205
     206
     207
    173208=== {{{rx_lpf_corn_freq}}} ===
    174209Sets the corner frequency for the MAX2829 Rx path low pass filter[[BR]]