I'm working through Section "3.5.2 Online Classification" of the pdf "Design and Implementation of a Brain-Computer Interface System".
I installed libmushu from terminal with pip install libmushu.
When attempting to use the ReplayAmp with the acquired signal, I receive the following errors:
configure() got an unexpected keyword argument 'realtime'
configure() got an unexpected keyword argument 'blocksize_samples'
I noticed that the .py file for the replayamp does not match the replayamp.py from github. Namely, it does not have methods for blocksize and realtime. Any advice on that? Should I replace the .py file in my anaconda/lib/python2.7/site-packages/libmushu folder with the one from github?
Thanks!!
I'm working through Section "3.5.2 Online Classification" of the pdf "Design and Implementation of a Brain-Computer Interface System".
I installed libmushu from terminal with pip install libmushu.
When attempting to use the ReplayAmp with the acquired signal, I receive the following errors:
configure() got an unexpected keyword argument 'realtime'
configure() got an unexpected keyword argument 'blocksize_samples'
I noticed that the .py file for the replayamp does not match the replayamp.py from github. Namely, it does not have methods for blocksize and realtime. Any advice on that? Should I replace the .py file in my anaconda/lib/python2.7/site-packages/libmushu folder with the one from github?
Thanks!!