CSIM: DynamicGlutamateSynapseSynchan Class Reference
DynamicGlutamateSynapseSynchan Class Reference#include <dynamicglutamatesynapsesynchan.h>
Inheritance diagram for DynamicGlutamateSynapseSynchan:
List of all members.
Detailed Description
Base class for all dynamic spiking 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 for the first spike [range=(0,1); units=;].
-
float r0
- Value of the time varying depression state variable for the first spike [range=(0,1); units=;].
-
double u
- The time varying state variable for facilitation.
-
double r
- The time varying state variable for depression.
-
double lastSpike
- The last spike time.
Friends
|