Go to the documentation of this file.
23 #ifndef INCLUDED_FILTER_ADAPTIVE_FIR_CCF_H
24 #define INCLUDED_FILTER_ADAPTIVE_FIR_CCF_H
71 static sptr make(
const char *name,
int decimation,
72 const std::vector<float> &
taps);
74 virtual void set_taps(
const std::vector<float> &
taps) = 0;
75 virtual std::vector<float>
taps() = 0;