Skip to content

Commit

Permalink
updates on decoder.v
Browse files Browse the repository at this point in the history
  • Loading branch information
mountains-high authored and mountains-high committed Nov 1, 2023
1 parent 64c8e4e commit 25399dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/decoder.v
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
U[t+1] = βU[t] + I_{\\rm syn}[t+1] - R(βU[t] + I_{\\rm in}[t+1])
* :math:`I_{\\rm in}` - Input current
* :math:`U` - Membrane potential
* :math:`U_{\\rm thr}` - Membrane threshold
* :math:`R` - Reset mechanism: if active, :math:`R = 1`, otherwise \
:math:`I_{\\rm in}` - Input current
:math:`U` - Membrane potential
:math:`U_{\\rm thr}` - Membrane threshold
:math:`R` - Reset mechanism: if active, :math:`R = 1`, otherwise \
:math:`R = 0`
* :math:`β` - Membrane potential decay rate
:math:`β` - Membrane potential decay rate
*/

module lif (
Expand Down

0 comments on commit 25399dd

Please sign in to comment.