You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > IFFT1D Method > Matrix.IFFT1D Method (boolean)
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.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 Vector.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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!