<p dir="ltr">Dear James,</p>
<p dir="ltr">If you want to reduce the time dimension of your coherence results you could for example average over time. The matrices with estimated connectivity measures are in EEG.CAT.Conn.here_your_measure<br>
(where "here_your_measure" corresponds to the field name that contains the measure you used, probably something like "Coh" in your case).</p>
<p dir="ltr">The dimensiins of the matrices are:<br>
to X from X frequency X time</p>
<p dir="ltr">So assuming your measure is in Coh field (you should check this) and you want to obtain its time-averaged values between component 1 and component 3, you can write:<br>
CohFreq = mean( squeeze(EEG.CAT.Conn.Coh(1, 3, :, :)), 2);</p>
<p dir="ltr">Does this solve your problem?</p>
<div class="gmail_quote">20 lut 2014 20:54 "James Jones-Rounds" <<a href="mailto:jj324@cornell.edu">jj324@cornell.edu</a>> napisał(a):<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hello all,<div><br></div><div>I would like to plot Coherence results from SIFT analyses as power spectrum density plots, similar to an FFT output, such as what the 'pop_prop' function produces..Does anyone have any tips for accomplishing this?</div>

<div><br></div><div>In other words, let's say I have a [100,12] matrix of coherence values (in dB, I believe), as 100 frequencies x 12 windows, representing the complex coherence between two components. I'd like to represent that as a single power spectrum density plot with frequencies on the x-axis and mean power on the y-axis.</div>

<div><br></div><div>Thanks!</div><div><br></div><div>James<br clear="all"><div><br></div>-- <br><div dir="ltr"><div>James Jones-Rounds</div>Laboratory Manager<br>Human Development EEG and Psychophysiology (HEP) Laboratory,<div>

Department of Human Development,<br>--------------------------------------------<br>Cornell University | Ithaca, NY<br></div><div><a href="tel:607-255-9883" value="+16072559883" target="_blank">607-255-9883</a></div><div>
<a href="mailto:eeg@cornell.edu" target="_blank">eeg@cornell.edu</a></div>
</div>
</div></div>
<br>_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a><br></blockquote></div>