Class WAmpPhase
- Namespace
- Hi.Vibrations
- Assembly
- HiMech.dll
Represents amplitude and phase information with angular velocity.
public class WAmpPhase : IAngularVelocityOwner
- Inheritance
-
WAmpPhase
- Implements
- Inherited Members
- Extension Methods
Constructors
WAmpPhase(double, AmpPhase)
Initializes a new instance of the WAmpPhase class with the specified angular velocity and amplitude-phase information.
public WAmpPhase(double angularVelocity, AmpPhase ampPhase)
Parameters
angularVelocity
doubleThe angular velocity in radians per second.
ampPhase
AmpPhaseThe amplitude and phase information.
Properties
AmpPhase
Gets or sets the amplitude and phase information.
public AmpPhase AmpPhase { get; set; }
Property Value
AngularVelocity
Gets or sets the angular velocity in radians per second.
public double AngularVelocity { get; set; }
Property Value
Frequency
Gets or sets the frequency in Hz.
public double Frequency { get; set; }