STDPSynapse¶
-
class
STDPSynapse
¶ Subclass of Synapse including variables for Spike Timing Dependent Plasticity (STDP).
-
setAPlus
()¶ (destination message field) Assigns field value.
-
getAPlus
()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
aPlus
¶ double (value field) aPlus is a pre-synaptic variable that keeps a decaying 'history' of previous pre-spike(s)and is used to update the synaptic weight when a post-synaptic spike appears.It determines the t_pre < t_post (pre before post) part of the STDP window.
-