RDM_FFT_DATA Struct Reference

Data point for FFT. More...

#include "rdmffttypes.h"

Data Fields

double r
double i

Detailed Description

Data point for FFT.

An array of RDM_FFT_DATA objects is used as the input and the output for the FFT. The input has to be a power of two.

Field Documentation

i

double RDM_FFT_DATA::i

The imaginary component

r

double RDM_FFT_DATA::r

The real component


The documentation for this struct was generated from the following file: