#include <spikingsynapse.h>
Inheritance diagram for SpikingSynapse:
It implements the basic behaviour of spiking synapses: after some transmission delay the spike from the presynaptic neuron hits the synapse. If this has an effect or not depends on whether the synapse "releases" a vesicle or not (with probability p). If "a vesicle is released" the method preSpikeHit() is called which implements the actual effect of the spike. For all other time steps noPreSpikeHit() is called.
|
Called by TheNetwork if a presynaptic spike hits (arrives at) the synapse.
A return value of 1 indicates that the synapse is currently not active (last spike more then Reimplemented in StdpSynapse. |
|
The synaptic time constant
A spike causes a exponential decaying postsynaptic response of the form |