Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
DynamicAnalogSynapse Class Reference
#include <dynamicanalogsynapse.h>
Inheritance diagram for DynamicAnalogSynapse:
List of all members.
Detailed Description
Implements dynamic analog synapses.
Public Member Functions
-
virtual void reset (void)
- Reset to initial condition.
-
virtual int advance (void)
- Advance the state of the Synapse.
Public Attributes
-
float U
- The dynamic parameter for this synapse type.
-
float D
- The dynamic parameter for this synapse type.
-
float F
- The dynamic parameter for this synapse type.
Private Attributes
-
double Cd1
- The exponential euler integration "constants".
-
double Cd2
- The exponential euler integration "constants".
-
double Cf1
- The exponential euler integration "constants".
-
double Cf2
- The exponential euler integration "constants".
-
double d
- The exponential euler integration "constants".
-
double f_bar
- The exponential euler integration "constants".