-
class
Model based on Brette R and Gerstner W ( 2005 ) Adaptive Exponential Integrate-and-Fire Model as an Effective Description of Neuronal Activity.
class
The Hindmarsh Rose model is a simplified point cell model which captures complex firing patterns of single neurons, such as periodic and chaotic bursting.
class
Cell based on the modified Izhikevich model in Izhikevich 2007, Dynamical systems in neuroscience, MIT Press
\n
:param v0: Initial membrane potential
:type v0: voltage
:param k:
:type k: conductance_per_voltage
:param vr: Resting membrane potential
:type vr: voltage
:param vt: Spike threshold
:type vt: voltage
:param vpeak: Peak action potential value
:type vpeak: voltage
:param a: Time scale of recovery variable u
:type a: per_time
:param b: Sensitivity of recovery variable u to subthreshold fluctuations of membrane potential v
:type b: conductance
:param c: After-spike reset value of v
:type c: voltage
:param d: After-spike increase to u
:type d: current
:param C: Total capacitance of the cell membrane
:type C: capacitance