LIFCurrExpNeuron Class Reference

#include <CompositeLifNeuron.h>

Inheritance diagram for LIFCurrExpNeuron:

Inheritance graph
[legend]
Collaboration diagram for LIFCurrExpNeuron:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 LIFCurrExpNeuron (float taum=3e-2, float Cm=3e-8, float Vresting=-0.06, float Vthresh=-0.045, float Vreset=-0.06, float Vinit=-0.06, float Trefract=3e-3, float Inoise=0.0, float Iinject=0.0, float TauSynExc=3e-3, float TauSynInh=3e-3)
virtual int reset (double dt)
 Reset the leaky I&F neuron.

Public Attributes

float taum
 The time constant of the membrane potential [units=sec;range=(0,1e3);].
float TauSynExc
 Time constant of the exponential postsynaptic response for excitatory synapses [units=sec;range=(0,1e3);].
float TauSynInh
 Time constant of the exponential postsynaptic response for excitatory synapses [units=sec;range=(0,1e3);].


Detailed Description

Definition at line 56 of file CompositeLifNeuron.h.


Constructor & Destructor Documentation

LIFCurrExpNeuron::LIFCurrExpNeuron ( float  taum = 3e-2,
float  Cm = 3e-8,
float  Vresting = -0.06,
float  Vthresh = -0.045,
float  Vreset = -0.06,
float  Vinit = -0.06,
float  Trefract = 3e-3,
float  Inoise = 0.0,
float  Iinject = 0.0,
float  TauSynExc = 3e-3,
float  TauSynInh = 3e-3 
) [inline]


Member Function Documentation

virtual int LIFCurrExpNeuron::reset ( double  dt  )  [inline, virtual]

Reset the leaky I&F neuron.

Reimplemented from CompositeNeuron< LifNeuron >.

Definition at line 90 of file CompositeLifNeuron.h.

References LifNeuronBase::Cm, CompositeNeuron< LifNeuron >::getInnerSynapse(), CompositeNeuron< BaseNeuron >::reset(), LifNeuronBase::Rm, taum, TauSynExc, and TauSynInh.

Here is the call graph for this function:


Member Data Documentation

The time constant of the membrane potential [units=sec;range=(0,1e3);].

Definition at line 99 of file CompositeLifNeuron.h.

Referenced by LIFCurrExpNeuron(), and reset().

Time constant of the exponential postsynaptic response for excitatory synapses [units=sec;range=(0,1e3);].

Definition at line 102 of file CompositeLifNeuron.h.

Referenced by LIFCurrExpNeuron(), and reset().

Time constant of the exponential postsynaptic response for excitatory synapses [units=sec;range=(0,1e3);].

Definition at line 105 of file CompositeLifNeuron.h.

Referenced by LIFCurrExpNeuron(), and reset().


The documentation for this class was generated from the following file:

Generated on Wed Jul 9 16:34:51 2008 for PCSIM by  doxygen 1.5.5