 |
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_SINGLE_POLE_IIR_FILTER_CC_H
12 #define INCLUDED_SINGLE_POLE_IIR_FILTER_CC_H
57 typedef std::shared_ptr<single_pole_iir_filter_cc>
sptr;
59 static sptr make(
double alpha,
unsigned int vlen = 1);
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:18
synchronous 1:1 input to output with history
Definition: sync_block.h:26
static sptr make(double alpha, unsigned int vlen=1)
single pole IIR filter with complex input, complex output
Definition: single_pole_iir_filter_cc.h:54
GNU Radio logging wrapper.
Definition: basic_block.h:29
std::shared_ptr< single_pole_iir_filter_cc > sptr
Definition: single_pole_iir_filter_cc.h:57
virtual void set_taps(double alpha)=0