Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Izhi_Neuron Class Reference

#include <izhi_neuron.h>

Inheritance diagram for Izhi_Neuron:

SpikingNeuron Neuron Forceable SynapseTarget Advancable List of all members.

Detailed Description

A canonical bursting and spiking neuron.

see Izhikevich E. "Simple model of Spiking Neurons"

Model

A canonical neuron model is implemented where the membrane potential of a neuron is given by

, is the membrane resistance, is the current supplied by the synapses, is a non-specific background current and is a Gaussion random variable with zero mean and a given variance noise.

At time ist set to . If exceeds the threshold voltage it is reset to and hold there for the length of the absolute refractory period.

Implementation

The simple Euler method is used for numerical integration.

Public Member Functions

Public Attributes

Protected Attributes

Private Attributes

Friends