Click or drag to resize

FourierDirection Enumeration

The direction of the fourier transform.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum FourierDirection
Members
Member nameValueDescription
Forward1 Forward direction. Usually in reference to moving from temporal representation to frequency representation.
Inverse-1 Backward direction. Usually in reference to moving from frequency representation to temporal representation.
Backward-1 Backward direction. Usually in reference to moving from frequency representation to temporal representation.
See Also