Enum ComplexMagnitudeMethod
Namespace: SMT.MastaAPI.MathUtility
Assembly: SMT.MastaAPI.13.0.dll
Syntax
[ComVisible(true)]
[Guid("86276bfc-151b-3efe-bb7d-fef95f56d220")]
[ApiEnumFor("SMT.MathUtility.ComplexMagnitudeMethod, SMT.MathUtility")]
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. |
MagnitudeOfComplexValues | Magnitudes of complex vectors will be computed as the complex-valued Euclidean norm 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. |