AdEx Threshold Integrator

版本 1.1.0.0 (38.2 KB) 作者: Robert Rosenbaum
Threshold Integration for the AdEx neuron model with noisy input
274.0 次下载
更新 2016/3/17

查看许可证

Threshold integration methods for the adaptive exponential integrate and fire (AdEx)
neuron model driven by noisy current-based (i.e., additive) input.
Author: Robert Rosenbaum
A suite or programs to approximate steady-state statistics and linear response functions
for the AdEx model defined by the Langevin equations
Cm*V'=-gL*(V-EL)+gL*DeltaT*exp((V-VT)/DeltaT)-w+muI+sqrt(2*DI)*eta
tauw*w'=-w+a*(V-EL)
with the added condition that V is reset to Vre whenever it reaches Vth.
Uses threshold integration methods from:

Richardson, M.J.E. (2008). Spike-train spectra and network response
functions for non-linear integrate-and-fire neurons. Biological
Cybernetics, 99(4-5), 381-92.

and fixed point iteration methods from:

Richardson, M. (2009). Dynamics of populations and networks of neurons with
voltage-activated and calcium-activated currents. Physical Review E, 80(2), 021928.

with the modifications and extensions described in:

Rosenbaum, R. (2016). A diffusion approximation and numerical methods for adaptive
neuron models with stochastic inputs. To appear.

Please cite these papers if you publish research that uses this code or some modification
thereof.

See that manuscript and the comments within each function for more information on the
implementation and how to call the functions.

引用格式

Robert Rosenbaum (2026). AdEx Threshold Integrator (https://ww2.mathworks.cn/matlabcentral/fileexchange/55337-adex-threshold-integrator), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Neural Simulation 的更多信息
版本 已发布 发行说明
1.1.0.0

Implemented closed form expression for effective diffusion coefficient and improved README file.

1.0.0.0

Fixed a very minor issue involving the name of a parameter.