23 #ifndef INCLUDED_FFT_FFT_VCC_H 24 #define INCLUDED_FFT_FFT_VCC_H 63 typedef boost::shared_ptr<fft_vcc>
sptr;
71 static sptr make(
int fft_size,
73 const std::vector<float>&
window,
77 virtual void set_nthreads(
int n) = 0;
79 virtual int nthreads()
const = 0;
81 virtual bool set_window(
const std::vector<float>&
window) = 0;
Compute forward or reverse FFT. complex vector in / complex vector out.The FFT operation is defined f...
Definition: fft_vcc.h:59
#define FFT_API
Definition: gr-fft/include/gnuradio/fft/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
boost::shared_ptr< fft_vcc > sptr
Definition: fft_vcc.h:63