Go to the documentation of this file.
25 #ifndef INCLUDED_FILTER_RATIONAL_RESAMPLER_BASE_CCF_H
26 #define INCLUDED_FILTER_RATIONAL_RESAMPLER_BASE_CCF_H
46 static sptr make(
unsigned interpolation,
48 const std::vector<float> &
taps);
50 virtual unsigned interpolation()
const = 0;
51 virtual unsigned decimation()
const = 0;
53 virtual void set_taps(
const std::vector<float> &
taps) = 0;
54 virtual std::vector<float>
taps()
const = 0;