Go to the documentation of this file.
23 #ifndef INCLUDED_ANALOG_AGC_FF_H
24 #define INCLUDED_ANALOG_AGC_FF_H
53 static sptr make(
float rate = 1e-4,
float reference = 1.0,
56 virtual float rate()
const = 0;
57 virtual float reference()
const = 0;
58 virtual float gain()
const = 0;
59 virtual float max_gain()
const = 0;
61 virtual void set_rate(
float rate) = 0;
62 virtual void set_reference(
float reference) = 0;
63 virtual void set_gain(
float gain) = 0;
64 virtual void set_max_gain(
float max_gain) = 0;