<div dir="ltr">Dear Arjen,<br><br>Thanks for your great answer. <br>Have a nice day.<br><br>Best,<br>Feng<br><br><div class="gmail_quote">On Sun, Feb 14, 2010 at 7:16 PM, <a href="mailto:a.stolk@fcdonders.ru.nl">a.stolk@fcdonders.ru.nl</a> <span dir="ltr"><<a href="mailto:a.stolk@fcdonders.ru.nl">a.stolk@fcdonders.ru.nl</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Feng,<br>
<br>
ft_freqanalysis; method mtmconvol can be considered as a frequency estimation shifting over time (in your case: -0.15 til 1.35 seconds). More specifically, every 0.05 seconds it makes an estimation of the powerspectrum. In order to so, one needs a certain timewindow to base the estimation on. The larger the timewindow, the better the estimation as one then averages over more cycles.<br>


<br>
You can either specify your timewindow with a steady length or let it be a function of the frequency. You chose the latter, which is fine. But when we consider timepoint "-0.15", frequency "5", and window "7 cycles"; the timewindow is 7 * 1/5 (5 hertz) = 1400 ms. At timepoint -0.15, this ranges from 700 ms before (-0.85 s) until 700 ms after. However, your data begins at -0.2 s and an estimation, therefore, can not be performed for this timepoint (-0.15 s) resulting in a NaN.<br>


<br>
You'll need to adjust one or more of the parameter settings (according to what is written above), or export more data from eeglab (with offsets), or live with the NaN's (they're displayed in white in ft_singleplotTFR). Also check out the TFR section in fieldtrip's tutorial section.<br>


<br>
Best,<br>
<br>
Arjen<br>
<div><div></div><div class="h5"><br>
----- Original Message -----<br>
From: "gao zai" <<a href="mailto:zaifengg@GMAIL.COM">zaifengg@GMAIL.COM</a>><br>
To: <a href="mailto:FIELDTRIP@NIC.SURFNET.NL">FIELDTRIP@NIC.SURFNET.NL</a><br>
Sent: Sunday, February 14, 2010 11:16:31 AM GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna<br>
Subject: [FIELDTRIP] Questions on freqanalysis<br>
<br>
Dear all,<br>
<br>
I am now trying to do the frequencyanalysis in Fieldtrip. Since the data is<br>
analyzed in EEGlab before, thus I first convert the data from EEGlab to<br>
Fieldtrip using eeglab2fieldtrip: *data = eeglab2fieldtrip(EEG,<br>
'preprocessing' )*. The data was epoched from -200 ms to 1400ms time-locked<br>
to the onset of the stimuli.<br>
<br>
Then I run the following scripts:<br>
<br>
cfg              = [];<br>
cfg.output       = 'pow';<br>
cfg.method       = 'mtmconvol';<br>
cfg.taper        = 'hanning';<br>
cfg.foi          = 5:1:30;<br>
cfg.t_ftimwin    = 7./cfg.foi;  % 7 cycles per time window<br>
cfg.toi          = -0.15:0.05:1.35; % to reduce boundary effects<br>
TFRhann = freqanalysis(cfg, data);<br>
<br>
However, part of the result in TFRhann.*powspctrm* is *NaN*. And I didn't<br>
see any problem in the parameters I use. I wonder whether someone can give<br>
me some suggestions to fix it? Many thanks.<br>
<br>
Best,<br>
Feng<br>
<br>
</div></div>----------------------------------<br>
The aim of this list is to facilitate the discussion between users of the FieldTrip  toolbox, to share experiences and to discuss new ideas for MEG and EEG analysis. See also <a href="http://listserv.surfnet.nl/archives/fieldtrip.html" target="_blank">http://listserv.surfnet.nl/archives/fieldtrip.html</a> and <a href="http://www.ru.nl/neuroimaging/fieldtrip" target="_blank">http://www.ru.nl/neuroimaging/fieldtrip</a>.<br>


<br>
----------------------------------<br>
The aim of this list is to facilitate the discussion between users of the FieldTrip  toolbox, to share experiences and to discuss new ideas for MEG and EEG analysis. See also <a href="http://listserv.surfnet.nl/archives/fieldtrip.html" target="_blank">http://listserv.surfnet.nl/archives/fieldtrip.html</a> and <a href="http://www.ru.nl/neuroimaging/fieldtrip" target="_blank">http://www.ru.nl/neuroimaging/fieldtrip</a>.<br>


</blockquote></div><br></div>
<p>----------------------------------</p>
<p>The aim of this list is to facilitate the discussion between users of the FieldTrip  toolbox, to share experiences and to discuss new ideas for MEG and EEG analysis.</p>
<p>  http://listserv.surfnet.nl/archives/fieldtrip.html</p>
<p>  http://www.ru.nl/fcdonders/fieldtrip/</p>