Network Dynaimcs Simulation For Python
A Final Year Project in CUHK, Autumn 2021
Files
param.h
- edit all the variables & settings here
simulate.c
- the main program to run the network dynaimcs
How to use
- edit variables in param.h
- place param.h and simulate.c in the same folder
- compile simulate.c
- wait for results
Output
export up to 4 files
OUT_SPIK
- stores all the spiking data
- column 1: index of nodes, starting from 1
- column 2: number of spikes of the corresponding node
- remining columns: time-stamps of each spikes
OUT_POTV
- stores the time series of membrane potential v(t) for the network dynamics
OUT_INFO
- stores all the variables and settings as well as execution time for a simulation, for later reference