|
GNU Radio 3.6.1 C++ API
|


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... | |
Functions | |
| gr_complex * | gri_fft_malloc_complex (int size) |
| Helper function for allocating complex fft buffers. | |
| float * | gri_fft_malloc_float (int size) |
| Helper function for allocating float fft buffers. | |
| void | gri_fft_free (void *b) |
| Helper function for freeing fft buffers. | |
| gr_complex* gri_fft_malloc_complex | ( | int | size | ) |
Helper function for allocating complex fft buffers.
| float* gri_fft_malloc_float | ( | int | size | ) |
Helper function for allocating float fft buffers.