Class AmpPhase
Represents amplitude and phase information for wave-like phenomena.
public class AmpPhase
- Inheritance
-
AmpPhase
- Inherited Members
- Extension Methods
Constructors
AmpPhase()
Initializes a new instance of the AmpPhase class.
public AmpPhase()
AmpPhase(double, double)
Initializes a new instance of the AmpPhase class with specified amplitude and phase.
public AmpPhase(double amp, double phase_rad)
Parameters
Properties
Amp
Gets or sets the amplitude value.
public double Amp { get; set; }
Property Value
Phase_deg
Gets or sets the phase value in degrees.
public double Phase_deg { get; set; }
Property Value
Phase_rad
Gets or sets the phase value in radians.
public double Phase_rad { get; set; }