Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


manual:populationratemonitor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
manual:populationratemonitor [2015/06/01 17:28] – created zenkemanual:populationratemonitor [2015/06/01 17:28] (current) – Adds quotes zenke
Line 1: Line 1:
 +====== PopulationRateMonitor ======
 +
 The PopulationRateMonitor records the firing rate of a neuronal population or a [[SpikingGroup]] in Auryn.  The PopulationRateMonitor records the firing rate of a neuronal population or a [[SpikingGroup]] in Auryn. 
 A typical use case is the following A typical use case is the following
Line 5: Line 7:
 PopulationRateMonitor * pmon_e = new PopulationRateMonitor( neurons_e, strbuf, 1.0 ); PopulationRateMonitor * pmon_e = new PopulationRateMonitor( neurons_e, strbuf, 1.0 );
 </code> </code>
-here the file name of the output file of the current rank is first stored in the variable strbuf (which has to be declared at an earlier point), then the PopulationRateMonitor pmon_e is initialized for the excitatory NeuronGroup ''neurons_e''. The the third argument '1.0' tells the constructor to average the population firing rate over one second.+here the file name of the output file of the current rank is first stored in the variable strbuf (which has to be declared at an earlier point), then the PopulationRateMonitor ''pmon_e'' is initialized for the excitatory NeuronGroup ''neurons_e''. The the third argument ''1.0'' tells the constructor to average the population firing rate over one second.
manual/populationratemonitor.1433179694.txt.gz · Last modified: 2015/06/01 17:28 by zenke