20 "Name",
"STDPSynapse",
21 "Author",
"Aditya Gilra",
22 "Description",
"Subclass of Synapse including variables for Spike Timing Dependent Plasticity (STDP).",
27 "aPlus is a pre-synaptic variable that keeps a decaying 'history' of previous pre-spike(s)"
28 "and is used to update the synaptic weight when a post-synaptic spike appears."
29 "It determines the t_pre < t_post (pre before post) part of the STDP window.",
34 static Finfo* synapseFinfos[] = {
43 sizeof( synapseFinfos ) /
sizeof (
Finfo* ),
46 sizeof( doc ) /
sizeof(
string ),
static const Cinfo * STDPSynapseCinfo
static const Cinfo * initCinfo()
static const Cinfo * initCinfo()
void setHandler(SynHandlerBase *h)
void setHandler(SynHandlerBase *h)
SynHandlerBase * handler_