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;