GeNN  2.2.3
GPU enhanced Neuronal Networks (GeNN)
MBody_individualID_project/model/classol_sim.h File Reference

Header file containing global variables and macros used in running the classol / MBody_individualID model. More...

#include <cassert>
#include "hr_time.h"
#include "utils.h"
#include "stringUtils.h"
#include <cuda_runtime.h>
#include "MBody_individualID.cc"
#include "map_classol.cc"

Go to the source code of this file.

Macros

#define MYRAND(Y, X)   Y = Y * 1103515245 +12345; X= (Y >> 16);
 
#define DBG_SIZE   10000
 
#define PATTERNNO   100
 
#define T_REPORT_TME   10000.0
 
#define SYN_OUT_TME   20000.0
 
#define PAT_TIME   100.0
 
#define PATFTIME   1.5
 
#define TOTAL_TME   5000.0
 

Variables

scalar InputBaseRate = 2e-04
 
int patSetTime
 
int patFireTime
 
CStopWatch timer
 

Detailed Description

Header file containing global variables and macros used in running the classol / MBody_individualID model.

Macro Definition Documentation

#define DBG_SIZE   10000
#define MYRAND (   Y,
 
)    Y = Y * 1103515245 +12345; X= (Y >> 16);
#define PAT_TIME   100.0
#define PATFTIME   1.5
#define PATTERNNO   100
#define SYN_OUT_TME   20000.0
#define T_REPORT_TME   10000.0
#define TOTAL_TME   5000.0

Variable Documentation

scalar InputBaseRate = 2e-04
int patFireTime
int patSetTime
CStopWatch timer