Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Teem::FiringRateOutputNeuron Class Reference
[Neurons and synapses]

#include <Neuron.h>

Inheritance diagram for Teem::FiringRateOutputNeuron:

Teem::Neuron List of all members.

Detailed Description

Neuron that convert firing rate into a current.

Can be used as a convertor in a mixed NN or as an ouput in a spiking NN. The firing rate is computed as follow the sum of all spike received during the time window from all the presynaptic neurons, normalized by the number of time-step in the time window and the number of pre-synaptic neurons.

This class handle the following parameter:


Public Member Functions

 FiringRateOutputNeuron ()
 Constructor.
virtual ~FiringRateOutputNeuron ()
 Destructor.
virtual void setParams (const std::string &param, double value)
 Set parameters. Should be overriden by subclasses to handle more parameters.
virtual void update (double dt=1.0)
 Update status of the neuron according to incoming synapse..
virtual void commit ()
 Commit state to lastSpike and lastCurrent.

Protected Attributes

std::queue< unsigned > spikes
 Buffer to save spikes during the timewindow.
unsigned totalSpike
 total number of spikes:
$\sum_{i=0}^{spikes.size()-1} spikes[i]$
unsigned queueSize
 size of queue in second


The documentation for this class was generated from the following files:
Generated on Mon Oct 24 17:38:27 2005 for Teem by  doxygen 1.4.2