#include <IzhiNeuron.h>


Public Member Functions | |
| IzhiNeuron (double a=0.02, double b=0.2, double c=-65.0, double d=8.0, double Vpeak=30.0, double Vinit=-0.06, double Inoise=0.0, double Iinject=0.0, double factI=1.0) | |
| IzhiNeuron (string type, double Vinit=-0.06, double Inoise=0.0, double Iinject=0.0, double factI=1.0) | |
| virtual | ~IzhiNeuron () | 
| virtual void | currentInput (double Isyn) | 
Implements the model described in Izhikevich, 2004 'Which model to use for cortical spiking neurons'
Definition at line 134 of file IzhiNeuron.h.
| IzhiNeuron::IzhiNeuron | ( | double |  a = 0.02,  | 
        |
| double |  b = 0.2,  | 
        |||
| double |  c = -65.0,  | 
        |||
| double |  d = 8.0,  | 
        |||
| double |  Vpeak = 30.0,  | 
        |||
| double |  Vinit = -0.06,  | 
        |||
| double |  Inoise = 0.0,  | 
        |||
| double |  Iinject = 0.0,  | 
        |||
| double |  factI = 1.0 | |||
| ) | 
Definition at line 137 of file IzhiNeuron.cpp.
| IzhiNeuron::IzhiNeuron | ( | string | type, | |
| double |  Vinit = -0.06,  | 
        |||
| double |  Inoise = 0.0,  | 
        |||
| double |  Iinject = 0.0,  | 
        |||
| double |  factI = 1.0 | |||
| ) | 
Definition at line 144 of file IzhiNeuron.cpp.
| virtual IzhiNeuron::~IzhiNeuron | ( | ) |  [inline, virtual] | 
        
Definition at line 156 of file IzhiNeuron.h.
| void IzhiNeuron::currentInput | ( | double | Isyn | ) |  [inline, virtual] | 
        
Reimplemented from CurrentInputTarget.
Definition at line 150 of file IzhiNeuron.cpp.
References IzhiNeuronBase::Isyn.
 1.5.5