23 #ifndef INCLUDED_FILTER_FFT_FILTER_CCC_H 24 #define INCLUDED_FILTER_FFT_FILTER_CCC_H 59 typedef boost::shared_ptr<fft_filter_ccc>
sptr;
68 static sptr make(
int decimation,
69 const std::vector<gr_complex> &
taps,
72 virtual void set_taps(
const std::vector<gr_complex> &
taps) = 0;
73 virtual std::vector<gr_complex>
taps()
const = 0;
78 virtual void set_nthreads(
int n) = 0;
83 virtual int nthreads()
const = 0;
boost::shared_ptr< fft_filter_ccc > sptr
Definition: fft_filter_ccc.h:59
Include this header to use the message passing features.
Definition: logger.h:695
Fast FFT filter with gr_complex input, gr_complex output and gr_complex taps.
Definition: fft_filter_ccc.h:55
synchronous N:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_decimator.h:37
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30