#include <math.h>
#include <complex.h>
#include <fftw3.h>
#include "LynkeosCommon.h"


Defines | |
| #define | PROCESSING_PRECISION SINGLE_PRECISION |
| Kind of floating type precision. | |
Typedefs | |
| typedef float | REAL |
| Floating precision type used by the application. | |
| typedef fftwf_complex | COMPLEX |
| Complex type with application's precision. | |
| typedef fftwf_plan | FFT_PLAN |
| FFTW plan with application's precision. | |
Functions | |
| void | initializeProcessing () |
| Processing initialization. | |
Variables | |
| u_short | numberOfCpus |
| The number of CPUs to use in parallelizable processings. | |
1.5.4