Click or drag to resize

HartleyOptions Enumeration

Hartley Transform Convention

Namespace: Altaxo.Calc.IntegralTransforms
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[FlagsAttribute]
public enum HartleyOptions
Members
Member nameValueDescription
Default0 Universal; Symmetric scaling.
AsymmetricScaling2 Only scale by 1/N in the inverse direction; No scaling in forward direction.
NoScaling4 Don't scale at all (neither on forward nor on inverse transformation).
See Also