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
angularVelocitydoubleThe angular velocity in radians per second.
ampPhaseXAmpPhaseThe amplitude and phase information for the X axis.
ampPhaseYAmpPhaseThe amplitude and phase information for the Y axis.
ampPhaseZAmpPhaseThe 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
AmpPhaseY
Gets or sets the amplitude and phase information for the Y axis.
public AmpPhase AmpPhaseY { get; set; }
Property Value
AmpPhaseZ
Gets or sets the amplitude and phase information for the Z axis.
public AmpPhase AmpPhaseZ { get; set; }
Property Value
AngularVelocity
Gets or sets the angular velocity in radians per second.
public double AngularVelocity { get; set; }