Click or drag to resize

DoubleForward1DFFTCreateInverseFFT Method

Creates a backward FFT instance of this forward double real 1D FFT.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleSymmetricBackward1DFFT CreateInverseFFT()

Return Value

DoubleSymmetricBackward1DFFT
A backward double real 1D FFT.
Remarks
A backward FFT is defined with a positive exponent in the discrete fourier transform formulation.
See Also