Click or drag to resize

RealFourierTransformationOutputKind Enumeration

Designates different possible kinds of output of the real fourier transformation.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum RealFourierTransformationOutputKind
Members
Member nameValueDescription
RealPart0Output is the real part of the fourier transformation.
ImaginaryPart1Output is the imaginary part of the fourier transformation.
Amplitude2Output is the amplitude of the fourier transformation.
Phase3Output is the phase (-Pi..+Pi) of the fourier transformation.
Power4Output is the power (square of the amplitude) of the fourier transformation.
See Also