nuget server logo nuget api documents
↑

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

Step

Full name Microsoft.VisualBasic.Math.SignalProcessing.Source.Generators.Step Assembly Microsoft.VisualBasic.Math.SignalProcessing Members 0

step function: the limit of a sigmoid. 0 before BasisFunction.Center, 1 afterwards, with a transition sharpness controlled by BasisFunction.Scale.

00 Remarks

Models an instantaneous state change (fuse blowing, threshold alarm). When BasisFunction.Scale > 0 it uses a logistic sigmoid for a smooth-but-sharp transition; when Scale = 0 it becomes an exact Heaviside step.

01 Syntax

Microsoft.VisualBasic.Math.SignalProcessing.Source.Generators.Step

02 Members