Dear Fanny,<div><br></div><div>You should be able to do all that within ft_freqanalysis directly. I advice you to read the relevant documentation in the tutorials, and walkthrough, on the FT site.</div><div><br></div><div>
To answer your question more directly, however, its helpfull to know the cfg you called ft_freqanalysis with and the datastructure you end up with. </div><div><br></div><div>I'm guessing you used method = 'mtmconvol'? If interested in a single timewindow you could use method = 'fft', for instance.  </div>
<div><br></div><div>Specifing a specific frequency band is possible by adding tapers to your frequency of interest (as explained in the documentation).</div><div><br></div><div>Alternatively, you can use ft_selectdata using 'avgoverfreq' and 'avgovertime' parameters after you did freqanalysis. That might be a quick (but dirty) solution as well.</div>
<div><br></div><div>Hope that helps for now,</div><div>Stephen     </div><div><br><div class="gmail_quote">On 28 November 2012 16:27, Fanny <span dir="ltr"><<a href="mailto:fanny.lachat@gmail.com" target="_blank">fanny.lachat@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Fieldtrip Users, <br><br>I have analysed my EEG data using <a title="" href="http://fieldtrip.fcdonders.nl/reference/ft_freqanalysis" target="_blank"><font color="green">FT_FREQANALYSIS</font></a>. <br>
<br>I am now  interested in averaging this time frequency data for each subject and each electrode  on particular frequency (for example between 8 & 13 Hz) and on particular time (between for example  1sec & 1.2 sec).<br>



<br>My goal is to have for each suject <br>-for the powspctrm only the values that correspond to the results of this average. <br>-for the time and for the freq only 1 number<br><br>I will alos want to plot the results after. (using ft_topoplotTFR).<br>

<br>I have failed to find how to do that. I have tryed many different methods.  I even tried calling cfg.method    = 'stats';<br>cfg.statistic = 'mean';<br>....<br><br>Could someone help me ? <br><br>thank you in advance<br>

<br><br>------<br>Fanny<br>
<br>_______________________________________________<br>
fieldtrip mailing list<br>
<a href="mailto:fieldtrip@donders.ru.nl">fieldtrip@donders.ru.nl</a><br>
<a href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip" target="_blank">http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br></blockquote></div><br></div>