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

Calculate the inverse FFT from all Vec elements.

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

Store the results in the calling vector. 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 TMtxVec.ComplexComplexproperties 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!