Click or drag to resize

GeneratePeriodicImpulseSequence Method

Create a Kronecker Delta impulse sample vector.

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

Parameters

period  Int32
impulse sequence period.
amplitude  Double
The maximal reached peak.
delay  Int32
Offset to the time axis. Zero or positive.

Return Value

IEnumerableDouble
The periodic impulse sample sequence.
See Also