Click or drag to resize

HartleyNaiveInverse Method

Naive inverse DHT, useful e.g. to verify faster algorithms.

Namespace: Altaxo.Calc.IntegralTransforms
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double[] NaiveInverse(
	double[] frequencySpace,
	HartleyOptions options
)

Parameters

frequencySpace  Double
Frequency-space sample vector.
options  HartleyOptions
Hartley Transform Convention Options.

Return Value

Double
Corresponding time-space vector.
See Also