DampedSineCurve.DampingCoefficient 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#
public double DampingCoefficient { get; set; }

Property Value

Double

Remarks

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.

See Also