The provided computational model is designed to simulate a neuron with a dynamically adjusting threshold for action potential generation. This model is inspired by the neural dynamics described in studies by Getting (1989) and utilized by Lieb and Frost (1998) which focus on network-level reconstructions and reflex circuits in Aplysia, a genus of sea slugs often used in neuroscience due to their relatively simple and accessible nervous systems.
RESET
) and then decays back to a resting state (STEADYSTATE
) over time (DECAYTC
). This feature reflects biological phenomena where neuronal excitability is modulated due to recent spiking activity, as seen in many neuronal circuits.Burst Detection: The code includes mechanisms to detect and characterize burst firing, a common mode of neuronal firing where multiple action potentials are fired rapidly in a sequence. Bursts are often crucial in neural communication, influencing synaptic strength and network dynamics. The parameters burstmaxint
(maximum interval between spikes in a burst) and burstminsize
(minimum number of spikes for a burst) are used to define and detect such bursting behavior.
Burst Influence: Burst firing can enhance synaptic transmission and has been linked to various neurological functions, including sensory processing and motor output. In this model, the detection of burst firing could influence the threshold dynamics, further linking neuronal excitability to functional outcomes like reflex circuits observed in the referenced works.
This computational model encapsulates key biological principles of neuronal dynamics such as dynamic thresholds and burst detection. These mechanisms ensure that the model can replicate certain behaviors observed in biological neurons, such as adaptive changes in excitability linked to recent activity and complex firing patterns like bursting, both essential for understanding neural circuit function and information processing in biological systems.