-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.html
33 lines (24 loc) · 1.15 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html><pre>
This is the readme for the model associated with the paper:
R.A.J. van Elburg and A. van Ooyen, `Generalization of the event-based
Carnevale-Hines integration scheme for integrate-and-fire models',
Neural Computation, July 2009, Vol. 21, No. 7: 1913-1930.
(doi:10.1162/neco.2009.07-08-815 )
Files:
Actual implementation of the generalized IntFire4 mechanism, called
IntFire4r: intfire4r.mod
Hoc-file defining a network of IntFire4r cells: IF4rNetwork.hoc
Session files bringing up a little GUI for plotting model behavior in
4 different initial conditions:
IF4rFigures.hoc
Execution:
After compilation of intfire4r.mod (mknrndll with PC and MAC,
nrnivmodl under linux) run IF4rFigures.hoc in NEURON. This will load
intfire4r cells and bring up a panel with four choices ++,+-,-+,-- and
three graphs. The first+/- indicates whether the model starts with a
positive (+) or negative (-) dm/dt, the second +/- indicates whether
the model starts above (+) or below (-) m=0. The graphs show the
currents e (E), i2 (I) and the membrane potential m (M).
For example running "++" will generate figures such as:
<img src="./screenshot.jpg">
</pre></html>