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... |
|
Detailed Description
Raima Database Manager
Copyright (C) 2020 Raima Inc., All rights reserved.
Use of this software, whether in source code format, or in executable, binary object code form, is governed by the Raima LICENSE which is fully described in the LICENSE.TXT file, included within this distribution of files.
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 |