 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_FFT_FFT_VFC_H
24 #define INCLUDED_FFT_FFT_VFC_H
63 typedef boost::shared_ptr<fft_vfc>
sptr;
72 make(
int fft_size,
bool forward,
const std::vector<float>&
window,
int nthreads = 1);
boost::shared_ptr< fft_vfc > sptr
Definition: fft_vfc.h:63
virtual void set_nthreads(int n)=0
#define FFT_API
Definition: gr-fft/include/gnuradio/fft/api.h:30
synchronous 1:1 input to output with history
Definition: sync_block.h:38
static sptr make(int fft_size, bool forward, const std::vector< float > &window, int nthreads=1)
virtual int nthreads() const =0
Compute forward or reverse FFT. complex vector in / complex vector out.
Definition: fft_vfc.h:60
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
virtual bool set_window(const std::vector< float > &window)=0