SPUC  3.0
Public Member Functions | Public Attributes | List of all members
SPUC::agc Class Reference

This is a simple sigma-delta type AGC for the variable rate QPSK example. More...

#include <agc.h>

Public Member Functions

 agc (long thres=32)
 This is a simple sigma-delta type AGC for the variable rate QPSK example. More...
 
long run (complex< long > adc)
 

Public Attributes

long agc_acc
 
long agc_bit
 
long agc_thres
 

Detailed Description

This is a simple sigma-delta type AGC for the variable rate QPSK example.

Author
Tony Kirke

Constructor & Destructor Documentation

SPUC::agc::agc ( long  thres = 32)

This is a simple sigma-delta type AGC for the variable rate QPSK example.

Author
Tony Kirke, Copyright(c) 1993-1996

References agc_acc, and agc_bit.

Member Function Documentation

long SPUC::agc::run ( complex< long >  adc)

References SPUC::ABS(), agc_acc, agc_bit, and agc_thres.

Here is the call graph for this function:

Member Data Documentation

long SPUC::agc::agc_acc

Referenced by agc(), and run().

long SPUC::agc::agc_bit

Referenced by agc(), and run().

long SPUC::agc::agc_thres

Referenced by run().


The documentation for this class was generated from the following files: