You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > IFFT Method > Vector.IFFT Method (bool)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.IFFT Method (bool)

The inverse backward FFT from complex to complex.

Syntax
C#
Visual Basic
public TVec IFFT(bool NoScale);

Calculates the inverse (backward) Fast Fourier Transformation (FFT) from complex to complex for all calling vector elements in-place. If the NoScale parameter is true, then no scaling is performed for the calling vector. The results can be erroneous if overflow or underflow occurs.

var a,b: Vector; begin a.SetIt(True,[1,2,3,4]); b.IFFT(a,True); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!