mne_denoise.dss.denoisers.LinearDenoiser#

class mne_denoise.dss.denoisers.LinearDenoiser[source]#

Base class for linear bias functions.

Linear denoisers apply a deterministic transformation to the data that emphasizes a signal of interest. The DSS algorithm then finds spatial filters that maximize the ratio of biased to baseline variance.

Subclasses must implement the apply method.

References

Särelä & Valpola (2005). Section 2.2 “Linear DSS”

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

apply(data)

Apply bias transformation to data.