#include <gr_agc.h>
Power is approximated by absolute value
Public Member Functions | |
gr_agc (float rate=1e-4, float reference=1.0, float gain=1.0) | |
float | rate () const |
float | reference () const |
float | gain () const |
void | set_rate (float rate) |
void | set_reference (float reference) |
void | set_gain (float gain) |
float | scale (float input) |
void | scaleN (float output[], const float input[], unsigned n) |
Protected Attributes | |
float | _rate |
float | _reference |
float | _gain |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|