<span class="Apple-style-span" style="border-collapse: collapse; color: rgb(68, 68, 68); font-family: arial, sans-serif; font-size: 13px; ">Hi Fieldtrippers,<div>I thought I had quite a simple task but it's coming more and more an hassle (at least for me) so I'm here asking from your knowledge.</div>
<div><br></div><div>I would like to find the plv.</div><div><br></div><div>As far as I've seen now the plv is inside the ft_connectivityanalysis and is taking freq data as input.</div><div><br></div><div>ok, so I did:</div>
<div><br></div><div><div>cfg = [];                </div><div>cfg.method     = 'wavelet';                </div><div>cfg.output     = 'powandcsd';<span style="white-space: pre-wrap; ">    </span></div><div>cfg.foi        = 1:1:44;</div>
<div>cfg.toi        = -0.999:0.01:1;</div><div>cfg.keeptrials = 'yes';</div><div>WG = ft_freqanalysis(cfg, dataG);</div></div><div><br></div><div>Now my question is how to optimize the width and the gwidth.</div><div>
The point is that I don't know yet in which freq to search so I have quite a big foi 1:44 and not such a good shape is performed.</div><div><br></div><div>I've tried tfr but no csd is given so no plv.</div><div><br>
</div><div>I have to use any other multitapers?</div><div><br></div><div>Sorry for this trivial question.</div><div><br></div><font color="#888888"><div>Marco</div></font></span>