Changes between Version 6 and Version 7 of RadioControllerAPI


Ignore:
Timestamp:
Mar 21, 2007, 1:08:24 PM (17 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RadioControllerAPI

    v6 v7  
    6161'''!WarpRadio_v1_RxVGAGainControl(value,radios)''': Set ''value'' to RF gain for receive mode of ''radios'' if using software control for receive gains (0x0->0x1F).
    6262
    63 '''!WarpRadio_v1_SetTxTiming(radios,dly_TxEn,dly_TxStart,dly_GainRampEn,dly_PowerAmpEn)''': Set all delay thresholds for the different outputs of the Transmit State Machine.
     63'''!WarpRadio_v1_SetTxTiming(radios,dly_TxEn,dly_TxStart,dly_GainRampEn,dly_PowerAmpEn)''': Set all delay thresholds for the different outputs of the Transmit State Machine. The four parameters specify the delays after which the four transmit events occur. The state machine begins once WarpRadio_v1_TxEnable() is called.
     64
     65|| '''Parameter''' || '''Description''' ||
     66|| dly_TxEn || Delay before enabling the RF transceiver's Tx circuits ||
     67|| dly_TxStart || Delay before asserting the radioX_TxStart output signal ||
     68|| dly_GainRampEn || Delay before the Tx VGA gain ramp starts. Set the ramp step size & target gain using WarpRadio_v1_SetTxTiming ||
     69|| dly_PowerAmpEn || Delay before enabling the Tx power amplifier. Choose which amplifier will be enabled using WarpRadio_v1_24AmpEnable/WarpRadio_v1_24AmpDisable/WarpRadio_v1_5AmpEnable/WarpRadio_v1_5AmpDisable ||
    6470
    6571'''!WarpRadio_v1_SetTxGainTiming(radios,!TxGainTarget,!TxGainStep,!TxGainTimeStep)''': Set Gain ramp target and ramp rate for Transmit State Machine.
     72|| '''Parameter''' || '''Description''' ||
     73|| !TxGainTarget || Target Tx VGA gain; must be integer in [0,63] ||
     74|| !TxGainStep || Gain value increment which occurs once per !TxGainTimeStep clock cycles; must be integer in [0,15] ||
     75|| !TxGainTimeStep || Number of clock cycles per gain step; larger values result in slower gain ramp; must be integer in [0,15]||
     76
     77
    6678
    6779'''!WarpRadio_v1_TxLpfCornFreqCoarseAdj(value,radios)''': Set the corner frequency of LPF for transmit path to ''value'' for ''radios''.