Impulse info

这个提交包含在:
Craig Warren
2023-03-31 14:49:00 +01:00
父节点 84445f4f7b
当前提交 01c39a3bdf

查看文件

@@ -243,9 +243,12 @@ A unit impulse or dirac delta waveform.
\begin{cases} \begin{cases}
1 &\text{if $dt\leq 0$}, \\ 1 &\text{if $dt\leq 0$}, \\
0 &\text{if $dt>1$}. 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 .. figure:: ../../images_shared/impulse.png
:width: 350 px
Example of the ``impulse`` waveform - time domain. Example of the ``impulse`` waveform - time domain.