HartleyNaiveForward Method |
Naive forward DHT, useful e.g. to verify faster algorithms.
Namespace: Altaxo.Calc.IntegralTransformsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double[] NaiveForward(
double[] timeSpace,
HartleyOptions options
)
Parameters
- timeSpace Double
- Time-space sample vector.
- options HartleyOptions
- Hartley Transform Convention Options.
Return Value
DoubleCorresponding frequency-space vector.
See Also