[Eeglablist] T-F analysis, help with frequency range
Clemens DICKHUT
clemens.dickhut at uni.lu
Mon Jul 20 00:46:08 PDT 2015
Hi Xianghong,
if you are using the imagesc function to plot, you just need to adjust the axis parameters,
for example
imagesc((analysis.ERP.times), (ERP.freqs), GROUP_ERSP)
axis([-700 700 2 50])
set(gca,'YDir','normal')
title('ERSP Congruent' ,'FontSize',17);
if you use the newtimef function you have to specify the parameters in the function, such as ‘maxfreq':
https://sccn.ucsd.edu/svn/software/branches/eeglab11/functions/timefreqfunc/newtimef.m
Best,
Clemens
On 17 Jul 2015, at 00:34, Xianghong <xianghong at hmri.org<mailto:xianghong at hmri.org>> wrote:
Hi,
I try to use their time-frequency analysis, by using the plot/time-frequency transforms/channel time-frequency. However, the figure generated only show the frequency range of 15-50 Hz. We want to see the range at least from 1 Hz to 50 Hz, how to rescale the T-F plot?
Thanks,
Best,
Xianghong
_______________________________________________
Eeglablist page: http://sccn.ucsd.edu/eeglab/eeglabmail.html
To unsubscribe, send an empty email to eeglablist-unsubscribe at sccn.ucsd.edu<mailto:eeglablist-unsubscribe at sccn.ucsd.edu>
For digest mode, send an email with the subject "set digest mime" to eeglablist-request at sccn.ucsd.edu<mailto:eeglablist-request at sccn.ucsd.edu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sccn.ucsd.edu/pipermail/eeglablist/attachments/20150720/1d408270/attachment.html>
More information about the eeglablist
mailing list