#include "psptypes.h"

Data Structures | |
| struct | RDM_FFT_DATA |
| Data point for FFT. More... | |
| struct | RDM_FFT |
| An FFT object. More... | |
Macros | |
| #define | RDM_FFT_ALG RDM_FFT_ALG_RDM |
| The FFT algorithm to use. More... | |
Enumerations | |
| enum | RDM_FFT_DIRECTION { RDM_FFT_FORWARD = -1, RDM_FFT_BACKWARD = 1 } |
| The direction for the FFT. More... | |
| #define RDM_FFT_ALG RDM_FFT_ALG_RDM |
The FFT algorithm to use.
The FFT algorithm to use should always be RDM_FFT_ALG_RDM. Please check pspplatos.h and the source for details
| enum RDM_FFT_DIRECTION |