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