11 #ifndef INCLUDED_IIR_FILTER_FFD_H
12 #define INCLUDED_IIR_FILTER_FFD_H
58 typedef std::shared_ptr<iir_filter_ffd>
sptr;
60 static sptr make(
const std::vector<double>& fftaps,
61 const std::vector<double>& fbtaps,
62 bool oldstyle =
true);
64 virtual void set_taps(
const std::vector<double>& fftaps,
65 const std::vector<double>& fbtaps) = 0;
IIR filter with float input, float output and double taps.
Definition: iir_filter_ffd.h:55
static sptr make(const std::vector< double > &fftaps, const std::vector< double > &fbtaps, bool oldstyle=true)
std::shared_ptr< iir_filter_ffd > sptr
Definition: iir_filter_ffd.h:58
virtual void set_taps(const std::vector< double > &fftaps, const std::vector< double > &fbtaps)=0
synchronous 1:1 input to output with history
Definition: sync_block.h:26
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29