damped sine wave: Amp e^(-alpha (x - Center)) sin(2π (x - Center) / Scale) + Offset.
DampedSine
00 Remarks
Extremely important for simulating mechanical vibration after a hit, RLC circuit response, seismic waves and any decaying oscillation. BasisFunction.Scale is the period; DampedSine.Damping (alpha) controls how fast the oscillation decays.
01 Syntax
Microsoft.VisualBasic.Math.SignalProcessing.Source.Generators.DampedSine
02 Properties
| Name | Overloads | Summary |
|---|---|---|
| Damping | 1 | the damping coefficient (alpha) of the exponential envelope. |
03 Members
Damping
the damping coefficient (alpha) of the exponential envelope.