TwiceAsNice
2019-02-18
|
#include "fits/fitscat.h"
Macros | |
#define | QFFTWF_MALLOC(ptr, typ, nel) |
#define | QFFTWF_CALLOC(ptr, typ, nel) |
#define | QFFTWF_FREE(ptr) {fftwf_free(ptr); ptr=NULL;} |
Functions | |
void | fft_conv (float *data1, float *fdata2, int width, int height) |
void | fft_ctf (float *data, int width, int height, int sign) |
void | fft_end (int nthreads) |
void | fft_init (int nthreads) |
float * | fft_rtf (float *data, int width, int height) |
#define QFFTWF_CALLOC | ( | ptr, | |
typ, | |||
nel | |||
) |
#define QFFTWF_FREE | ( | ptr | ) | {fftwf_free(ptr); ptr=NULL;} |
#define QFFTWF_MALLOC | ( | ptr, | |
typ, | |||
nel | |||
) |
void fft_conv | ( | float * | data1, |
float * | fdata2, | ||
int | width, | ||
int | height | ||
) |
void fft_ctf | ( | float * | data, |
int | width, | ||
int | height, | ||
int | sign | ||
) |
void fft_end | ( | int | nthreads | ) |
void fft_init | ( | int | nthreads | ) |
float* fft_rtf | ( | float * | data, |
int | width, | ||
int | height | ||
) |