<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Dear fieldtrippers,</p>
<p><br>
</p>
<p>I just found a description page of the function "ft_freqanalysis_mtmwelch"(<a title="Cmd+Click or tap to follow the link" href="http://www.fieldtriptoolbox.org/reference/ft_freqanalysis_mtmwelch">http://www.fieldtriptoolbox.org/reference/ft_freqanalysis_mtmwelch</a>).</p>
<p><br>
</p>
<p>Seems this function has been taken out of the package but as it is described on the webpage above, this Welch's
<span dir="ltr"><font face="Calibri,Arial,Helvetica,sans-serif" color="black" size="3"><span style="font-size:12pt;background-color:white;"><font face="Calibri,Arial,Helvetica,sans-serif">overlapped averaged periodogram</font></span></font></span> method can
 be implemented as:</p>
<p><br>
</p>
<p>[freq] = ft_freqanalysis(cfg, data) <br>
</p>
<p><br>
</p>
<p>by specifying 'cfg.method = mtmconvol' and use the options of this function to specify   the length of the time windows, the amount of overlap, and the amount   of spectral smoothing (in case of dpss tapers) per window.</p>
<p><br>
</p>
<p>I have tried to implement this method as suggested, however in the field of the output "freq", the power spectrum and cross spectrum has a dimension as 'chan_freq_time' which means it didn't calculate the average value over all time windows.
<br>
</p>
<p><br>
</p>
<p>Would anyone suggest a way to enable the averaging? I have tried to average them manually but the topoplot from following 'ft_connectivityanalysis' could not be shown corrected.</p>
<p><br>
</p>
<p>Best regards</p>
<p>David<br>
</p>
</div>
</body>
</html>