23#ifndef INCLUDED_FFT_FFT_VFC_H
24#define INCLUDED_FFT_FFT_VFC_H
40 typedef boost::shared_ptr<fft_vfc>
sptr;
43 make(
int fft_size,
bool forward,
const std::vector<float>&
window,
int nthreads = 1);
Compute forward or reverse FFT. float vector in / complex vector out.
Definition: fft_vfc.h:37
virtual bool set_window(const std::vector< float > &window)=0
virtual void set_nthreads(int n)=0
boost::shared_ptr< fft_vfc > sptr
Definition: fft_vfc.h:40
virtual int nthreads() const =0
static sptr make(int fft_size, bool forward, const std::vector< float > &window, int nthreads=1)
synchronous 1:1 input to output with history
Definition: sync_block.h:38
#define FFT_API
Definition: gr-fft/include/gnuradio/fft/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45