Units powspctrm
Martin Bleichner
bleichner.martin at GMAIL.COM
Thu Aug 12 17:52:19 CEST 2010
Hello together,
What units does the powspctrm have?
Starting with an EEG signal in microvolts and computing the powerspectrum
using freqanalysis what are the units of powspctrm?
I tried to figure it out on my own but I am stuck somehow.
Here some example code
cfg=[];
cfg.method='mtmfft';
cfg.output='pow';
cfg.pad ='maxperlen'
cfg.foilim=[1 130]
cfg.taper='hanning'
cfg.channel=1
cfg.keeptrials='no'
R=ft_freqanalysis(cfg,data);
I am interested in the units of R.powspctrm
Thanks
Martin
----------------------------------
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 http://listserv.surfnet.nl/archives/fieldtrip.html and http://www.ru.nl/neuroimaging/fieldtrip.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20100812/179c34e3/attachment-0001.html>
More information about the fieldtrip
mailing list