23 #ifndef INCLUDED_FFT_FFT_VFC_H
24 #define INCLUDED_FFT_FFT_VFC_H
43 static sptr make(
int fft_size,
bool forward,
44 const std::vector<float> &
window,
47 virtual void set_nthreads(
int n) = 0;
49 virtual int nthreads()
const = 0;
51 virtual bool set_window(
const std::vector<float> &
window) = 0;
#define FFT_API
Definition: gr-fft/include/gnuradio/fft/api.h:30
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
Compute forward or reverse FFT. float vector in / complex vector out.
Definition: fft_vfc.h:36
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
boost::shared_ptr< fft_vfc > sptr
Definition: fft_vfc.h:41