Go to the documentation of this file.
23 #ifndef INCLUDED_FILTER_FFT_FILTER_FFF_H
24 #define INCLUDED_FILTER_FFT_FILTER_FFF_H
65 static sptr make(
int decimation,
66 const std::vector<float> &
taps,
69 virtual void set_taps(
const std::vector<float> &
taps) = 0;
70 virtual std::vector<float>
taps()
const = 0;
75 virtual void set_nthreads(
int n) = 0;
80 virtual int nthreads()
const = 0;