<div dir="ltr">Dear Julian,<div><br></div><div>Thank you for the answer. I was asked by reviewers to calculate  circular correlation instead of PLV.  Sorry for too general description.</div><div>Actually, I found  the toolbox , but I don't understand how to compute " sample of angles in radians" (the input for the <span style="color:rgb(0,0,0)">circ_corrcc function</span> ). </div><div>I would very appreciate a help to transform my fieldtrip data to the input format , required by <span style="color:rgb(0,0,0)">circ_corrcc.</span></div><div><span style="color:rgb(0,0,0)"><br></span></div><div><span style="color:rgb(0,0,0)">Thanks!</span></div><div><span style="color:rgb(0,0,0)"><br></span></div><div><span style="color:rgb(0,0,0)"><br></span></div><div><span style="color:rgb(0,0,0)">David</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 2, 2016 at 9:57 AM, Julian Keil <span dir="ltr"><<a href="mailto:julian.keil@gmail.com" target="_blank">julian.keil@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 David,<br>
<br>
to compute circular statistics (e.g. phase correlations) you need to leave fieldtrip a bit.<br>
Here's the toolbox I usually use: <a href="http://www.mathworks.com/matlabcentral/fileexchange/10676-circular-statistics-toolbox--directional-statistics-" rel="noreferrer" target="_blank">http://www.mathworks.com/matlabcentral/fileexchange/10676-circular-statistics-toolbox--directional-statistics-</a><br>
<br>
As you don't describe why you need circular statistics, it's a bit hard to give a more helpful answer.<br>
<br>
Good luck,<br>
<br>
Julian<br>
<div><div class="h5"><br>
Am 01.02.2016 um 13:40 schrieb David Syloni:<br>
<br>
> Dear Fieldtripers,<br>
><br>
> I'm trying to apply connectivity analysis with  continuous EEG data.<br>
><br>
> I'm using:<br>
><br>
><br>
><br>
> cfg           = [];<br>
> cfg.method    = 'mtmfft';<br>
> cfg.taper     = 'dpss';<br>
> cfg.output    = 'fourier';<br>
> cfg.tapsmofrq = 4;<br>
> cfg.width=2;<br>
> cfg.foilim     = [0 250];<br>
> cfg.keeptrials = 'yes';<br>
> freq          = ft_freqanalysis(cfg, data_no_artifacts);<br>
><br>
><br>
><br>
><br>
> cfg           = [];<br>
> cfg.method    = 'plv';<br>
> 'mtmfft'<br>
> cfg.foilim     = [8 12];<br>
> cfg.bandwidth=5;<br>
> cfg.tapsmofrq  = 4;<br>
> cfg.keeptrials = 'yes';<br>
> cfg.output    = 'powandcsd';<br>
> cfg.channelcmb       = c;<br>
> coh           = ft_connectivityanalysis(cfg, freq);<br>
><br>
> Right now I should calculate Circular Correlation  and I'm stuck with it.<br>
><br>
> I would very appreciate your help!<br>
><br>
> Thanks in advance,<br>
><br>
> David<br>
</div></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" rel="noreferrer" target="_blank">http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br>
<br>
<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" rel="noreferrer" target="_blank">http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br></blockquote></div><br></div>