Go to the documentation of this file.
28 #ifndef INCLUDED_FILTER_FREQ_XLATING_FIR_FILTER_CCF_H
29 #define INCLUDED_FILTER_FREQ_XLATING_FIR_FILTER_CCF_H
75 static sptr make(
int decimation,
76 const std::vector<float> &
taps,
78 double sampling_freq);
80 virtual void set_center_freq(
double center_freq) = 0;
81 virtual double center_freq()
const = 0;
83 virtual void set_taps(
const std::vector<float> &
taps) = 0;
84 virtual std::vector<float>
taps()
const = 0;