Create a Kronecker Delta impulse sample vector.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double[] Impulse(
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. Zero or positive.
Return Value
DoubleThe impulse samples.
See Also