RFFT

Performs FFT from real input, and IFFT towards real output.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

forwardTransform
void forwardTransform(const(T)[] timeData, Complex!T[] outputBins)

Compute the Real FFT of the array.

initialize
void initialize(int length)
Undocumented in source. Be warned that the author may not have intended to support it.
reverseTransform
void reverseTransform(Complex!T[] inputBins, T[] timeData)

Compute the inverse FFT of the array. Perform post-scaling.

Manifest constants

TRIGO_BD_LIMIT
enum TRIGO_BD_LIMIT;
Undocumented in source.

Meta