AdEx Threshold Integrator

Threshold Integration for the AdEx neuron model with noisy input
ダウンロード: 276
更新 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://jp.mathworks.com/matlabcentral/fileexchange/55337-adex-threshold-integrator), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2015b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersNeural 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.