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

Inverse parallel in-place 1D FFT.

Syntax
C#
Visual Basic
public TMtx IFFT1D(bool NoScale);

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!