#include <CompositeLifNeuron.h>


Public Member Functions | |
| LIFCondAlphaNeuron (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 ErevExc=0.0, float ErevInh=-80e-3, 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,10);].   | |
| float | TauSynExc | 
| The time constant of the excitatory alpha post synapse [units=sec;range=(0,10);].   | |
| float | TauSynInh | 
| The time constant of the inhibitory alpha post synapse [units=sec;range=(0,10);].   | |
| float | ErevExc | 
| The reversal potential of the excitatory alpha post synapse [units=volts;range=???;].   | |
| float | ErevInh | 
| The reversal potential of the inhibitory alpha post synapse [units=volts;range=???;].   | |
Definition at line 109 of file CompositeLifNeuron.h.
| LIFCondAlphaNeuron::LIFCondAlphaNeuron | ( | 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 |  ErevExc = 0.0,  | 
        |||
| float |  ErevInh = -80e-3,  | 
        |||
| float |  TauSynExc = 3e-3,  | 
        |||
| float |  TauSynInh = 3e-3 | |||
| ) |  [inline] | 
        
Definition at line 113 of file CompositeLifNeuron.h.
References LifNeuronBase::Cm, ErevExc, ErevInh, LifNeuronBase::Iinject, LifNeuronBase::Inoise, LifNeuronBase::Rm, taum, TauSynExc, TauSynInh, LifNeuronBase::Trefract, LifNeuronBase::Vinit, LifNeuronBase::Vreset, LifNeuronBase::Vresting, and LifNeuronBase::Vthresh.
Reset the leaky I&F neuron.
Reimplemented from CompositeNeuron< CbLifNeuron >.
Definition at line 145 of file CompositeLifNeuron.h.
References LifNeuronBase::Cm, ErevExc, ErevInh, CompositeNeuron< CbLifNeuron >::getInnerSynapse(), CompositeNeuron< BaseNeuron >::reset(), LifNeuronBase::Rm, taum, TauSynExc, and TauSynInh.

The time constant of the membrane potential [units=sec;range=(0,10);].
Definition at line 156 of file CompositeLifNeuron.h.
Referenced by LIFCondAlphaNeuron(), and reset().
The time constant of the excitatory alpha post synapse [units=sec;range=(0,10);].
Definition at line 159 of file CompositeLifNeuron.h.
Referenced by LIFCondAlphaNeuron(), and reset().
The time constant of the inhibitory alpha post synapse [units=sec;range=(0,10);].
Definition at line 161 of file CompositeLifNeuron.h.
Referenced by LIFCondAlphaNeuron(), and reset().
The reversal potential of the excitatory alpha post synapse [units=volts;range=???;].
Definition at line 164 of file CompositeLifNeuron.h.
Referenced by LIFCondAlphaNeuron(), and reset().
The reversal potential of the inhibitory alpha post synapse [units=volts;range=???;].
Definition at line 167 of file CompositeLifNeuron.h.
Referenced by LIFCondAlphaNeuron(), and reset().
 1.5.5