[Eeglablist] ERSP Conversion: dB to Microvolts-squared

Mikołaj Magnuski imponderabilion at gmail.com
Mon Dec 2 01:56:58 PST 2013


Dear Emily,

because:
dB = 10 * log10(amplitude.^2);

then you can go back to amplitude squared by performing:
amplit_sq = 10.^(dB / 10);

Assuming your ERSP are stored
in ERSP variable you can do:
ersp_amplsq = 10.^(ERSP / 10);
 25 lis 2013 23:40 "Emily Chen" <emilychen2013 at gmail.com> napisał(a):

> Dear all,
> How can I converse the ERSP from dB to microvolts-squared, after the data
> have been convolved with wavelet?
> Many thanks!
>
> Sincerely,
> Lihong Chen
> Graduate Student
> Chinese Academy of Sciences, Institute of Psychology
> Lab for Vision and Attention
>
> _______________________________________________
> 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/20131202/3a2c2d1e/attachment.html>


More information about the eeglablist mailing list