![]() |
GeNN
2.2.3
GPU enhanced Neuronal Networks (GeNN)
|
This file contains the model definition of the mushroom body "MBody1" model. It is used in both the GeNN code generation and the user side simulation code (class classol, file classol_sim). More...
Macros | |
#define | DT 0.1 |
This defines the global time step at which the simulation will run. More... | |
Functions | |
void | modelDefinition (NNmodel &model) |
This function defines the MBody1 model, and it is a good example of how networks should be defined. More... | |
Variables | |
double | myPOI_p [4] |
double | myPOI_ini [4] |
double | stdTM_p [7] |
double | stdTM_ini [4] |
double | myPNKC_p [3] |
double | postExpPNKC [2] |
double | myPNLHI_p [3] |
double | postExpPNLHI [2] |
double | myLHIKC_p [4] |
double | gLHIKC = 0.006 |
double | postExpLHIKC [2] |
double | myKCDN_p [13] |
double | postExpKCDN [2] |
double | myDNDN_p [4] |
double | gDNDN = 0.01 |
double | postExpDNDN [2] |
double * | postSynV = NULL |
This file contains the model definition of the mushroom body "MBody1" model. It is used in both the GeNN code generation and the user side simulation code (class classol, file classol_sim).
#define DT 0.1 |
This defines the global time step at which the simulation will run.
void modelDefinition | ( | NNmodel & | model | ) |
This function defines the MBody1 model, and it is a good example of how networks should be defined.
double gDNDN = 0.01 |
double gLHIKC = 0.006 |
double myDNDN_p[4] |
double myKCDN_p[13] |
double myLHIKC_p[4] |
double myPNKC_p[3] |
double myPNLHI_p[3] |
double myPOI_ini[4] |
double myPOI_p[4] |
double postExpDNDN[2] |
double postExpKCDN[2] |
double postExpLHIKC[2] |
double postExpPNKC[2] |
double postExpPNLHI[2] |
double* postSynV = NULL |
double stdTM_ini[4] |
double stdTM_p[7] |