-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
50 lines (38 loc) · 1.05 KB
/
README
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
There are 8 files.
LIF_constants.h
---------------
This contains the header files and also the definitions for:
THRESHOLD - the spiking threshold
SIGMA - the variance of the noise
TAU - the time constant
VRESET - the reset voltage
AbsRefractPts - the refractory period
RelRefractDecay -
TOTAL_TIME - the total time of the simulation in ms
DT - the integration timestep of the differential equation
TOT_INT_TIME - the number of steps in the integration of the diff eqn
T_BINNING - the bin size in ms
TSTOP - the number of bins
LIF_gen_spike_matrix.cpp
------------------------
The main algorithm for solving the differential equation and
generating spikes.
LIF_spike.cpp
-------------
The main code for the LIF_spike class. Contains methods for calculating
the statistics etc.
LIF_spike.h
-----------
Header file for the LIF_spike class.
Macke_figures.cpp
-----------------
Contains the code to generate the figures in Macke 2011.
main.cpp
--------
Self explanatory.
makefile
--------
The makefile - contains flags for optimization etc.
README
------
This file.