23#ifndef INCLUDED_IIR_FILTER_FFD_H
24#define INCLUDED_IIR_FILTER_FFD_H
70 typedef boost::shared_ptr<iir_filter_ffd>
sptr;
72 static sptr make(
const std::vector<double>& fftaps,
73 const std::vector<double>& fbtaps,
74 bool oldstyle =
true);
76 virtual void set_taps(
const std::vector<double>& fftaps,
77 const std::vector<double>& fbtaps) = 0;
IIR filter with float input, float output and double taps.
Definition iir_filter_ffd.h:67
static sptr make(const std::vector< double > &fftaps, const std::vector< double > &fbtaps, bool oldstyle=true)
boost::shared_ptr< iir_filter_ffd > sptr
Definition iir_filter_ffd.h:70
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:38
#define FILTER_API
Definition gr-filter/include/gnuradio/filter/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46