<font size="4">Hi All,</font><div><font size="4"><br></font></div><div><font size="4">Looking through the mailing list I found the following way to calculate ITC:<br></font><div><font size="4"><br></font></div><div><pre><font size="4">tmpdat = freq.fourierspctrm;
tmpdat = tmpdat = tmpdat./abs(tmpdat); ; % this will normalise each trial for its<br>amplitude;
itc = abs(mean(tmpdat)); % this will give the itc</font></pre><pre><font size="4"><br></font></pre><pre><font size="4">Is there a good way to graph this data so that I can visualize this? </font></pre><pre><font size="4"><br>
</font></pre><pre><font size="4">Thanks</font></pre><pre><font size="4">Russ Port</font></pre></div></div>