Table of Contents

Class WAmpPhaseXyzTransformation

Namespace
Hi.Vibrations
Assembly
HiMech.dll

Represents amplitude and phase information with angular velocity for XYZ transformations.

public class WAmpPhaseXyzTransformation
Inheritance
WAmpPhaseXyzTransformation
Inherited Members
Extension Methods

Constructors

WAmpPhaseXyzTransformation(double, AmpPhase, AmpPhase, AmpPhase)

Initializes a new instance of the WAmpPhaseXyzTransformation class with the specified angular velocity and amplitude-phase information for each axis.

public WAmpPhaseXyzTransformation(double angularVelocity, AmpPhase ampPhaseX, AmpPhase ampPhaseY, AmpPhase ampPhaseZ)

Parameters

angularVelocity double

The angular velocity in radians per second.

ampPhaseX AmpPhase

The amplitude and phase information for the X axis.

ampPhaseY AmpPhase

The amplitude and phase information for the Y axis.

ampPhaseZ AmpPhase

The amplitude and phase information for the Z axis.

Properties

AmpPhaseX

Gets or sets the amplitude and phase information for the X axis.

public AmpPhase AmpPhaseX { get; set; }

Property Value

AmpPhase

AmpPhaseY

Gets or sets the amplitude and phase information for the Y axis.

public AmpPhase AmpPhaseY { get; set; }

Property Value

AmpPhase

AmpPhaseZ

Gets or sets the amplitude and phase information for the Z axis.

public AmpPhase AmpPhaseZ { get; set; }

Property Value

AmpPhase

AngularVelocity

Gets or sets the angular velocity in radians per second.

public double AngularVelocity { get; set; }

Property Value

double