23 #ifndef INCLUDED_IIR_FILTER_CCF_H
24 #define INCLUDED_IIR_FILTER_CCF_H
74 static sptr make(
const std::vector<float> &fftaps,
75 const std::vector<float> &fbtaps,
78 virtual void set_taps(
const std::vector<float> &fftaps,
79 const std::vector<float> &fbtaps) = 0;