manual:ratechecker
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| manual:ratechecker [2015/06/14 06:15] – Fixes link zenke | manual:ratechecker [2015/07/02 17:40] (current) – zenke | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== RateChecker ====== | ====== RateChecker ====== | ||
| - | A rate checker monitors the firing rate of a single [[SpikingGroup]] and triggers if it goes either above or below a predefined threshold. It should be included in every Auryn simulation, because it also provides the rate estimate for the Auryn progress bar. | + | A rate checker monitors the firing rate of a single [[SpikingGroup]] and triggers if it goes either above or below a predefined threshold. |
| In most cases your definition will look similar to this: | In most cases your definition will look similar to this: | ||
| Line 7: | Line 7: | ||
| RateChecker * chk = new RateChecker( neurons_e , 0.1 , 1000. , 100e-3); | RateChecker * chk = new RateChecker( neurons_e , 0.1 , 1000. , 100e-3); | ||
| </ | </ | ||
| - | Here the first argument '' | + | Here the first argument '' |
| + | |||
| + | **Note** that the rate estimate in Auryn's progress bar is provided by the [[System]]. | ||
manual/ratechecker.1434262546.txt.gz · Last modified: 2015/06/14 06:15 by zenke
