Changes between Version 11 and Version 12 of warpradio_max2829.c


Ignore:
Timestamp:
Feb 7, 2006, 2:19:25 PM (18 years ago)
Author:
bratton
Comment:

last five left

Legend:

Unmodified
Added
Removed
Modified
  • warpradio_max2829.c

    v11 v12  
    134134[[BR]] Sets the gain for Transmitter I/Q Calibration LO Leakage and Sideband-Detector Gain Control. Returns NOT_IN_CALIBRATION if any of the radios for which the gain is being set in not in calibration mode. Returns WARP_SUCCESS if value changed successfully. To be in calibration mode set TxCalibration.[[BR]]''gain'' sets the level of gain.[[BR]]
    135135
    136 ''Gain'' =
     136''gain'' =
    137137     0: -> 8db[[BR]]
    138138     1: -> 18db[[BR]]
     
    163163
    164164'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1482" void WarpRadio_RxLpfCornFreqCoarseAdj(unsigned int* baseaddr, char value, unsigned char radios)]'''''
    165 [[BR]]
     165[[BR]] Set the Receive Low Pass Filter Corner Frequency. This is the Coarse adjustment for the frequency and affects the ''radios'' specified. [[BR]]''value'' is the adjustment parameter.[[BR]]
     166
     167''value'' =
     168     00: 7.5MHz[[BR]]
     169     01: 9.5MHz (nominal mode)[[BR]]
     170     10: 14MHz (turbo mode 1)[[BR]]
     171     11: 18MHz (turbo mode 2)[[BR]]
     172
     173''baseaddr'' refers to the base address of the SPI core.
     174
    166175
    167176
    168177'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1530" int WarpRadio_RxLpfCornFreqFineAdj(unsigned int* baseaddr, char value, unsigned char radios)]'''''
    169 [[BR]] '''''DESCRIPTION TO BE ADDED'''''
     178[[BR]]  Set the Receive Low Pass Filter Corner Frequency. This is the Fine adjustment for the frequency and affects only the ''radios'' specified. [[BR]]''value'' is the adjustment parameter.[[BR]]
     179
     180''value'' =
     181     000: 90%[[BR]]
     182     001: 95%[[BR]]
     183     010: 100%[[BR]]
     184     011: 105%[[BR]]
     185     100: 110%[[BR]]
     186     101-111: not applicable[[BR]]
     187
     188Returns OUT_OF_RANGE is value is out of range.[[BR]]
     189''baseaddr'' refers to the base address of the SPI core.
     190
    170191
    171192
    172193'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1575" void WarpRadio_RxHighPassCornerFreq(unsigned int* baseaddr, char value, unsigned char radios)]'''''
    173 [[BR]] '''''DESCRIPTION TO BE ADDED'''''
     194[[BR]] Set the Recieve Highpass Filter Corner Frequency when RXHP=0. Affected Slots are defined in ''radios''
     195[[BR]]''value'' is the adjustment parameter.[[BR]]
     196''value'' =
     197     0: 100Hz[[BR]]
     198     1: 30kHz[[BR]]
     199
     200''baseaddr'' refers to the base address of the SPI core.
     201
    174202
    175203
    176204'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1618" int WarpRadio_SerialRxGain(unsigned int* baseaddr, short mode, unsigned char radios)]'''''
    177 [[BR]] '''''DESCRIPTION TO BE ADDED'''''
     205[[BR]] Enable or disable Recieve VGA Gain Programming serially. Affects ''radios'' specified.[[BR]]
     206''mode'' =
     207   0: Receive VGA Gain programmed with external digital inputs.[[BR]]
     208   1: Receive VGA Gain programmed with serial data bits in RxGain Register[[BR]]
     209
     210Returns INVALID_MODE is the mode is an invalid input.[[BR]]
     211''baseaddr'' refers to the base address of the SPI core.
    178212
    179213