Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


manual:system

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
manual:system [2014/03/21 08:24] – Adds heading zenkemanual:system [2015/07/02 17:42] – Adds information on Online firing rate estimate in progress bar zenke
Line 4: Line 4:
  
 It contains important code such as the [[run]] function that is used to trigger a simulation, which will when called iterate the Auryn [[duty cycle]] for the specified period of simulation time (''simtime'').  It contains important code such as the [[run]] function that is used to trigger a simulation, which will when called iterate the Auryn [[duty cycle]] for the specified period of simulation time (''simtime''). 
 +
 +===== Online firing rate estimate in progress bar =====
 +
 +**Note** that the rate estimate in Auryn's progress bar is provided by the [[System]] class ([[https://www.fzenke.net/auryn/doxygen/current/classSystem.html]]). It's parameters can be configured using the functions ''set_online_rate_monitor_id (int id=0)'' and ''set_online_rate_monitor_tau (AurynDouble tau=100e-3)''.
 +
 +If you set the [[gid|GroupID]] to a negative value the rate estimate will be turned off. Zero and positive values will instruct the System class to average the firing rate of the corresponding [[SpikingGroup]]. For balanced networks this should typically be the population corresponding to the main fraction of the excitatory cells, but not an input [[PoissonGroup]].
manual/system.txt · Last modified: 2016/07/07 01:29 by zenke