Click or drag to resize

FastHartleyTransformFHT Method

Does a hartley transform of 'n' points in the array 'fz'.

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

Parameters

fz  Double
The array of points.
n  Int32
The number of points, must be a power of two. This precondition is not checked!
See Also