Hello,<div><br></div><div>I'm trying to use ft_connectivityanalysis with the phase slope index method. There is an error in ft_connectivityanalysis because the field "bandwidth" is missing. </div><div><br></div>
<div><div>cfg           = [];</div><div>cfg.method    = 'psi';</div><div>psi       = ft_connectivityanalysis(cfg, freq);</div><div>selection fourierspctrm along dimension 2</div><div>averaging crsspctrm over rpt</div>
<div>removing dimension rpt from crsspctrm</div><div>Reference to non-existent field 'bandwidth'.</div><div><br></div><div>Error in ft_connectivityanalysis (line 719)</div><div>    nbin   = nearest(data.freq, data.freq(1)+cfg.bandwidth)-1;</div>
</div>