HartleyNaiveInverse Method |
Naive inverse 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[] NaiveInverse(
double[] frequencySpace,
HartleyOptions options
)
Parameters
- frequencySpace Double
- Frequency-space sample vector.
- options HartleyOptions
- Hartley Transform Convention Options.
Return Value
DoubleCorresponding time-space vector.
See Also