23 #ifndef INCLUDED_IIR_FILTER_CCZ_H
24 #define INCLUDED_IIR_FILTER_CCZ_H
74 static sptr make(
const std::vector<gr_complexd> &fftaps,
75 const std::vector<gr_complexd> &fbtaps,
78 virtual void set_taps(
const std::vector<gr_complexd> &fftaps,
79 const std::vector<gr_complexd> &fbtaps) = 0;
IIR filter with complex input, complex output, and complex (double) taps.
Definition: iir_filter_ccz.h:68
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
boost::shared_ptr< iir_filter_ccz > sptr
Definition: iir_filter_ccz.h:72
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30