From 01c39a3bdf7edf62913bd522e9de29c293bb0062 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 31 Mar 2023 14:49:00 +0100 Subject: [PATCH] Impulse info --- toolboxes/Plotting/README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/toolboxes/Plotting/README.rst b/toolboxes/Plotting/README.rst index e15735b9..189eed9e 100644 --- a/toolboxes/Plotting/README.rst +++ b/toolboxes/Plotting/README.rst @@ -243,9 +243,12 @@ A unit impulse or dirac delta waveform. \begin{cases} 1 &\text{if $dt\leq 0$}, \\ 0 &\text{if $dt>1$}. - \end{cases} + \end{cases} + +where :math:`dt` is the temporal resolution (timestep) of the model. .. figure:: ../../images_shared/impulse.png + :width: 350 px Example of the ``impulse`` waveform - time domain.