 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_FILTER_FFT_FILTER_CCF_H
24 #define INCLUDED_FILTER_FFT_FILTER_CCF_H
59 typedef boost::shared_ptr<fft_filter_ccf>
sptr;
68 static sptr make(
int decimation,
const std::vector<float>&
taps,
int nthreads = 1);
71 virtual std::vector<float>
taps()
const = 0;
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30
boost::shared_ptr< fft_filter_ccf > sptr
Definition: fft_filter_ccf.h:59
virtual std::vector< float > taps() const =0
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
synchronous N:1 input to output with history
Definition: sync_decimator.h:38
virtual void set_nthreads(int n)=0
Set number of threads to use.
virtual int nthreads() const =0
Get number of threads being used.
Fast FFT filter with gr_complex input, gr_complex output and float taps.
Definition: fft_filter_ccf.h:56
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
virtual void set_taps(const std::vector< float > &taps)=0
static sptr make(int decimation, const std::vector< float > &taps, int nthreads=1)