FastHartleyTransformFHT Method |
Does a hartley transform of 'n' points in the array 'fz'.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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