#include <LinearNeuron.h>


Public Member Functions | |
| LinearNeuron (float Rm=1, float Iinject=0, float Inoise=0) | |
If there are no Conductance based synapses the output 
 is given by 
 If there are conductance based synapses the output 
 is given by 
 $fIsyn
 is the total amount of conductance supplied by the conductance based synapses 
 is some constant base current injection 
 is a gaussian random variable with a standard deviation of Inoise 
 is the membrane resistance (which acts just as a scaling factor in this case 
Definition at line 22 of file LinearNeuron.h.
Definition at line 29 of file LinearNeuron.h.
References AnalogPointNeuron::Iinject, AnalogPointNeuron::Inoise, and AnalogPointNeuron::Rm.
 1.5.5