Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

gri_agc_cc Class Reference

#include <gri_agc_cc.h>

Inheritance diagram for gri_agc_cc:

Inheritance graph
[legend]
List of all members.

Detailed Description

high performance Automatic Gain Control class

For Power the absolute value of the complex number is used.


Public Member Functions

 gri_agc_cc (float rate=1e-4, float reference=1.0, float gain=1.0, float max_gain=0.0)
float rate () const
float reference () const
float gain () const
float max_gain () const
void set_rate (float rate)
void set_reference (float reference)
void set_gain (float gain)
void set_max_gain (float max_gain)
gr_complex scale (gr_complex input)
void scaleN (gr_complex output[], const gr_complex input[], unsigned n)

Protected Attributes

float _rate
float _reference
float _gain
float _max_gain


Constructor & Destructor Documentation

gri_agc_cc::gri_agc_cc float  rate = 1e-4,
float  reference = 1.0,
float  gain = 1.0,
float  max_gain = 0.0
[inline]
 


Member Function Documentation

float gri_agc_cc::gain  )  const [inline]
 

float gri_agc_cc::max_gain  )  const [inline]
 

float gri_agc_cc::rate  )  const [inline]
 

float gri_agc_cc::reference  )  const [inline]
 

gr_complex gri_agc_cc::scale gr_complex  input  )  [inline]
 

void gri_agc_cc::scaleN gr_complex  output[],
const gr_complex  input[],
unsigned  n
[inline]
 

void gri_agc_cc::set_gain float  gain  )  [inline]
 

void gri_agc_cc::set_max_gain float  max_gain  )  [inline]
 

void gri_agc_cc::set_rate float  rate  )  [inline]
 

void gri_agc_cc::set_reference float  reference  )  [inline]
 


Member Data Documentation

float gri_agc_cc::_gain [protected]
 

float gri_agc_cc::_max_gain [protected]
 

float gri_agc_cc::_rate [protected]
 

float gri_agc_cc::_reference [protected]
 


The documentation for this class was generated from the following file:
Generated on Sat Jul 8 17:14:54 2006 for GNU Radio 2.x by  doxygen 1.4.1