<p dir="ltr"><br>
Hi Steven,</p>
<p dir="ltr">Frequency resolution depends on window size, so what you're seeing is normal.<br>
However, for visualisation purposes you can interpolate the spectrum (which is implemented by zero-padding your data to some desired length) - EEGlab functions allow to specify the degree of this smoothing. <br>
For example you can control the zero-padding in spectopo function with 'nfft' (specific length to zero-pad the data to). <br>
By specifying 'nfft' to be two times the number of samples in your analysis window you increase the frequency resolution twofold (although you have to remember that this is not a genuine increase in frequence resolution but an interpolation).</p>

<p dir="ltr">Also, see the help messages to pop_spectopo and spectopo functions.</p>
<p dir="ltr">For time-frequency you can use the 'nfreqs' key in newtimef.m to control the frequency resolution<br>
</p>
<div class="gmail_quote">12 wrz 2013 01:27, "Steven Pillen" <<a href="mailto:stevendpillen@gmail.com">stevendpillen@gmail.com</a>> napisał(a):<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hello, EEGLABlist.<div><br></div><div>When we ran power spectrum measures through the study functions on files whose epochs were about 0.2 seconds long, it looked like the power spectra chart generated had very few points of reference.  Looking at the .datspec files using the function </div>

<div><i><br></i></div><div><i>m = importdata('design1_2003_regular.datspec')</i></div><div><i><br></i></div><div>in m.freqs, it looked like there was one bin for every 5 hz, which matched what the charts looked like.  </div>

<div><br></div><div>We ran the same data again, this time cut into 1 second epochs, and the power spectra looked like they had many more reference points.  Likewise, there appeared to be a bin in m.freqs for every 1 hz. as opposed to the previous 5.</div>

<div><br></div><div>Is there any way to increase the number of bins with a smaller sized epoch so that the power spectra is more robust?  </div></div>
<br>_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a><br></blockquote></div>