11 #ifndef INCLUDED_FILTER_FFT_FILTER_FFF_H
12 #define INCLUDED_FILTER_FFT_FILTER_FFF_H
47 typedef std::shared_ptr<fft_filter_fff>
sptr;
56 static sptr make(
int decimation,
const std::vector<float>&
taps,
int nthreads = 1);
58 virtual void set_taps(
const std::vector<float>&
taps) = 0;
59 virtual std::vector<float>
taps()
const = 0;
64 virtual void set_nthreads(
int n) = 0;
69 virtual int nthreads()
const = 0;
std::shared_ptr< fft_filter_fff > sptr
Definition: fft_filter_fff.h:47
Fast FFT filter with float input, float output and float taps.
Definition: fft_filter_fff.h:43
GNU Radio logging wrapper.
Definition: basic_block.h:29
synchronous N:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_decimator.h:25
static constexpr float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:18