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.3572.0 (4.8.3572.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.

The RealFourierTransformationOutputKind type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also