#include <CompositeAEIFNeuron.h>
Public Member Functions | |
aEIFCondAlphaNeuron (double a=4e-9, double b=0.0805e-9, double Vt=-50.6e-3, double Vr=-70.4e-3, double El=-70.4e-3, double gl=30e-9, double Cm=281e-12, double tau_w=144e-3, double slope=2e-3, double Vpeak=20.0e-3, double Vinit=-60.0e-3, double Inoise=0.0, double Iinject=0.0, double ErevExc=-80e-3, double ErevInh=0.0, float TauSynExc=3e-3, float TauSynInh=3e-3) | |
virtual int | reset (double dt) |
Reset the Izhi-Neuron. | |
Public Attributes | |
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 9 of file CompositeAEIFNeuron.h.
aEIFCondAlphaNeuron::aEIFCondAlphaNeuron | ( | double | a = 4e-9 , |
|
double | b = 0.0805e-9 , |
|||
double | Vt = -50.6e-3 , |
|||
double | Vr = -70.4e-3 , |
|||
double | El = -70.4e-3 , |
|||
double | gl = 30e-9 , |
|||
double | Cm = 281e-12 , |
|||
double | tau_w = 144e-3 , |
|||
double | slope = 2e-3 , |
|||
double | Vpeak = 20.0e-3 , |
|||
double | Vinit = -60.0e-3 , |
|||
double | Inoise = 0.0 , |
|||
double | Iinject = 0.0 , |
|||
double | ErevExc = -80e-3 , |
|||
double | ErevInh = 0.0 , |
|||
float | TauSynExc = 3e-3 , |
|||
float | TauSynInh = 3e-3 | |||
) | [inline] |
Definition at line 15 of file CompositeAEIFNeuron.h.
References aEIFNeuronBase::a, aEIFNeuronBase::b, aEIFNeuronBase::Cm, aEIFNeuronBase::El, ErevExc, ErevInh, aEIFNeuronBase::gl, aEIFNeuronBase::Iinject, aEIFNeuronBase::Inoise, aEIFNeuronBase::slope, aEIFNeuronBase::tau_w, TauSynExc, TauSynInh, aEIFNeuronBase::Vinit, aEIFNeuronBase::Vpeak, aEIFNeuronBase::Vr, and aEIFNeuronBase::Vt.
Reset the Izhi-Neuron.
Reimplemented from CompositeNeuron< CbaEIFNeuron >.
Definition at line 55 of file CompositeAEIFNeuron.h.
References ErevExc, ErevInh, CompositeNeuron< CbaEIFNeuron >::getInnerSynapse(), CompositeNeuron< BaseNeuron >::reset(), TauSynExc, and TauSynInh.
The time constant of the excitatory alpha post synapse [units=sec;range=(0,10);].
Definition at line 65 of file CompositeAEIFNeuron.h.
Referenced by aEIFCondAlphaNeuron(), and reset().
The time constant of the inhibitory alpha post synapse [units=sec;range=(0,10);].
Definition at line 68 of file CompositeAEIFNeuron.h.
Referenced by aEIFCondAlphaNeuron(), and reset().
The reversal potential of the excitatory alpha post synapse [units=volts;range=???;].
Definition at line 71 of file CompositeAEIFNeuron.h.
Referenced by aEIFCondAlphaNeuron(), and reset().
The reversal potential of the inhibitory alpha post synapse [units=volts;range=???;].
Definition at line 74 of file CompositeAEIFNeuron.h.
Referenced by aEIFCondAlphaNeuron(), and reset().