dRonin
adbada4
dRonin GCS
|
#include <FFTReal.h>
Public Types | |
enum | { MAX_BIT_DEPTH = 30 } |
typedef DT | DataType |
Public Member Functions | |
FFTReal (long length) | |
virtual | ~FFTReal () |
long | get_length () const |
void | do_fft (DataType f[], const DataType x[]) const |
void | do_ifft (const DataType f[], DataType x[]) const |
void | rescale (DataType x[]) const |
DataType * | use_buffer () const |
typedef DT ffft::FFTReal< DT >::DataType |
|
explicit |
Definition at line 90 of file FFTReal.hpp.
|
inlinevirtual |
void ffft::FFTReal< DT >::do_fft | ( | DataType | f[], |
const DataType | x[] | ||
) | const |
Definition at line 143 of file FFTReal.hpp.
void ffft::FFTReal< DT >::do_ifft | ( | const DataType | f[], |
DataType | x[] | ||
) | const |
Definition at line 204 of file FFTReal.hpp.
long ffft::FFTReal< DT >::get_length | ( | ) | const |
Definition at line 119 of file FFTReal.hpp.
void ffft::FFTReal< DT >::rescale | ( | DataType | x[] | ) | const |
Definition at line 259 of file FFTReal.hpp.
FFTReal< DT >::DataType * ffft::FFTReal< DT >::use_buffer | ( | ) | const |
Definition at line 310 of file FFTReal.hpp.