Go to the documentation of this file.
25 #ifndef INCLUDED_FILTER_INTERP_FIR_FILTER_CCF_H
26 #define INCLUDED_FILTER_INTERP_FIR_FILTER_CCF_H
71 static sptr make(
unsigned interpolation,
72 const std::vector<float> &
taps);
74 virtual void set_taps(
const std::vector<float> &
taps) = 0;
75 virtual std::vector<float>
taps()
const = 0;