Wiki » History » Version 6
Padraig Gleeson, 30 Apr 2014 14:57
1 | 1 | Padraig Gleeson | Introduction |
---|---|---|---|
2 | 1 | Padraig Gleeson | ============ |
3 | 1 | Padraig Gleeson | |
4 | 6 | Padraig Gleeson | This project will contain examples of the Izhikevich spiking neuron model. The XML for an Izhikevich model in NeuroML v2.0 is below: |
5 | 1 | Padraig Gleeson | |
6 | 6 | Padraig Gleeson | <code class="xml"> |
7 | 6 | Padraig Gleeson | <izhikevichCell id="TonicSpiking" v0 = "-70mV" thresh = "30mV" a ="0.02" b = "0.2" c = "-65.0" d = "6" Iamp="0" Idel="0ms" Idur="2000ms"/></code> |
8 | 6 | Padraig Gleeson | |
9 | 6 | Padraig Gleeson | For full examples of single cells see [TonicSpiking](/projects/izhikevichmodel/repository/entry/neuroConstruct/cellMechanisms/TonicSpiking/TonicSpiking.nml) or [PhasicBursting](/projects/izhikevichmodel/repository/entry/neuroConstruct/cellMechanisms/PhasicBursting/PhasicBursting.nml) |