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

Inverse parallel in-place 1D FFT from complex to real.

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

Performs inverse 1D FFT from complex to real on each row of the matrix. See IFFT1D for more info on the inverse complex to real 1D 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!