GNU Radio 3.4.2 C++ API
gri_fft.h File Reference
#include <gr_complex.h>
#include <boost/thread.hpp>
Include dependency graph for gri_fft.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gri_fft_planner
 Export reference to planner mutex for those apps that want to use FFTW w/o using the gri_fftw* classes. More...
class  gri_fft_complex
 FFT: complex in, complex out. More...
class  gri_fft_real_fwd
 FFT: real in, complex out. More...
class  gri_fft_real_rev
 FFT: complex in, float out. More...