CARLsim
6.1.0
CARLsim: a GPU-accelerated SNN simulator
|
#include <snn_datastructures.h>
Public Member Functions | |
ConductanceConfig_s () | |
Public Attributes | |
float | dAMPA |
multiplication factor for decay time of AMPA conductance (gAMPA[i] *= dAMPA) More... | |
float | dGABAa |
multiplication factor for decay time of GABAa More... | |
float | dGABAb |
multiplication factor for decay time of GABAb More... | |
float | dNMDA |
multiplication factor for decay time of NMDA More... | |
float | rGABAb |
multiplication factor for rise time of GABAb More... | |
float | rNMDA |
multiplication factor for rise time of NMDA More... | |
float | sGABAb |
scaling factor for GABAb amplitude More... | |
float | sNMDA |
scaling factor for NMDA amplitude More... | |
Definition at line 196 of file snn_datastructures.h.
|
inline |
Definition at line 197 of file snn_datastructures.h.
float dAMPA |
Definition at line 197 of file snn_datastructures.h.
float dGABAa |
Definition at line 215 of file snn_datastructures.h.
float dGABAb |
Definition at line 217 of file snn_datastructures.h.
float dNMDA |
Definition at line 213 of file snn_datastructures.h.
float rGABAb |
Definition at line 216 of file snn_datastructures.h.
float rNMDA |
Definition at line 212 of file snn_datastructures.h.
float sGABAb |
Definition at line 218 of file snn_datastructures.h.
float sNMDA |
Definition at line 214 of file snn_datastructures.h.