Back to the main page.
Bug 406 - fieldtrip course tuebingen - scaling during mtm 'sine'
Status | CLOSED FIXED |
Reported | 2011-01-17 16:29:00 +0100 |
Modified | 2011-01-26 15:38:38 +0100 |
Product: | FieldTrip |
Component: | specest |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 minor |
Assigned to: | Roemer van der Meij |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
anette - 2011-01-17 16:29:11 +0100
cfg = []; cfg.output = 'pow'; cfg.channel = 'MEG'; cfg.method = 'mtmconvol'; cfg.taper = 'sine'; cfg.foi = 1:2:30; cfg.t_ftimwin = 5./cfg.foi; cfg.tapsmofrq = 4 *cfg.foi; cfg.toi = -0.5:0.05:1.5; cfg.pad = 'maxperlen'; TFRmult = ft_freqanalysis(cfg, dataFIC); does not work
Jan-Mathijs Schoffelen - 2011-01-17 16:53:45 +0100
This is caused by a bug in the code. This has been fixed, and available in tonight's download version. FIXME: why should the scaling only be relevant in the case of power (I suspect it should also be applied when crsspctrm or fourierspctrm is requested)... Why not perform the scaling of the tapers in the sine_taper function?
Robert Oostenveld - 2011-01-26 15:37:18 +0100
I closed all bugs that were resolved prior and including 2011-01-25. All resolved bugs should have been discussed by now, therefore we don't want to see them again in the next meeting. Instead, in the next meeting we want to see the recent improvements and fixes.