mirror of
https://github.com/bics-rug/felice-models.git
synced 2026-03-10 21:14:15 +01:00
Improv doc
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
# Circuit implementing the fhn neuron.
|
||||
|
||||
- The circuits in the schematics implement the FHN neuron described.
|
||||
- The FHN neuron is an implementation of the circuit described in (Ribar, L. (2019). Synthesis of neuromorphic circuits with neuromodulatory properties [Apollo - University of Cambridge Repository]. https://doi.org/10.17863/CAM.53750). The OTA and CMFB are well known designs that can be found in textbooks.
|
||||
@@ -1,5 +1,10 @@
|
||||
# FitzHugh-Nagumo
|
||||
|
||||
# Circuit implementing the fhn neuron.
|
||||
|
||||
- The circuits in the schematics implement the FHN neuron described.
|
||||
- The FHN neuron is an implementation of the circuit described in (Ribar, L. (2019). Synthesis of neuromorphic circuits with neuromodulatory properties [Apollo - University of Cambridge Repository]. [DOI: 10.17863/CAM.53750](https://doi.org/10.17863/CAM.53750)). The OTA and CMFB are well known designs that can be found in textbooks.
|
||||
|
||||
## Circuit equation
|
||||
|
||||
$$
|
||||
@@ -15,6 +20,7 @@ where the currents are:
|
||||
- $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:
|
||||
|
||||
Reference in New Issue
Block a user