diff --git a/doc/modeling.rst b/doc/modeling.rst index 832d80aa..6dd0f1c2 100644 --- a/doc/modeling.rst +++ b/doc/modeling.rst @@ -772,7 +772,7 @@ are two time constants specified with the attribute timeconst, namely :math:`\te `__, the effective time constant :math:`\tau` is then computed at runtime as: .. math:: - \tau(\texttt{ctrl}-\texttt{act}) = + \tau(\texttt{ctrl}, \texttt{act}) = \begin{cases} \tau_\text{act} \cdot (0.5 + 1.5\cdot\texttt{act}) & \texttt{ctrl}-\texttt{act} \gt 0 \\ \tau_\text{deact} / (0.5 + 1.5\cdot\texttt{act}) & \texttt{ctrl} - \texttt{act} \leq 0