Defines | Functions | Variables

src/coramf/fftw.c File Reference

Defines

#define fftwf_complex   fftw_complex
#define fftwf_plan   fftw_plan
#define fftwf_malloc   fftw_malloc
#define fftwf_free   fftw_free
#define fftwf_destroy_plan   fftw_destroy_plan
#define fftwf_import_system_wisdom   fftw_import_system_wisdom
#define fftwf_import_wisdom_from_file   fftw_import_wisdom_from_file
#define fftwf_plan_dft_r2c_2d   fftw_plan_dft_r2c_2d
#define fftwf_plan_dft_c2r_2d   fftw_plan_dft_c2r_2d
#define fftwf_execute_dft_c2r   fftw_execute_dft_c2r
#define fftwf_execute_dft_r2c   fftw_execute_dft_r2c

Functions

MATRIX fftwShift (MATRIX m)
MATRIX ifftwShift (MATRIX m)
MATRIX fftw (fits2d function)
MATRIX fftwReverse (MATRIX function, bool shift)

Variables

bool reversePlanDone = false
 fftw plans are reused as long as the size of input and output data remain the same.
fftwf_plan fplaninverse = NULL
 fftw reverse plan
int RinX = 0
 x dimension of input data for reverse plan
int RinY = 0
 y dimension of input data for reverse plan

Define Documentation

#define fftwf_complex   fftw_complex
#define fftwf_destroy_plan   fftw_destroy_plan
#define fftwf_execute_dft_c2r   fftw_execute_dft_c2r
#define fftwf_execute_dft_r2c   fftw_execute_dft_r2c
#define fftwf_free   fftw_free
#define fftwf_import_system_wisdom   fftw_import_system_wisdom
#define fftwf_import_wisdom_from_file   fftw_import_wisdom_from_file
#define fftwf_malloc   fftw_malloc
#define fftwf_plan   fftw_plan
#define fftwf_plan_dft_c2r_2d   fftw_plan_dft_c2r_2d
#define fftwf_plan_dft_r2c_2d   fftw_plan_dft_r2c_2d

Variable Documentation

fftwf_plan fplaninverse = NULL

fftw reverse plan

bool reversePlanDone = false

fftw plans are reused as long as the size of input and output data remain the same.

int RinX = 0

x dimension of input data for reverse plan

int RinY = 0

y dimension of input data for reverse plan

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines