[FieldTrip] Circular Correlation coefficient

David Syloni david.syloni at gmail.com
Mon Feb 1 13:40:38 CET 2016


Dear Fieldtripers,

I'm trying to apply connectivity analysis with  continuous EEG data.

I'm using:



cfg           = [];
cfg.method    = 'mtmfft';
cfg.taper     = 'dpss';
cfg.output    = 'fourier';
cfg.tapsmofrq = 4;
cfg.width=2;
cfg.foilim     = [0 250];
cfg.keeptrials = 'yes';
freq          = ft_freqanalysis(cfg, data_no_artifacts);




cfg           = [];
cfg.method    = 'plv';
'mtmfft'
cfg.foilim     = [8 12];
cfg.bandwidth=5;
cfg.tapsmofrq  = 4;
cfg.keeptrials = 'yes';
cfg.output    = 'powandcsd';
cfg.channelcmb       = c;
coh           = ft_connectivityanalysis(cfg, freq);

Right now I should calculate Circular Correlation  and I'm stuck with it.

I would very appreciate your help!

Thanks in advance,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20160201/2f8393d9/attachment.html>


More information about the fieldtrip mailing list