sccn / clean_rawdata

Cleaning Raw EEG data
GNU General Public License v3.0
42 stars 17 forks source link

ASR implementation in Python #11

Closed BCIstorm closed 3 years ago

BCIstorm commented 4 years ago

I'm using Python instead of Matlab/EEGLab for signal processing. Is there any implementation of the Artifact Subspace Reconstruction in Python?

Thanks

arnodelorme commented 3 years ago

Not that I know. You can use the Oct2py python library to run call the clean_rawdata function from Python though.