You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > IFFT1DToReal Method > Matrix.IFFT1DToReal Method (boolean)
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.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 IFFT1D 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!