rdmffttypes.h File Reference
#include "psptypes.h"
Include dependency graph for rdmffttypes.h:
This graph shows which files directly or indirectly include this file:
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... |
|
Macro Definition Documentation
RDM_FFT_ALG
| #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
Enumeration Type Documentation
RDM_FFT_DIRECTION
| enum RDM_FFT_DIRECTION |