v2.0.0
Loading...
Searching...
No Matches
eog_regression.h File Reference

Declaration of EogRegression — EOG artifact removal via linear regression. More...

#include "dsp_global.h"
#include <Eigen/Core>
#include <QStringList>
#include <QVector>
Include dependency graph for eog_regression.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UTILSLIB::EogRegression
 Remove EOG artifacts via linear regression. More...

Namespaces

namespace  FIFFLIB
 FIFF file I/O, in-memory data structures and high-level readers/writers.
namespace  UTILSLIB
 Shared utilities (I/O helpers, spectral analysis, layout management, warp algorithms).

Detailed Description

Declaration of EogRegression — EOG artifact removal via linear regression.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.2.1
Date
May 2026

Fits a least-squares model from EOG channels to all other channels and subtracts the predicted EOG contribution. This mirrors MNE-Python's mne.preprocessing.EOGRegression.

Definition in file eog_regression.h.