Across-subjects frequency analysis

Hi Alex,

I am trying to compare the beta band modulation for 2 conditions.

Best,
Tamer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20180215/8b0c0701/attachment.html

just compute the psd for each subject and each condition and do
a univariate test from a numpy array using scipy.stats?

HTH
Alex