TMtx.FFT1DFromReal Method

Overload List

#SignatureDescription
1TMtx FFT1DFromRealForward parallel in-place 1D FFT from real to complex.
2TMtx FFT1DFromReal(TMtx Mtx)Forward parallel not in-place 1D real to complex FFT.

Overload 1: TMtx FFT1DFromReal

Forward parallel in-place 1D FFT from real to complex.

Result: stored in self (calling object), returns self for chaining

Remarks:

Performs forward 1D FFT from real to complex on each row of the matrix. See Dew.Math.TVec.FFTFromReal for more info on the forward real FFT.

Overload 2: TMtx FFT1DFromReal(TMtx Mtx)

Forward parallel not in-place 1D real to complex FFT.

#NameTypeDescription
1MtxTMtxsource TMtx

Result: stored in self (calling object), returns self for chaining

Remarks:

The size of the destination is set automatically.