23 #ifndef INCLUDED_ANALOG_AGC2_FF_H 24 #define INCLUDED_ANALOG_AGC2_FF_H 45 typedef boost::shared_ptr<agc2_ff>
sptr;
55 static sptr make(
float attack_rate = 1e-1,
56 float decay_rate = 1e-2,
57 float reference = 1.0,
60 virtual float attack_rate()
const = 0;
61 virtual float decay_rate()
const = 0;
62 virtual float reference()
const = 0;
63 virtual float gain()
const = 0;
64 virtual float max_gain()
const = 0;
66 virtual void set_attack_rate(
float rate) = 0;
67 virtual void set_decay_rate(
float rate) = 0;
68 virtual void set_reference(
float reference) = 0;
69 virtual void set_gain(
float gain) = 0;
70 virtual void set_max_gain(
float max_gain) = 0;
high performance Automatic Gain Control class with attack and decay rates.
Definition: agc2_ff.h:41
boost::shared_ptr< agc2_ff > sptr
Definition: agc2_ff.h:45
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30