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

Inverse parallel in-place 1D FFT.

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

Performs inverse 1D FFT on each row of the matrix. See TVec.IFFT for more info on the inverse 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!