- MNE-Python version: 0.23.
- operating system: Linux
Hey! guys,
I’m doing some decoding stuff, and I read a paper about how to improve the decoding accuracy ([https://www.sciencedirect.com/science/article/pii/S1053811918301411].
There is one important preprocessing step emphasized in this paper, which is “multivariate noise normalization (MNN)”. Here is the screenshot of the basic idea of it in this paper:
So does the compute_proj_raw/epochs() in MNE do a similar job as the MNN? Or are there other functions I missed in MNE that actually can do MNN?