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

Property Value

Double

Remarks

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.

See Also