#include <staticspikingsynapse.h>
Inheritance diagram for StaticSpikingSynapse:
We call a synapse a static synapse if the amplitude of each postsynaptic response is equal. Here we implement a synaptic response of the form
for each spike which hits the synapse at time
with an amplitude of
and a decay time constant of
. The responses of all the spikes are added up linearly.