Enum ComplexMagnitudeMethod
Namespace: SMT.MastaAPI.MathUtility
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public enum ComplexMagnitudeMethod
Fields
Name | Description |
---|---|
MagnitudeOfComplexModuli | Magnitudes of complex vectors will be computed as the real-valued Euclidean norm of the moduli of the complex degrees of freedom. |
PeakAmplitude | Magnitudes of complex vectors will be computed as the real-valued Euclidean norm of the real part of the complex degrees of freedom, as evaluated at the phase shift at which this value is maximised. |
PeaktoPeakAmplitude | Double the Peak Amplitude. |
RMSAmplitude | Magnitude of Complex Moduli divided by root 2. |