TMtx.IFFT1DToReal Method

Overload List

#SignatureDescription
1TMtx IFFT1DToReal(TMtx Mtx, Boolean NoScale)Inverse parallel not in-place 1D complex to real FFT.
2TMtx IFFT1DToReal(Boolean NoScale)Inverse parallel in-place 1D FFT from complex to real.

Overload 1: TMtx IFFT1DToReal(TMtx Mtx, Boolean NoScale)

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

#NameTypeDescription
1MtxTMtxsource TMtx
2NoScaleBoolean

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

Remarks:

The size of the destination is set automatically.

Overload 2: TMtx IFFT1DToReal(Boolean NoScale)

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

#NameTypeDescription
1NoScaleBoolean

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

Remarks:

Performs inverse 1D FFT from complex to real on each row of the matrix. See Dew.Math.TVec.IFFTToReal for more info on the inverse complex to real 1D FFT. NoScale parameter allows the scaling to be turned off. The scaling scales the result by 1/(Length_Of_FFT)