-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme.html
More file actions
28 lines (18 loc) · 891 Bytes
/
readme.html
File metadata and controls
28 lines (18 loc) · 891 Bytes
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
<html><pre>
This is the model associated with the paper:
Muller L, Brette R, Gutkin B (2011) Spike-Timing Dependent Plasticity
and Feed-Forward Input Oscillations Produce Precise and Invariant
Spike Phase-Locking. Front Comput Neurosci 5:45
This model file was supplied by Lyle Muller.
This simulation requires Brian which can be downloaded and installed
from the instructions available at <a href="http://www.briansimulator.org/">http://www.briansimulator.org/</a>
Usage:
After installing Brian and downloading and extracting this archive you
can start with a command
python Muller_et_al_2011.py
After a couple of minutes you should get a graph that looks like the
papers figure 4C:
<img src="./screenshot.png" alt="screenshot" width="600">
Muller_et_al_2011.py could be re-run with the other ratio values to
generate figure 4B (ratio = 1.05), or 4D (ratio = 1.70).
</pre></html>