Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

StdpSynapse Class Reference

#include <stdpsynapse.h>

Inheritance diagram for StdpSynapse:

SpikingSynapse Synapse Advancable DynamicStdpSynapse StaticStdpSynapse List of all members.

Detailed Description

Base class for all spiking synapses with spike time dependent plasticity (STDP).

Public Member Functions

Public Attributes


Member Function Documentation

int StdpSynapse::postSpikeHit void   )  [virtual]
 

Called if the postsynaptic spikes hits (arrives at) the synapse (inherited from NeedsPostSpikeSynapse).

Call the learning function for each pair of post-pre spikes

int StdpSynapse::preSpikeHit void   )  [virtual]
 

Called if the postsynaptic spikes hits (arrives at) the synapse.

Calls the learning function for each pair of pre-post spikes and than does the usual increase of the PSR

Reimplemented from SpikingSynapse.