Click or drag to resize

GenerateStepSequence Method

Create an infinite Heaviside Step sample sequence.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IEnumerable<double> StepSequence(
	double amplitude,
	int delay
)

Parameters

amplitude  Double
The maximal reached peak.
delay  Int32
Offset to the time axis.

Return Value

IEnumerableDouble
The step sample sequence.
See Also