{ "nbformat_minor": 0, "nbformat": 4, "cells": [ { "execution_count": null, "cell_type": "code", "source": [ "%matplotlib inline" ], "outputs": [], "metadata": { "collapsed": false } }, { "source": [ "\n# XDAWN Denoising\n\n\nXDAWN filters are trained from epochs, signal is projected in the sources\nspace and then projected back in the sensor space using only the first two\nXDAWN components. The process is similar to an ICA, but is\nsupervised in order to maximize the signal to signal + noise ratio of the\nevoked response.\n\n
As this denoising method exploits the known events to\n maximize SNR of the contrast between conditions it can lead\n to overfitting. To avoid a statistical analysis problem you\n should split epochs used in fit with the ones used in\n apply method.