21 #include <volk/volk_alloc.hh> 47 template <
class T,
bool forward>
58 template <
class T,
bool forward>
68 template <
class T,
bool forward>
72 volk::vector<typename fft_inbuf<T, forward>::type> d_inbuf;
73 volk::vector<typename fft_outbuf<T, forward>::type> d_outbuf;
76 void initialize_plan(
int fft_size);
79 fft(
int fft_size,
int nthreads = 1);
82 fft& operator=(
const fft&) =
delete;
99 void set_nthreads(
int n);
fft_outbuf< T, forward >::type * get_outbuf()
Definition: fft.h:91
#define FFT_API
Definition: gr-fft/include/gnuradio/fft/api.h:18
int inbuf_length() const
Definition: fft.h:93
gr_complex type
Definition: fft.h:65
int outbuf_length() const
Definition: fft.h:94
std::complex< float > gr_complex
Definition: gr_complex.h:15
GNU Radio logging wrapper.
Definition: basic_block.h:29
int nthreads() const
Definition: fft.h:104
T type
Definition: fft.h:60
Export reference to planner mutex for those apps that want to use FFTW w/o using the fft_impl_fftw* c...
Definition: fft.h:31
FFT: templated.
Definition: fft.h:48
T type
Definition: fft.h:49
GR_LOG macrosThese macros wrap the standard LOG4CPP_LEVEL macros. The available macros are: LOG_DEBUG...
Definition: logger.h:118
boost::mutex mutex
Definition: thread.h:37
fft_inbuf< T, forward >::type * get_inbuf()
Definition: fft.h:90
gr_complex type
Definition: fft.h:54