Lynkeos  1.2
Classes | Macros | Typedefs | Functions | Variables
processing_core.h File Reference
#include <math.h>
#include <complex.h>
#include <fftw3.h>
Include dependency graph for processing_core.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  RGB
 
struct  FFT_DATA
 

Macros

#define K_REFERENCE_ITEM_KEY   @"reference"
 

Typedefs

typedef double REAL
 
typedef fftw_complex COMPLEX
 
typedef fftw_complex * SPECTRUM
 
typedef fftw_plan FFT_PLAN
 

Functions

void initializeProcessing ()
 

Variables

u_short numberOfCpus
 

Macro Definition Documentation

◆ K_REFERENCE_ITEM_KEY

#define K_REFERENCE_ITEM_KEY   @"reference"

Typedef Documentation

◆ COMPLEX

typedef fftw_complex COMPLEX

◆ FFT_PLAN

typedef fftw_plan FFT_PLAN

◆ REAL

typedef double REAL

◆ SPECTRUM

typedef fftw_complex * SPECTRUM

Function Documentation

◆ initializeProcessing()

void initializeProcessing ( )

References fftwDefaultFlag, fftwLock, and numberOfCpus.

Referenced by main().

Here is the caller graph for this function:

Variable Documentation

◆ numberOfCpus

u_short numberOfCpus