Click or drag to resize

FourierInverse(Complex) Method

Applies the inverse Fast Fourier Transform (iFFT) to arbitrary-length sample vectors.

Namespace: Altaxo.Calc.IntegralTransforms
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void Inverse(
	Complex[] spectrum
)

Parameters

spectrum  Complex
Spectrum data, where the iFFT is evaluated in place.
See Also