sccn / SIFT

SIFT is an EEGLAB-compatible toolbox for analysis and visualization of multivariate causality and information flow between sources of electrophysiological (EEG/ECoG/MEG) activity. It consists of a suite of command-line functions with an integrated Graphical User Interface for easy access to multiple features. There are currently six modules: data preprocessing, model fitting and connectivity estimation, statistical analysis, visualization, group analysis, and neuronal data simulation.
https://sccn.ucsd.edu/wiki/SIFT
Other
31 stars 5 forks source link

PCA conflict #3

Open arnodelorme opened 3 years ago

arnodelorme commented 3 years ago

@UgoBruzadin

UgoBruzadin commented 22 hours ago The SIFT plugin has a function called pca that is a conflict with the matlab pca function. When I call BSS artefact removal, it crashes saying: "There must be exactly 3 outputs.," in line 139. Problem was solved once I changed the pca.m (inside SIFT plugin) function's name to pca2.m, or remove the SIFT plugin altogether.