RFFT

Perform a FFT from a real signal, saves up CPU.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

forwardTransform
void forwardTransform(const(T)[] timeData, Complex!T[] outputBins)
Undocumented in source. Be warned that the author may not have intended to support it.
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.

Meta