 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_ANALOG_FEEDFORWARD_AGC_CC_H
12 #define INCLUDED_ANALOG_FEEDFORWARD_AGC_CC_H
29 typedef std::shared_ptr<feedforward_agc_cc>
sptr;
37 static sptr make(
int nsamples,
float reference);
static sptr make(int nsamples, float reference)
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:18
synchronous 1:1 input to output with history
Definition: sync_block.h:26
Non-causal AGC which computes required gain based on max absolute value over nsamples.
Definition: feedforward_agc_cc.h:26
GNU Radio logging wrapper.
Definition: basic_block.h:29
std::shared_ptr< feedforward_agc_cc > sptr
Definition: feedforward_agc_cc.h:29