17#ifndef PICARD_ICA_DSP_H
18#define PICARD_ICA_DSP_H
Export/import macros and namespace declaration for the DSP library.
FastICA-based independent component analysis for MEG / EEG artifact removal.
Shared utilities (I/O helpers, spectral analysis, layout management, warp algorithms).
Result of an ICA decomposition.
static IcaResult run(const Eigen::MatrixXd &matData, int nComponents=-1, int maxIter=200, double tol=1e-7, int lbfgsMemory=7, int randomSeed=42)