<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta name="generator" content="HTML::TextToHTML v2.51"/>
</head>
<body>
<p># Entrainment2019
</p>
<p>Theoretical investigation of the effect of divisive inhibition on entrainment
</p>
<p>This is the readme for the paper:
</p>
<p>Papasavvas CA, Trevelyan AJ, Kaiser M, Wang Y (2020) Divisive gain
modulation enables flexible and rapid entrainment in a neocortical
microcircuit model. J Neurophysiol 123:1133-1143
</p>
<p>This model was contributed by C Papasavvas.
</p>
<p>Use the script entrainmentDemo to manipulate the parameters (initial phase diff., amplitude, frequency, and divisiveness parameter) and run the simulation.
</p>
<p>The script calls the function solverODEreduc which collects all the parameters and runs the enrtainment scenario/simulation.
</p>
<p>The solverODEreduc function calls the modelFunqVarInput which describes the model.
</p>
<p>The freq_analys function is called after the simulation for the spectral analysis of the generated signal.
</p>
<p>The entrainmentDemo in its default state produces the following graphs:
</p>
<p>![alt text](screenshot1.png "screenshot1")
![alt text](screenshot2.png "screenshot2")
</p>
<p>if the phase is changed to 0 in the entrainmentDemo.m file then a graph that corresponds to Fig3A is produced
</p>
<p>![alt text](screenshot1phase0.png "screenshot1phase0")</p>

</body>
</html>