26#include <lal/LALDatatypes.h>
27#include <lal/FFTWMutex.h>
28#include <lal/LALConfig.h>
29#include <lal/LALMalloc.h>
30#include <lal/RealFFT.h>
31#include <lal/SeqFactories.h>
32#include <lal/XLALError.h>
175#define SINGLE_PRECISION
176#include "RealFFT_source.c"
177#undef SINGLE_PRECISION
178#include "RealFFT_source.c"
uint32_t UINT4
Four-byte unsigned integer.
int32_t INT4
Four-byte signed integer.
Plan to perform FFT of REAL4 data.
fftwf_plan plan
the FFTW plan
Plan to perform FFT of REAL8 data.