Click or drag to resize

GeneratePeriodicImpulse Method

Create a periodic 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 double[] PeriodicImpulse(
	int length,
	int period,
	double amplitude,
	int delay
)

Parameters

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

Return Value

Double

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

See Also