Go to the documentation of this file.
23 #ifndef INCLUDED_FILTER_FFT_FILTER_CCF_H
24 #define INCLUDED_FILTER_FFT_FILTER_CCF_H
68 static sptr make(
int decimation,
69 const std::vector<float> &
taps,
72 virtual void set_taps(
const std::vector<float> &
taps) = 0;
73 virtual std::vector<float>
taps()
const = 0;
78 virtual void set_nthreads(
int n) = 0;
83 virtual int nthreads()
const = 0;