23#ifndef INCLUDED_FILTER_FFT_FILTER_FFF_H
24#define INCLUDED_FILTER_FFT_FILTER_FFF_H
59 typedef boost::shared_ptr<fft_filter_fff>
sptr;
71 virtual std::vector<float>
taps()
const = 0;
Fast FFT filter with float input, float output and float taps.
Definition fft_filter_fff.h:56
virtual void set_nthreads(int n)=0
Set number of threads to use.
virtual void set_taps(const std::vector< float > &taps)=0
virtual std::vector< float > taps() const =0
virtual int nthreads() const =0
Get number of threads being used.
static sptr make(int decimation, const std::vector< float > &taps, int nthreads=1)
boost::shared_ptr< fft_filter_fff > sptr
Definition fft_filter_fff.h:59
sync_decimator(void)
Definition sync_decimator.h:43
unsigned decimation() const
Definition sync_decimator.h:50
#define FILTER_API
Definition gr-filter/include/gnuradio/filter/api.h:30
Definition dc_blocker_cc.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46