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). | |
Result of a surface Laplacian (CSD) computation.
Definition at line 53 of file surface_laplacian.h.
| Eigen::MatrixXd UTILSLIB::SurfaceLaplacianResult::matData |
Transformed data (n_eeg_channels × n_times).
Definition at line 55 of file surface_laplacian.h.
| Eigen::MatrixXd UTILSLIB::SurfaceLaplacianResult::matTransform |
CSD transformation matrix (n_eeg × n_eeg).
Definition at line 56 of file surface_laplacian.h.