<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle">P {
        MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px
}
</style>
</head>
<body fPStyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<p>cfg.toi          = -0:0.05:2;                  % time window "slides" from -0.5 to 1.5 sec in steps of 0.05 sec (50 ms)</p>
<p> </p>
<p>I just noticed this line has an error should be -0.5:0.5:2</p>
<p> </p>
<p>Sorry, I am new to fieldtrip myself and can't be more helpful yet. </p>
<p> </p>
<p>Cheers, </p>
<p> </p>
<p>Elana</p>
<div style="FONT-SIZE: 16px; FONT-FAMILY: Times New Roman; COLOR: #000000">
<hr tabindex="-1">
<div id="divRpF993149" style="DIRECTION: ltr"><font color="#000000" size="2" face="Tahoma"><b>From:</b> fieldtrip-bounces@science.ru.nl [fieldtrip-bounces@science.ru.nl] on behalf of Federica Mauro [federica.ma@gmail.com]<br>
<b>Sent:</b> Monday, December 14, 2015 6:30 AM<br>
<b>To:</b> FieldTrip discussion list<br>
<b>Subject:</b> [FieldTrip] Number of epochs in the ft_freqanalysis output<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">Dear all,
<div><br>
</div>
<div>I'm having a problem in using the ft_freqanalysis function, so I'm writing to ask your help.</div>
<div>I'm trying to get power data for each 2-seconds epochs of my eeg files.</div>
<div>My eeg files are not of the same length (they don't have the same number of epochs), however the output of the function (namely TFRhann.powspctrm) always gives me power data for the same number of epochs, namely 41, unregarding of the effective number
 of epochs.</div>
<div><br>
</div>
<div>Here is the code I'm using:</div>
<div><br>
</div>
<div>
<div>cfg              = [];</div>
<div>cfg.output       = 'pow';</div>
<div>% cfg.channel    </div>
<div>cfg.method       = 'mtmconvol';</div>
<div>cfg.taper        = 'hanning';</div>
<div>cfg.foi          = 4:1:40;                         % analysis 2 to 30 Hz in steps of 2 Hz </div>
<div>cfg.t_ftimwin    = ones(length(cfg.foi),1).*0.5;   % length of time window = 0.5 sec</div>
<div>cfg.toi          = -0:0.05:2;                  % time window "slides" from -0.5 to 1.5 sec in steps of 0.05 sec (50 ms)</div>
<div>TFRhann = ft_freqanalysis(cfg, eeg);</div>
</div>
<div><br>
</div>
<div>Do you have any suggestion about it?</div>
<div>Thank you very much for your attention.</div>
<div><br>
</div>
<div>Worm regards,</div>
<div>Federica</div>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>