<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>I wanted to calculate the ratio of Theta/Beta in decibels for a couple of electrodes in AF3 AF4 and Cz</div>
<div><br>
</div>
<div>I was able to get these in microvolts, but would like to convert them to decibels but am unsure what is the appropriate way to do so.</div>
<div><br>
</div>
<div>For instance, should I convert it like:</div>
<div><br>
</div>
<div>    ratio1 = 10Log((Theta(AF3) + Theta(AF4) + Theta(Cz))/(Beta(AF3) + Beta(AF4) + Beta(Cz)))</div>
<div><br>
</div>
<div>or</div>
<div><br>
</div>
<div>    ratio2 = 10Log(Theta(AF3)/Beta(AF3)) + 10Log(Theta(AF4)/Beta(AF4)) + 10Log(Theta(Cz)/Beta(Cz))</div>
<div id="Signature">
<p><a href="http://aka.ms/weboutlook" id="LPNoLP"></a><br>
</p>
</div>
</div>
</body>
</html>