N-Neuron Network Coherence Code
Here's some code I wrote to take spiketimes and find the average coherence between each pair of neurons. Files must be named xvoltage_raster.out, and each line should start with the time of spike for the xth neuron. The directory containing the raster files should be in this format: <neurons>_<gsyn>_<iapp>_<tausyn>_<heterogeneity>. An example would be: /50_0.35_3.0_1.0_0.038/. The method is from White et al., 1998, and the epsilon/heterogeneity function comes from Skinner et al., 2005. This is a rough draft, but if I don't post it now I'll probably forget later. Click through for the code.
4 Comments