RealFourierTransformationOutputKind Enumeration |
Designates different possible kinds of output of the real fourier transformation.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic enum RealFourierTransformationOutputKind
Members| Member name | Value | Description |
|---|
| RealPart | 0 | Output is the real part of the fourier transformation. |
| ImaginaryPart | 1 | Output is the imaginary part of the fourier transformation. |
| Amplitude | 2 | Output is the amplitude of the fourier transformation. |
| Phase | 3 | Output is the phase (-Pi..+Pi) of the fourier transformation. |
| Power | 4 | Output is the power (square of the amplitude) of the fourier transformation. |
See Also