v2.0.0
Loading...
Searching...
No Matches
UTILSLIB::SurfaceLaplacianResult Struct Reference

Result of a surface Laplacian (CSD) computation. More...

#include <surface_laplacian.h>

Public Attributes

Eigen::MatrixXd matData
 Transformed data (n_eeg_channels × n_times).
Eigen::MatrixXd matTransform
 CSD transformation matrix (n_eeg × n_eeg).

Detailed Description

Result of a surface Laplacian (CSD) computation.

Definition at line 53 of file surface_laplacian.h.

Member Data Documentation

◆ matData

Eigen::MatrixXd UTILSLIB::SurfaceLaplacianResult::matData

Transformed data (n_eeg_channels × n_times).

Definition at line 55 of file surface_laplacian.h.

◆ matTransform

Eigen::MatrixXd UTILSLIB::SurfaceLaplacianResult::matTransform

CSD transformation matrix (n_eeg × n_eeg).

Definition at line 56 of file surface_laplacian.h.


The documentation for this struct was generated from the following file: