You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where :math:`v, w` and :math:`y` represent the membrane voltage, recovery variable
40
+
and slow modulation of the current respectively.
41
+
:math:`I` measures the constant magnitude of external stimulus current, and :math:`\alpha`
42
+
is the fractional exponent which ranges in the interval :math:`(0 < \alpha \le 1)`.
43
+
:math:`a, b, c, d, \delta` and :math:`\mu` are the system parameters.
44
+
45
+
The system reduces to the original classical order system when :math:`\alpha=1`.
17
46
47
+
:math:`\mu` indicates a small parameter that determines the pace of the slow system
48
+
variable :math:`y`. The fast subsystem (:math:`v-w`) presents a relaxation oscillator
49
+
in the phase plane where :math:`\delta` is a small parameter.
50
+
:math:`v` is expressed in mV (millivolt) scale. Time :math:`t` is in ms (millisecond) scale.
51
+
It exhibits tonic spiking or quiescent state depending on the parameter sets for a fixed
52
+
value of :math:`I`. The parameter :math:`a` in the 2D FHN model corresponds to the
53
+
parameter :math:`c` of the FH-R neuron model. If we decrease the value of :math:`a`,
54
+
it causes longer intervals between two burstings, however there exists :math:`a`
55
+
relatively fixed time of bursting duration. With the increasing of :math:`a`, the
56
+
interburst intervals become shorter and periodic bursting changes to tonic spiking.
57
+
58
+
Examples
59
+
--------
60
+
61
+
- [(Mondal, et, al., 2019): Fractional-order FitzHugh-Rinzel bursting neuron model](https://brainpy-examples.readthedocs.io/en/latest/neurons/2019_Fractional_order_FHR_model.html)
62
+
63
+
64
+
Parameters
65
+
----------
66
+
size: int, sequence of int
67
+
The size of the neuron group.
68
+
alpha: float, tensor
69
+
The fractional order.
70
+
num_memory: int
71
+
The total number of the short memory.
18
72
19
73
References
20
74
----------
21
75
.. [1] Mondal, A., Sharma, S.K., Upadhyay, R.K. *et al.* Firing activities of a fractional-order FitzHugh-Rinzel bursting neuron model and its coupled dynamics. *Sci Rep* **9,** 15721 (2019). https://doi.org/10.1038/s41598-019-52061-4
0 commit comments