Subsections
StaticSpikingSynapse
We call a synapse a static synapse if the amplitude of each postsynaptic response is equal. Here we implement a synaptic response x(t) of the form
for each spike which hits the synapse at time t with an amplitude of W and a decay time constant of
. The responses of all the spikes are added up linearly.
- tau (sec) :
- The synaptic time constant
- W :
- The weight (scaling factor, strenght, maximal amplitude) of the synapse
- delay (sec) :
- The synaptic transmission delay
- psr :
- The psr (postsynaptic response) is the result of whatever computation is going on in a synapse.
- steps2cutoff :
-