Hi,<br><br>Although this might be a late reply, I would like to contribute my two cents and also would be glad to hear any comment.<br><br>To calculate PLV<br>1.  get and real and imaginary part of of Fourier coefficents for each trial for each sensor<br>

        <br>
cfg.method                  = 'wavelet'; % 'mtmfft' works as well 
although I do not really look into the differences between the two<br>cfg.keeptrials              = 'yes';<br>cfg.output                  = 'fourier';<br> fourier_coefficent = ft_freqanalysis(cfg, data);<br>

<br>2. calculate the phase <br>
<br>
phase = arctangent of the imaginary Fourier coefficient divided by the real one.<br>
<br>
3. calculate the phase difference between two sensors, i and j (Melloni et al. Journal of neuroscience 2007, 27:2858)<br>
<br>
phaseij = the phase of the sensor i multiplied by the complex conjugate of the second sensor j<br>
<br>
4. calculate the PLV<br>
<br>
PLVij = the absolute value of the mean of the phaseij across all the trials<br><br><div class="gmail_quote">On Thu, Jun 14, 2012 at 11:16 PM, Simon-Shlomo Poil <span dir="ltr"><<a href="mailto:poil.simonshlomo@gmail.com" target="_blank">poil.simonshlomo@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Qi,<br>
<br>
I also don't know how to calculate the phase locking value in<br>
Fieldtrip. But you can do it in the Neurophysiological Biomarker<br>
Toolbox  <a href="http://www.nbtwiki.net/doku.php?id=tutorial:phase_locking_value" target="_blank">http://www.nbtwiki.net/doku.php?id=tutorial:phase_locking_value</a><br>
<br>
It's a toolbox for EEGLAB, but it should be possible to either use the<br>
functions directly on you fieldtrip signal, or simply convert the<br>
signal to eeglab format..<br>
<br>
Good luck! :)<br>
Simon-Shlomo Poil<br>
<br>
2012/6/13 qi li <<a href="mailto:lihqih@gmail.com">lihqih@gmail.com</a>>:<br>
<div class="HOEnZb"><div class="h5">> Hi there,<br>
><br>
> I am wondering whether fieldtrip has a function to compute the<br>
> instantaneous phase and phase locking value. Thanks!<br>
><br>
> Qi<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>
><br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
--<br>
Simon-Shlomo Poil<br>
<br>
Center of MR-Research<br>
University Children’s Hospital Zurich<br>
<br>
Mobile number: <a href="tel:%2B41%20%280%2976%20399%205809" value="+41763995809">+41 (0)76 399 5809</a><br>
Office number: <a href="tel:%2B41%20%280%2944%20266%203129" value="+41442663129">+41 (0)44 266 3129</a><br>
Skype: poil.simonshlomo<br>
Webpage: <a href="http://www.poil.dk/s/" target="_blank">http://www.poil.dk/s/</a> and <a href="http://www.nbtwiki.net" target="_blank">http://www.nbtwiki.net</a> and<br>
<a href="http://www.kispi.uzh.ch/Kinderspital/Medizin/mrzentrum_en.html" target="_blank">http://www.kispi.uzh.ch/Kinderspital/Medizin/mrzentrum_en.html</a><br>
</font></span><div class="HOEnZb"><div class="h5"><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>
</div></div></blockquote></div><br>