GeNN  1.1
GPU enhanced Neuronal Networks (GeNN)
 All Classes Files Functions Variables Typedefs Macros Pages
HHVClamp.cc File Reference

This file contains the model definition of HHVClamp model. It is used in both the GeNN code generation and the user side simulation code. The HHVClamp model implements a population of unconnected Hodgkin-Huxley neurons that evolve to mimick a model run on the CPU, using genetic algorithm techniques. More...

#include "modelSpec.h"
#include "modelSpec.cc"
#include "HHVClampParameters.h"

Macros

#define DT   0.5
 This defines the global time step at which the simulation will run. More...
 

Functions

void modelDefinition (NNmodel &model)
 This function defines the HH model with variable parameters. More...
 

Variables

float myHH_ini [11]
 
float * myHH_p = NULL
 

Detailed Description

This file contains the model definition of HHVClamp model. It is used in both the GeNN code generation and the user side simulation code. The HHVClamp model implements a population of unconnected Hodgkin-Huxley neurons that evolve to mimick a model run on the CPU, using genetic algorithm techniques.

Macro Definition Documentation

#define DT   0.5

This defines the global time step at which the simulation will run.

Function Documentation

void modelDefinition ( NNmodel model)

This function defines the HH model with variable parameters.

Variable Documentation

float myHH_ini[11]
Initial value:
= {
-60.0,
0.0529324,
0.3176767,
0.5961207,
120.0,
55.0,
36.0,
-72.0,
0.3,
-50.0,
1.0
}
float* myHH_p = NULL