Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


manual:spikedelay
no way to compare when less than two revisions

Differences

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


manual:spikedelay [2013/12/22 19:23] (current) – created zenke
Line 1: Line 1:
 +====== SpikeDelay ======
  
 +A container object that implements a delay line for spikes with minimal length of [[MINDELAY]]. Each time point in a spike delay can be accessed by calling the ''get_spikes()'' method, which returns a pointer to an instance of [[SpikeContainer]] (a normal ''std::vector object'' of type [[NeuronID]]). It is used explicitly in classes derived from [[SpikingGroup]] and generally called from [[Connection]] objects to propagate spikes.
 +
 +===== See also =====
 +
 +  * [[SpikingGroup]]
 +  * [[Connection]]
 +  * [[SpikeContainer]]
manual/spikedelay.txt · Last modified: 2013/12/22 19:23 by zenke