Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


tutorials:tutorial_2

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
tutorials:tutorial_2 [2017/04/24 19:15] – Changes links to fzenke.net zenketutorials:tutorial_2 [2018/02/28 17:58] (current) – [Visualizing the spikes] Adds gnuplot code for spike raster zenke
Line 91: Line 91:
 </code> </code>
  
-Let's take a look at the spikes (in the [[manual:ras]] file first).+Let's take a look at the spikes (in the [[manual:ras]] file first). In [[gnuplot]] this can be done as follows: 
 +<code> 
 +set xrange [2:5] 
 +set yrange [:5000] 
 +plot 'exc.0.ras' with dots lc -1 
 +</code> 
 {{ :tutorials:tutorial2_exc_spikes.png?300 |}} {{ :tutorials:tutorial2_exc_spikes.png?300 |}}
 That's a lot of spikes, but the image suggests that there is some synchrony going on at times, but there are also phases of asynchronous firing. Let's zoom in a bit more: That's a lot of spikes, but the image suggests that there is some synchrony going on at times, but there are also phases of asynchronous firing. Let's zoom in a bit more:
tutorials/tutorial_2.txt · Last modified: 2018/02/28 17:58 by zenke