Click or drag to resize

GenerateStep Method

Create a Heaviside Step sample vector.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double[] Step(
	int length,
	double amplitude,
	int delay
)

Parameters

length  Int32
The number of samples to generate.
amplitude  Double
The maximal reached peak.
delay  Int32
Offset to the time axis.

Return Value

Double
The step samples.
See Also