GNU Radio 3.6.5 C++ API

fft.h File Reference

#include <fft/api.h>
#include <gr_complex.h>
#include <boost/thread.hpp>

Go to the source code of this file.

Classes

class  gr::fft::planner
 Export reference to planner mutex for those apps that want to use FFTW w/o using the fft_impl_fftw* classes. More...
class  gr::fft::fft_complex
 FFT: complex in, complex out. More...
class  gr::fft::fft_real_fwd
 FFT: real in, complex out. More...
class  gr::fft::fft_real_rev
 FFT: complex in, float out. More...

Namespaces

namespace  gr
namespace  gr::fft

Functions

FFT_API gr_complexgr::fft::malloc_complex (int size)
 Helper function for allocating complex fft buffers.
FFT_API float * gr::fft::malloc_float (int size)
 Helper function for allocating float fft buffers.
FFT_API void gr::fft::free (void *b)
 Helper function for freeing fft buffers.