 |
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_IIR_FILTER_CCC_H
12 #define INCLUDED_IIR_FILTER_CCC_H
60 typedef std::shared_ptr<iir_filter_ccc>
sptr;
62 static sptr make(
const std::vector<gr_complex>& fftaps,
63 const std::vector<gr_complex>& fbtaps,
64 bool oldstyle =
true);
66 virtual void set_taps(
const std::vector<gr_complex>& fftaps,
67 const std::vector<gr_complex>& fbtaps) = 0;
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:18
IIR filter with complex input, complex output, and complex taps.
Definition: iir_filter_ccc.h:57
std::shared_ptr< iir_filter_ccc > sptr
Definition: iir_filter_ccc.h:60
virtual void set_taps(const std::vector< gr_complex > &fftaps, const std::vector< gr_complex > &fbtaps)=0
synchronous 1:1 input to output with history
Definition: sync_block.h:26
GNU Radio logging wrapper.
Definition: basic_block.h:29
static sptr make(const std::vector< gr_complex > &fftaps, const std::vector< gr_complex > &fbtaps, bool oldstyle=true)