Table of Contents

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 double

The angular velocity in radians per second.

ampPhase AmpPhase

The amplitude and phase information.

Properties

AmpPhase

Gets or sets the amplitude and phase information.

public AmpPhase AmpPhase { get; set; }

Property Value

AmpPhase

AngularVelocity

Gets or sets the angular velocity in radians per second.

public double AngularVelocity { get; set; }

Property Value

double

Frequency

Gets or sets the frequency in Hz.

public double Frequency { get; set; }

Property Value

double