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
74 static sptr make(
int decimation,
75 const std::vector<float> &
taps,
77 double sampling_freq);
79 virtual void set_center_freq(
double center_freq) = 0;
80 virtual double center_freq()
const = 0;
82 virtual void set_taps(
const std::vector<float> &
taps) = 0;
83 virtual std::vector<float>
taps()
const = 0;