Lynkeos
Macros | Typedefs | Functions
processing_core.h File Reference

Common processing definitions. More...

#include <math.h>
#include <complex.h>
#include <fftw3.h>
#include "LynkeosCommon.h"
Include dependency graph for processing_core.h:
This graph shows which files directly or indirectly include this file:

Macros

#define PROCESSING_PRECISION   SINGLE_PRECISION
 Kind of floating type precision.
 

Typedefs

typedef float REAL
 Floating precision type used by the application.
 
typedef REAL REALVECT __attribute__ ((vector_size(16)))
 Vector type.
 
typedef fftwf_complex COMPLEX
 Complex type with application's precision.
 
typedef fftwf_plan FFT_PLAN
 FFTW plan with application's precision.
 

Functions

void initializeProcessing (void)
 Processing initialization. More...
 

Detailed Description

Common processing definitions.