You are here: Symbol Reference > MtxVec Namespace > Classes > TMtx Class > public > IFFT1DToReal Method > TMtx.IFFT1DToReal Method (boolean)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtx.IFFT1DToReal Method (boolean)

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

Pascal
function IFFT1DToReal(NoScale: boolean = False): TMtx; overload;

Performs inverse 1D FFT from complex to real on each row of the matrix. See 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)

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!