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

The direction for the FFT.

Enumerator
RDM_FFT_FORWARD

Normal FFT or forward

RDM_FFT_BACKWARD

Inverse FFT or backward

@ RDM_FFT_FORWARD
Definition: rdmffttypes.h:45
@ RDM_FFT_BACKWARD
Definition: rdmffttypes.h:46
RDM_FFT_DIRECTION
The direction for the FFT.
Definition: rdmffttypes.h:44