Public Member Functions

PLExpPoissonNeuron Class Reference

Exponential Poisson neuron that supports piecewise linear input synapses. More...

#include <PLExpPoissonNeuron.h>

Inheritance diagram for PLExpPoissonNeuron:
GenericPoissonNeuronComplete< GenericPLExpPoissonNeuron< GenericPLPoissNeuronFast< PoissonNeuronBase > > > GenericPLExpPoissonNeuron< GenericPLPoissNeuronFast< PoissonNeuronBase > > GenericPLPoissNeuronFast< PoissonNeuronBase > PoissonNeuronBase Neuron SingleOutputProjectedEventSender EvSimObject ProjectedEventSender EvSimObjectFactory DirectEventSender

List of all members.

Public Member Functions

 PLExpPoissonNeuron (float A=50, float bias=0, float Trefract=10e-3, float C=1)

Detailed Description

Exponential Poisson neuron that supports piecewise linear input synapses.

The neuron's spike rate is determined by $exp(u(t))$, where $u(t)$ is a the membrane potential. If piecewise linear synapses are mounted to this neuron, $u(t)$ will be a piecewise linear function, but also jumps on the membrane potential are allowed (e.g. by mounting a piecewise constant synapse to the neuron).

See also:
PLBasicSynapse

The documentation for this class was generated from the following file: