Basis for temporal filters in the cerebellar granular layer (Roessert et al. 2015)

 Download zip file 
Help downloading and running models
Accession:168950
This contains the models, functions and resulting data as used in: Roessert C, Dean P, Porrill J. At the Edge of Chaos: How Cerebellar Granular Layer Network Dynamics Can Provide the Basis for Temporal Filters. It is based on code used for Yamazaki T, Tanaka S (2005) Neural modeling of an internal clock. Neural Comput 17:1032-58
Reference:
1 . Rössert C, Dean P, Porrill J (2015) At the Edge of Chaos: How Cerebellar Granular Layer Network Dynamics Can Provide the Basis for Temporal Filters. PLoS Comput Biol 11:e1004515 [PubMed]
Citations  Citation Browser
Model Information (Click on a link to find other models with that property)
Model Type: Realistic Network;
Brain Region(s)/Organism: Cerebellum;
Cell Type(s):
Channel(s):
Gap Junctions:
Receptor(s):
Gene(s):
Transmitter(s):
Simulation Environment: C or C++ program;
Model Concept(s): Rate-coding model neurons; Reservoir Computing;
Implementer(s): Roessert, Christian [christian.a at roessert.de];
# -*- coding: utf-8 -*-
"""
@author: chris
"""

# time uses SI!!!
ms = 1e-3
s = 1
sec = 1

# rest not (yet)
nA = 1
mV = 1
Hz = 1
uS = 1
nS = 1e-3
MOhm = 1
uF = 1
pF = 1e-6