CARLsim
5.0.0
CARLsim: a GPU-accelerated SNN simulator
|
#include <snn_datastructures.h>
Public Member Functions | |
NeuromodulatorConfig_s () | |
Public Attributes | |
float | base5HT |
baseline concentration of Serotonin More... | |
float | baseACh |
baseline concentration of Acetylcholine More... | |
float | baseDP |
baseline concentration of Dopamine More... | |
float | baseNE |
baseline concentration of Noradrenaline More... | |
float | decay5HT |
decay rate for Serotonin More... | |
float | decayACh |
decay rate for Acetylcholine More... | |
float | decayDP |
decay rate for Dopamine More... | |
float | decayNE |
decay rate for Noradrenaline More... | |
Definition at line 279 of file snn_datastructures.h.
|
inline |
Definition at line 280 of file snn_datastructures.h.
float base5HT |
Definition at line 285 of file snn_datastructures.h.
float baseACh |
Definition at line 286 of file snn_datastructures.h.
float baseDP |
Definition at line 284 of file snn_datastructures.h.
float baseNE |
Definition at line 287 of file snn_datastructures.h.
float decay5HT |
Definition at line 289 of file snn_datastructures.h.
float decayACh |
Definition at line 290 of file snn_datastructures.h.
float decayDP |
Definition at line 288 of file snn_datastructures.h.
float decayNE |
Definition at line 291 of file snn_datastructures.h.