Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs_sphinx/user/converting_from_integrated_form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ differential equations for the target `NeuronGroup`, and ``on_pre`` is the argum
'''
on_pre = 'x += w'

:math:`V(t)` must be normalized by using some factor. For peak value the factor can be
:math:`\frac{1.}{\frac{\tau_2}{\tau_2-\tau_1})(\frac{\tau_1}{\tau_2})^{\tau_1/(\tau_2-\tau_1)}-(\frac{\tau_1}{\tau_2}}^{\tau_2/(\tau_2-\tau_1)}`

:math:`V(t)` reaches a maximum value of :math:`w` at time
:math:`t=\frac{\tau_1\tau_2}{\tau_2-\tau_1}\log\left(\frac{\tau_2}{\tau_1}\right)`.

Expand Down