| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
SimObjectFactory --+
|
SimObject --+
|
object --+ |
| |
??.instance --+ |
| |
CurrentInputTarget --+ |
| |
ConductanceInputTarget --+
|
AnalogPointNeuron
Help on AnalogPointNeuron [class]: This class implements a neuron which just adds up all its inputs (synapses and analog messages) in a linear fashion This class is inteden to be used as the base class for all "artificial" analog neuron types. If there are no Conductance based synapses the output \f$Vm\f$ is given by \f[ Vm = Rm ( Isyn + Iinject + noise ) \f] If there are conductance based synapses the output \f$Vm\f$ is given by \f[ Vm = ( Isyn + Iinject + noise ) ( Gsyn + 1 Rm ) \f] \$fIsyn\f$ is the total synaptic input \$fGsyn\f$ is the total amount of conductance supplied by the conductance based synapses \f$Iinject\f$ is some constant base current injection \f$noise\f$ is a gaussian random variable with a standard deviation of Inoise \f$Rm\f$ is the membrane resistance (which acts just as a scaling factor in this case
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
__instance_size__ = 68
|
|||
|
|||
|
Iinject Help on AnalogPointNeuron::Iinject [variable] |
|||
|
Inoise Help on AnalogPointNeuron::Inoise [variable] |
|||
|
Rm Help on AnalogPointNeuron::Rm [variable] |
|||
|
Vm Help on AnalogPointNeuron::Vm [variable] |
|||
|
Inherited from |
|||
|
|||
Help on AnalogPointNeuron::AnalogPointNeuron() [constructor]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|||
IinjectHelp on AnalogPointNeuron::Iinject [variable]
|
InoiseHelp on AnalogPointNeuron::Inoise [variable]
|
RmHelp on AnalogPointNeuron::Rm [variable]
|
VmHelp on AnalogPointNeuron::Vm [variable]
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 19 19:45:18 2008 | http://epydoc.sourceforge.net |