FourierDirection Enumeration |
The direction of the fourier transform.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum FourierDirection
Members Member name | Value | Description |
---|
Forward | 1 |
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