23#ifndef INCLUDED_ANALOG_AGC_FF_H
24#define INCLUDED_ANALOG_AGC_FF_H
44 typedef boost::shared_ptr<agc_ff>
sptr;
53 static sptr make(
float rate = 1e-4,
float reference = 1.0,
float gain = 1.0);
55 virtual float rate()
const = 0;
57 virtual float gain()
const = 0;
high performance Automatic Gain Control class
Definition: agc_ff.h:41
virtual float max_gain() const =0
virtual float rate() const =0
virtual void set_max_gain(float max_gain)=0
virtual float gain() const =0
virtual float reference() const =0
virtual void set_rate(float rate)=0
virtual void set_gain(float gain)=0
boost::shared_ptr< agc_ff > sptr
Definition: agc_ff.h:44
virtual void set_reference(float reference)=0
static sptr make(float rate=1e-4, float reference=1.0, float gain=1.0)
synchronous 1:1 input to output with history
Definition: sync_block.h:38
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45