Damped Sine Curve.Damping Coefficient Property
Gets or sets the damping coefficient (k).
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 DampingCoefficient { get; set; }Property Value
DoubleRemarks
The damping coefficient determines the rate of exponential decay of the oscillations. Larger values result in faster damping. When k = 0, the oscillations are undamped.
This value corresponds to the second parameter of the curve.