#include <gri_agc2_cc.h>
Inheritance diagram for gri_agc2_cc:

For Power the absolute value of the complex number is used.
Public Member Functions | |
| gri_agc2_cc (float attack_rate=1e-1, float decay_rate=1e-2, float reference=1.0, float gain=1.0, float max_gain=0.0) | |
| float | decay_rate () const |
| float | attack_rate () const |
| float | reference () const |
| float | gain () const |
| float | max_gain () const |
| void | set_decay_rate (float rate) |
| void | set_attack_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 | _attack_rate |
| float | _decay_rate |
| float | _reference |
| float | _gain |
| float | _max_gain |
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6