Data point for FFT. More...
#include "rdmffttypes.h"
Data Fields | |
double | r |
double | i |
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.
double RDM_FFT_DATA::i |
The imaginary component
double RDM_FFT_DATA::r |
The real component