This is the first release of the eegfmri-matlab tool used for cleaning EEG data contaminated with gradient artifacts and ballistocardiogram (BCG) artifacts. The main tool is found in eegfmri_clean
and used like this:
cleaneeg = eegfmri_clean(dirtyeeg)
See the README file for more information on how to use this script. Instructions for the function itself can be found by running help eegfmri_clean
.