11 #ifndef INCLUDED_IIR_FILTER_CCF_H
12 #define INCLUDED_IIR_FILTER_CCF_H
60 typedef std::shared_ptr<iir_filter_ccf>
sptr;
62 static sptr make(
const std::vector<float>& fftaps,
63 const std::vector<float>& fbtaps,
64 bool oldstyle =
true);
66 virtual void set_taps(
const std::vector<float>& fftaps,
67 const std::vector<float>& fbtaps) = 0;