<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear Hweeling,<div><br></div><div>if you're looking for a single trial measure of phase relationship, you might want to have a look at the attached papers.</div><div>In both papers, single trial phase relationship between cortical sources is described as the phase difference subtracted from the mean phase difference (i.e. Take the phase difference between two channels, average over trials and take the difference between the single trial phase difference and the mean phase difference).</div><div><br></div><div>I hope thais goes into the right direction of what you're asking for.</div><div><br></div><div>Good luck.</div><div><br></div><div>Julian</div><div><br></div><div><font face="Helvetica" size="3" color="#000000" style="font: normal normal normal 12px/normal Helvetica; color: rgb(0, 0, 0); ">Keil, J., Müller, N., Hartmann, T., & Weisz, N. (2014). Prestimulus beta power and phase synchrony influence the sound-induced flash illusion. Cerebral Cortex, 24(5), 1278–1288. doi:10.1093/cercor/bhs409</font></div><br><div></div><div><br></div><div><font face="Helvetica" size="3" color="#000000" style="font: normal normal normal 12px/normal Helvetica; color: rgb(0, 0, 0); ">Hanslmayr, S., Aslan, A., Staudigl, T., Klimesch, W., Herrmann, C. S., & Bäuml, K.-H. (2007). Prestimulus oscillations predict visual perception performance between and within subjects. NeuroImage, 37(4), 1465–1473. doi:10.1016/j.neuroimage.2007.07.011</font></div><div><br></div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 12px; ">********************</div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><b>Dr. Julian Keil</b></div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><b><br></b></div>AG Multisensorische Integration<br>Psychiatrische Universitätsklinik<br>der Charité im St. Hedwig-Krankenhaus<br>Große Hamburger Straße 5-11, Raum E 307<br>10115 Berlin</div><div><br>Telefon: +49-30-2311-1879<br>Fax:        +49-30-2311-2209 </div><div><a href="http://psy-ccm.charite.de/forschung/bildgebung/ag_multisensorische_integration">http://psy-ccm.charite.de/forschung/bildgebung/ag_multisensorische_integration</a></div></span>
</div>

<br><div><div>Am 18.09.2014 um 15:32 schrieb Roey Schurr:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Dear Hweeling,<div><br></div><div>Unfortunately I am not yet familiar with the PPC measure, but I guess that being a pairwise phase <b>consistancy</b> measure, it is defined over a set of trials, and can not be calculated for any individual trial (like coherence, or PLV)?</div><div><br></div><div>Just quickly reading through "The pairwise phase consistency: A bias-free measure of rhythmic neuronal synchronization" (Vinck et al., 2010), this seems to be the case.</div><div><br></div><div>Hope this helps,</div><div>roey</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 18, 2014 at 3:30 PM, Hwee Ling Lee <span dir="ltr"><<a href="mailto:hweeling.lee@gmail.com" target="_blank">hweeling.lee@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div>Dear all,</div><div><br></div><div>I've got a question regarding extracting pairwise phase consistency of individual trials for each subject.</div><div><br></div><div>Using the connectivity analyses tutorial as a reference, I extracted the PPC using the fourier information from the mtmfft (dpss taper).</div><div><br></div><div>Here's an example of my code:</div><div><br></div><div><div>    cfg                 = [];</div><div>    cfg.output          = 'fourier';</div><div>    cfg.channel         = {'all'};</div><div>    cfg.method          = 'mtmfft';</div><div>    cfg.keeptrials      = 'yes';</div><div>    cfg.tapsmofrq       = 5;</div><div>    </div><div>    % find the index for the c200 condition</div><div>    pre_c200_idx = find(data8.trialinfo == 200);</div><div>    </div><div>    cfg.trials          = pre_c200_idx;</div><div>    cfg.foilim          = [0 100]; % either the full range of frequencies (data2.hdr.Fs/2) or up to 100 Hz</div><div>    cfg.taper           = 'dpss';</div><div>    HLF_pre_c200        = ft_freqanalysis(cfg, data8);</div></div><div><br></div><div>The PPC is extracted using this code:</div><div><br></div><div><div>    cfg                 = [];</div><div>    cfg.trials          = 'all';</div><div>    cfg.keeptrials      = 'yes';</div><div>    cfg.channel         = {'all'};</div><div>    cfg.removemean      = 'yes';</div><div>    </div><div>    cfg.method           = 'wppc';</div><div>    cfg.channelcmb       = {cfg.channel, cfg.channel};</div><div>    </div><div>    HLF_pre_c200wppc      = ft_connectivityanalysis(cfg, HLF_pre_c200);</div></div><div><br></div><div>Although I've specified to keep individual trials, my output is still a 'chan_freq' dimord variable. It does not contain any individual trial PPC information. Is there a way to extract the connectivity for individual trials?</div><div><br></div><div>Thanks.</div><div><br></div><div>Cheers,</div><div>Hweeling</div><div><br></div></div>
</div>
<br>_______________________________________________<br>
fieldtrip mailing list<br>
<a href="mailto:fieldtrip@donders.ru.nl">fieldtrip@donders.ru.nl</a><br>
<a href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip" target="_blank">http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br></blockquote></div><br></div>
_______________________________________________<br>fieldtrip mailing list<br><a href="mailto:fieldtrip@donders.ru.nl">fieldtrip@donders.ru.nl</a><br><a href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip">http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a></blockquote></div><br></div></body></html>