23 #ifndef INCLUDED_GR_FFT_VCC_H
24 #define INCLUDED_GR_FFT_VCC_H
34 const std::vector<float> &window,
48 const std::vector<float> &window,
57 const std::vector<float> &window,
bool shift);
62 virtual void set_nthreads(
int n);
63 virtual int nthreads()
const;
65 bool set_window(
const std::vector<float> &window);
std::vector< float > d_window
Definition: gr_fft_vcc.h:52
unsigned int d_fft_size
Definition: gr_fft_vcc.h:51
bool d_shift
Definition: gr_fft_vcc.h:54
GR_CORE_API gr_fft_vcc_sptr gr_make_fft_vcc(int fft_size, bool forward, const std::vector< float > &window, bool shift=false, int nthreads=1)
Compute forward or reverse FFT. complex vector in / complex vector out.Abstract base class...
Definition: gr_fft_vcc.h:43
Definition: gr_sync_block.h:27
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
virtual int nthreads() const
VOLK_API $kern pname $kern name
A function pointer to the dispatcher implementation.
bool d_forward
Definition: gr_fft_vcc.h:53