nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.SignalProcessing / DampedSine

DampedSine

Full name Microsoft.VisualBasic.Math.SignalProcessing.Source.Generators.DampedSine Assembly Microsoft.VisualBasic.Math.SignalProcessing Members 1

damped sine wave: Amp e^(-alpha (x - Center)) sin(2π (x - Center) / Scale) + Offset.

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

NameOverloadsSummary
Damping 1 the damping coefficient (alpha) of the exponential envelope.

03 Members

property Damping #
Damping

the damping coefficient (alpha) of the exponential envelope.