#include <fftw3.h>
Include dependency graph for FFTapi.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | fftf_complex fftwf_complex |
| #define | fftf_malloc fftwf_malloc |
| #define | fftf_free fftwf_free |
| #define | fftf_plan fftwf_plan |
| #define | fftf_plan_dft_r2c_1d fftwf_plan_dft_r2c_1d |
| #define | fftf_plan_dft_c2r_1d fftwf_plan_dft_c2r_1d |
| #define | fftf_execute fftwf_execute |
| #define | fftf_destroy_plan fftwf_destroy_plan |
| #define fftf_complex fftwf_complex |
Definition at line 23 of file FFTapi.h.
Referenced by FFTDataServer::FFTDataServer(), and WindowShapePreview::updateLabels().
| #define fftf_malloc fftwf_malloc |
Definition at line 24 of file FFTapi.h.
Referenced by FFTDataServer::FFTDataServer(), and WindowShapePreview::updateLabels().
| #define fftf_free fftwf_free |
Definition at line 25 of file FFTapi.h.
Referenced by FFTDataServer::deleteProcessingData(), and WindowShapePreview::updateLabels().
| #define fftf_plan fftwf_plan |
| #define fftf_plan_dft_r2c_1d fftwf_plan_dft_r2c_1d |
Definition at line 27 of file FFTapi.h.
Referenced by FFTDataServer::FFTDataServer(), and WindowShapePreview::updateLabels().
| #define fftf_execute fftwf_execute |
Definition at line 29 of file FFTapi.h.
Referenced by FFTDataServer::fillColumn(), and WindowShapePreview::updateLabels().
| #define fftf_destroy_plan fftwf_destroy_plan |
Definition at line 30 of file FFTapi.h.
Referenced by FFTDataServer::deleteProcessingData(), and WindowShapePreview::updateLabels().
1.5.1