11 #ifndef INCLUDED_IIR_FILTER_CCD_H
12 #define INCLUDED_IIR_FILTER_CCD_H
60 typedef std::shared_ptr<iir_filter_ccd>
sptr;
62 static sptr make(
const std::vector<double>& fftaps,
63 const std::vector<double>& fbtaps,
64 bool oldstyle =
true);
66 virtual void set_taps(
const std::vector<double>& fftaps,
67 const std::vector<double>& fbtaps) = 0;
std::shared_ptr< iir_filter_ccd > sptr
Definition: iir_filter_ccd.h:60
IIR filter with complex input, complex output, and double taps.
Definition: iir_filter_ccd.h:56
GNU Radio logging wrapper.
Definition: basic_block.h:29
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:18