CSIM: DynamicGlutamateSynapse Class Reference

DynamicGlutamateSynapse Class Reference

#include <dynamicglutamatesynapse.h>

Inheritance diagram for DynamicGlutamateSynapse:

GlutamateSynapse StdpSynapse SpikingSynapse Synapse Advancable csimClass List of all members.

Detailed Description

Base class for dynamic spiking glutamate synapses with spike time dependent plasticity (STDP).

Public Member Functions

  • virtual void stdpChangePSR (void)
    Increase psr according the Markrams model.

Public Attributes

  • float U
    The use parameter of the dynamic synapse [range=(1e-5,1); units=;].
  • float D
    The time constant of the depression of the dynamic synapse [range=(0,10); units=sec;].
  • float F
    The time constant of the facilitation of the dynamic synapse [range=(0,10); units=sec;].
  • float u0
    Value of the time varying facilitation state variable $u$ for the first spike [range=(0,1); units=;].
  • float r0
    Value of the time varying depression state variable $r$ for the first spike [range=(0,1); units=;].
  • double u
    The time varying state variable $u$ for facilitation.
  • double r
    The time varying state variable $u$ for depression.
  • double lastSpike
    The last spike time.

Friends


 
(C) 2003, Thomas Natschläger last modified 07/10/2006