 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_IIR_FILTER_CCF_H
24 #define INCLUDED_IIR_FILTER_CCF_H
72 typedef boost::shared_ptr<iir_filter_ccf>
sptr;
74 static sptr make(
const std::vector<float>& fftaps,
75 const std::vector<float>& fbtaps,
76 bool oldstyle =
true);
78 virtual void set_taps(
const std::vector<float>& fftaps,
79 const std::vector<float>& fbtaps) = 0;
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30
IIR filter with complex input, complex output, and float taps.
Definition: iir_filter_ccf.h:69
boost::shared_ptr< iir_filter_ccf > sptr
Definition: iir_filter_ccf.h:72
virtual void set_taps(const std::vector< float > &fftaps, const std::vector< float > &fbtaps)=0
synchronous 1:1 input to output with history
Definition: sync_block.h:38
static sptr make(const std::vector< float > &fftaps, const std::vector< float > &fbtaps, bool oldstyle=true)
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43