[Eeglablist] FFT in EEG signal

Tim Mullen mullen.tim at gmail.com
Fri Sep 5 15:44:06 PDT 2008


Hi Mohd,

Additionally, for better spectral properties (e.g., reduced variance), you
might consider using a method other than just the fft. For example, Welch's
modifed periodogram (doc pwelch, if you have the signal processing toolbox),
also implemented in EEGLAB's spectopo() routine (which can return average
spectrum across trials as well).

spectopo usage:

*data :  * [num_samples x num_channels x num_trials] data matrix
*frames :   *the number of samples per epoch (size(data,1))
*srate : *the sampling rate
*nfft :   *the fft length (frequency resolution will be sampling_rate /
nfft)
*freqrange* :  a 2-element vector of the frequency range to plot (assuming
'plot','on')
*doplot : *(= 'on' | 'off') whether to plot the spectum for all chans in dB

[Pxx F]  = spectopo(data, frames, srate,'nfft',nfft,'freqrange',
freqrange,'plot',doplot);

type 'doc spectopo' for more parameters and options.

ciao,
Tim

2008/8/30 Mohd Naz <starz_naz at yahoo.com>

> if i want to know frequency content in eeg signal recorded for 30 minutes,
> could i make use FFT?
>
> ------------------------------
> Yahoo! Toolbar kini dikuasa dengan Search Assist. Muat turunnya sekarang.<http://mys.rd.yahoo.com/search/toolbar/mail/signature/*http://malaysia.toolbar.yahoo.com/>
>
> _______________________________________________
> Eeglablist page: http://sccn.ucsd.edu/eeglab/eeglabmail.html
> To unsubscribe, send an empty email to
> 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
>



-- 
--------- αντίληψη -----------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sccn.ucsd.edu/pipermail/eeglablist/attachments/20080905/f725f2c5/attachment.html>


More information about the eeglablist mailing list