GNU Radio 3.6.3.1 C++ API
|
#include <agc_ff_impl.h>
Public Member Functions | |
agc_ff_impl (float rate=1e-4, float reference=1.0, float gain=1.0, float max_gain=0.0) | |
~agc_ff_impl () | |
float | rate () const |
float | reference () const |
float | gain () const |
float | max_gain () const |
void | set_rate (float rate) |
void | set_reference (float reference) |
void | set_gain (float gain) |
void | set_max_gain (float max_gain) |
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
just like gr_block::general_work, only this arranges to call consume_each for you |
Additional Inherited Members | |
![]() | |
typedef boost::shared_ptr< agc_ff > | sptr |
![]() | |
static sptr | make (float rate=1e-4, float reference=1.0, float gain=1.0, float max_gain=0.0) |
![]() | |
agc_ff (float rate=1e-4, float reference=1.0, float gain=1.0, float max_gain=0.0) | |
~agc_ff () | |
float | scale (float input) |
void | scaleN (float output[], const float input[], unsigned n) |
gr::analog::agc_ff_impl::agc_ff_impl | ( | float | rate = 1e-4 , |
float | reference = 1.0 , |
||
float | gain = 1.0 , |
||
float | max_gain = 0.0 |
||
) |
gr::analog::agc_ff_impl::~agc_ff_impl | ( | ) |
|
inline |
Reimplemented from gr::analog::kernel::agc_ff.
|
inline |
Reimplemented from gr::analog::kernel::agc_ff.
|
inline |
Reimplemented from gr::analog::kernel::agc_ff.
|
inline |
Reimplemented from gr::analog::kernel::agc_ff.
|
inline |
Reimplemented from gr::analog::kernel::agc_ff.
|
inline |
Reimplemented from gr::analog::kernel::agc_ff.
|
inline |
Reimplemented from gr::analog::kernel::agc_ff.
|
inline |
Reimplemented from gr::analog::kernel::agc_ff.
|
virtual |
just like gr_block::general_work, only this arranges to call consume_each for you
The user must override work to define the signal processing code
Implements gr_sync_block.