GNU Radio 3.6.5 C++ API

gr_fft_vcc.h File Reference

#include <gr_core_api.h>
#include <gr_sync_block.h>

Go to the source code of this file.

Classes

class  gr_fft_vcc
 Compute forward or reverse FFT. complex vector in / complex vector out. More...

Functions

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)

Function Documentation

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 
)