You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > IFFT Method > Vector.IFFT Method (TVec, boolean)
MtxVec VCL
ContentsIndex
PreviousUpNext
Vector.IFFT Method (TVec, boolean)

Calculate the inverse FFT from all Vec elements and store the results in the calling vector.

Pascal
function IFFT(const Vec: TVec; NoScale: boolean = False): TVec; overload;

If the NoScale parameter is true then no scaling is performed for the calling vector. Vec Length must not be the power of two. Length and Complex properties of the calling vector are set implicitly to match Vec vector.

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