<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>