<div dir="ltr"><div><div><div><div><span dir="ltr" id=":19i">Hello,<br>In case that I want </span>just to calculate <span dir="ltr" id=":19h">imaginary part of coherence instead of coherence with 'indepsamplesZcoh', </span>what kind of operation should I do for that? can anybody lead me through the right way ?</div>
You can find my code as following,<br><br>cfg = [];<br>cfg.method = 'mtmfft';<br>cfg.output = 'fourier';<br>cfg.taper  = 'hanning';<br>cfg.foilim = [12 20];<br>freq1 = ft_freqanalysis(cfg, data1);<br>
cfg = [];<br>cfg.method = 'mtmfft';<br>cfg.output = 'fourier';<br>cfg.complex = 'imag';<br>cfg.taper  = 'hanning';<br>cfg.foilim = [12 20];<br>freq2 = ft_freqanalysis(cfg, data2);<br>cfg = [];<br>
cfg.method    = 'montecarlo';<br>cfg.statistic = 'indepsamplesZcoh';<br>cfg.parameter = 'fourierspctrm';<br>cfg.computecritval = 'yes';<br>cfg.numrandomization = 500;<br>cfg.design = [ones(size(freq1.fourierspctrm,1),1);<br>
2*ones(size(freq2.fourierspctrm,1),1)]';<br>cfg.label     = freq.label;<br>stat = ft_freqstatistics(cfg, freq,freq1);<br><br></div>Thanks in advanced for your consideration.<br></div>Best Regards,<br></div>Ramin Azodi<br>
<div><div><div><div><br><br><br><br><br></div></div></div></div></div>