Click or drag to resize

FastHartleyTransformRealIFFT Method

Does the inverse of a real-valued fourier transform of 'n' points.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void RealIFFT(
	double[] real,
	int n
)

Parameters

real  Double
The array holding the fourier transform values, which will be transformed back.
n  Int32
Number of points to transform. Has to be a power of 2 (unchecked).
See Also