Changes between Initial Version and Version 1 of WARPLab/Reference/Commands/Interface


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

--

Legend:

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

    v1 v1  
     1=== {{{tx_en}}} ===
     2Enable transmit mode for selected interfaces[[BR]]
     3
     4
     5'''Arguments:''' none
     6
     7'''Returns:''' none
     8
     9
     10=== {{{rx_en}}} ===
     11Enable receive mode for selected interfaces[[BR]]
     12
     13
     14'''Arguments:''' none
     15
     16'''Returns:''' none
     17
     18
     19=== {{{tx_rx_dis}}} ===
     20Disable transmita and receive for selected interfaces (standby mode)[[BR]]
     21
     22
     23'''Arguments:''' none
     24
     25'''Returns:''' none
     26
     27
     28=== {{{channel}}} ===
     29Tune selected interfaces to the specified band and channel[[BR]]
     30
     31
     32'''Arguments:''' (float BAND, int CHAN)
     33BAND: Must be 2.4 or 5, to select 2.4GHz or 5GHz channels[[BR]]
     34CHAN: Must be integer in ![1,11] for BAND=2.4, ![1,23] for BAND=5[[BR]]
     35
     36'''Returns:''' none
     37
     38BAND and CHAN must be scalars (same values for all specified interfaces) or[[BR]]
     391-D vectors (one value per interface) with length equal to the length of the interface ID vector[[BR]]
     40
     41Band/Channel - Center Frequency Map:[[BR]]
     422.5GHz     5GHz[[BR]]
     43Chan Freq  Chan Freq[[BR]]
     441    2412        1    5180[[BR]]
     452    2417        2    5200[[BR]]
     463    2422        3    5220[[BR]]
     474    2427        4    5240[[BR]]
     485    2432        5    5260[[BR]]
     496    2437        6    5280[[BR]]
     507    2442        7    5300[[BR]]
     518    2447        8    5320[[BR]]
     529    2452        9    5500[[BR]]
     5310   2457        10   5520[[BR]]
     5411   2462        11   5540[[BR]]
     5512   2467        12   5560[[BR]]
     5613   2472        13   5580[[BR]]
     5714   2484        14   5600[[BR]]
     5815   5620[[BR]]
     5916   5640[[BR]]
     6017   5660[[BR]]
     6118   5680[[BR]]
     6219   5700[[BR]]
     6320   5745[[BR]]
     6421   5765[[BR]]
     6522   5785[[BR]]
     6623   5805[[BR]]
     67
     68
     69=== {{{tx_gains}}} ===
     70Sets the gains for the variable gain amplifiers in the MAX2829 Tx path[[BR]]
     71Refer to MAX2829 datasheet for curves of gain value vs actual gain at 2.4 and 5GHz[[BR]]
     72
     73
     74'''Arguments:''' (int BB_GAIN, int RF_GAIN)
     75BB_GAIN: Must be integer in ![0,1,2,3] for approx ![-5, -3, -1.5, 0]dB baseband gain[[BR]]
     76RF_GAIN: Must be integer in ![0:63] for approx ![0:31]dB RF gain[[BR]]
     77
     78'''Returns:''' none
     79
     80BB_GAIN and RF_GAIN must be scalars (same values for all specified interfaces) or[[BR]]
     811-D vectors (one value per interface) with length equal to the length of the interface ID vector[[BR]]
     82
     83
     84=== {{{rx_gains}}} ===
     85Sets the gains for the variable gain amplifiers in the MAX2829 Rx path[[BR]]
     86Refer to MAX2829 datasheet for curves of gain value vs actual gain at 2.4 and 5GHz[[BR]]
     87
     88
     89'''Arguments:''' (int BB_GAIN, int RF_GAIN)
     90BB_GAIN: Must be integer in ![0:31] for approx ![0:63]dB baseband gain[[BR]]
     91RF_GAIN: Must be integer in ![1,2,3] for approx ![0,15,30]dB RF gain[[BR]]
     92
     93'''Returns:''' none
     94
     95BB_GAIN and RF_GAIN must be scalars (same values for all specified interfaces) or[[BR]]
     961-D vectors (one value per interface) with length equal to the length of the interface ID vector[[BR]]
     97
     98
     99=== {{{tx_lpf_corn_freq}}} ===
     100Sets the corner frequency for the MAX2829 Tx path low pass filter[[BR]]
     101Refer to MAX2829 datasheet for curves of the frequency response with each setting[[BR]]
     102
     103
     104'''Arguments:''' (int FILT)
     105FILT: Must be integer in ![1,2,3] for approx ![12,18,24]MHz corner frequencies (![24,36,48]MHz bandwidths)[[BR]]
     106
     107'''Returns:''' none
     108
     109FILT must be scalar (same value for all specified interfaces) or 1-D vector (one value per interface) [[BR]]
     110with length equal to the length of the interface ID vector[[BR]]
     111
     112
     113=== {{{rx_lpf_corn_freq}}} ===
     114Sets the corner frequency for the MAX2829 Rx path low pass filter[[BR]]
     115Refer to MAX2829 datasheet for curves of the frequency response with each setting[[BR]]
     116
     117
     118'''Arguments:''' (int FILT)
     119FILT: Must be integer in ![0,1,2,3] for approx ![7.5,9.5,14,18]MHz corner [[BR]]
     120frequencies (![15,19,28,36]MHz bandwidths)[[BR]]
     121
     122'''Returns:''' none
     123
     124FILT must be scalar (same value for all specified interfaces) or 1-D vector (one value per interface) [[BR]]
     125with length equal to the length of the interface ID vector[[BR]]
     126
     127
     128=== {{{rx_gain_mode}}} ===
     129Sets the gain selection mode[[BR]]
     130
     131
     132'''Arguments:''' (string MODE)
     133MODE: 'automatic' for AGC, or 'manual' for manual gain control[[BR]]
     134
     135'''Returns:''' none