Click or drag to resize

GenerateImpulseSequence Method

Create a Kronecker Delta impulse sample vector.

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

Parameters

amplitude  Double
The maximal reached peak.
delay  Int32
Offset to the time axis, hence the sample index of the impulse.

Return Value

IEnumerableDouble

[Missing <returns> documentation for "M:Altaxo.Calc.Generate.ImpulseSequence(System.Double,System.Int32)"]

See Also