Skip to content

Stochastic and periodic inputs tune ongoing oscillations (Hutt et al. 2016)

Notifications You must be signed in to change notification settings

ModelDBRepository/195206

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

<html>
<p>This is the readme for the C++ computer code associated with the paper:
</p>
<p>Hutt et al. (2016) Dynamic Control of Synchronous Activity in Networks
of Spiking Neurons PLOS ONE
</p>
<p>These files were contributed by Jeremie Lefebvre.
</p>
Example use:<br/>
------------<p/>
You can compile for example with g++ on a mac:<p/>
g++ Periodic\ Forcing.cpp
<p/>and the run with a command like<p/>
./a.out
<p/>
After a short time data files are produced which you could graph for example in matlab:<p/>
<pre>
b=load('SS  -  PSD.txt');
figure
plot(b(:,1),b(:,2))
hold on; plot(b(:,1),b(:,3))
</pre>
<p/>
Which produces a figure<p/>
<img src="./periodic_input_psd.png" alt="screenshot">
<p/>similar to figure 1 D in the paper.

</html>

About

Stochastic and periodic inputs tune ongoing oscillations (Hutt et al. 2016)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages