Damped Sine Curve.Amplitude Property
Gets or sets the initial amplitude (A).
Definition
Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public double Amplitude { get; set; }Property Value
DoubleRemarks
The initial amplitude is the amplitude of the oscillation at x = 0 (before damping). The actual amplitude at any point x is A·exp(-k·x).
This value corresponds to the first parameter of the curve.