Changes between Version 2 and Version 3 of SISOAGC


Ignore:
Timestamp:
Jul 27, 2006, 11:47:58 AM (18 years ago)
Author:
gbmidd
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SISOAGC

    v2 v3  
    1717The final gain is set, and the gains are locked until the AGC is reset.  At that time, the gains are reset to maximum RF (31 dB) and calibrated BB gain (dependent on the user-defined noise estimate).
    1818
     19== DC Offset Correction ==
     20
     21As a result of changing gains in the radios, a DC offset (DCO) may be introduced in the downconverted signal, and it may not be the same in the I and Q paths.  The AGC peripheral contains a routine to remove the DCO, which may or may not enabled depending on user requirements.
     22
    1923== API ==
    2024
    21 A driver abstracts register-level operations from the programming-interface; below the functions for controlling the AGC are described.
     25A driver abstracts register-level operations from the programming-interface; below the functions for controlling the AGC are described.  The driver is {{{warpagc.h}}}, and must be included in the code in order to define the functions below.
    2226
    2327'''{{{void agc_Initialize(int noise_estimate)}}}'''
     
    3741'''{{{void agc_FiltSel(unsigned int state)}}}'''
    3842
    39 Choose the downsampling filter depending on the value of state.
     43  Choose the downsampling filter depending on the value of state.
    4044
    4145  state = 0 : downsampling only[[BR]]
     
    4953state = 1 : DCO enable
    5054
    51 '''{{{agc_SetTarget(c)}}}'''
     55'''{{{agc_SetTarget(signed int c)}}}'''
    5256
    53   Set the target signal strength value in dB
     57  Set the target signal strength value c in dB.