plotting whitened raw data

Hi,

is there an equivalent of evoked.plot_white() for raw data? I would like to compare different covariance methods for whitening empty room data.

Thanks,

Olaf

Olaf Hauk, PhD
MRC Cognition and Brain Sciences Unit
Phone: +44(0)1223 273702
Fax: +44(0)1223 359062
Web: http://www.mrc-cbu.cam.ac.uk/people/olaf.hauk/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20170113/2676e6c5/attachment-0001.html

hi Olaf,

no there is no such function but it could be added.

Alex

Would be interesting to think for a second what would be the normative
prediction in that case (what should be in which value range after proper
whitening) since what is a signal and what is noise is less obvious then,
also potential implications for the power spectrum (could that possibly be
used to summarize the data for visualization?).

Denis

If you instead of the usual MNE whitening

y? = lambda^(-1)U^t y

do

y?? = U lambda^(-1)U^t y

the y?? data have their original spatial meaning and the values are SNRs or ?z scores?. Since the whitened data are sphered, they can be rotated in any way. Maybe there is even another more interesting rotation than U.

- Matti

If the whitening is applied to the data from which the covariance was computed (e.g. baseline periods in evoked data, the whole data set for continuous data), then I think the prediction should be the same. I would like to compare different covariance methods for empty room data, and such a plot method would be very useful.

Olaf

Olaf,

please open an issue if you want this to happen.

Alex