Files
felice-models/docs-site/docs/neuron_models/fhn/index.md
F.M. Quintana Velazquez 9fabbdefc0 Initial commit
Co-authored-by: Aradhana Dube <a.dube@rug.nl>
Co-authored-by: Renzo I. Barraza Altamirano <r.i.barraza.altamirano@rug.nl>
Co-authored-by: Paolo Gibertini <p.gibertini@rug.nl>
Co-authored-by: Luca D. Fehlings <l.d.fehlings@rug.nl>
2026-02-27 17:43:31 +01:00

584 B

FitzHugh-Nagumo

Circuit equation


\begin{align}
    C\frac{dv}{dt} &= I_{app} - I_{passive} - I_{fast} - I_{slow} \\
    \frac{dv_{slow}}{dt} &= \frac{v - v_{slow}}{\tau_{slow}} \\
    \frac{dI_{app}}{dt} &= -\frac{I_{app}}{\tau_{syn}}
\end{align}

where the currents are:

  • I_{passive} = g_{max}(v - E_{rev})
  • I_{fast} = a_{fast} \tanh(v - v_{off,fast})
  • I_{slow} = a_{slow} \tanh(v_{slow} - v_{off,slow})

Examples

See the following interactive notebook for a practical example: