BCICIV2a-FBCSP
BCICIV2a-FBCSP copied to clipboard
Implementation of filter bank common spatial pattern (FBCSP) for MI-based BCI in python
I went through the code as I was interested in the FBCSP. But later at the end of the coding, it seems that under "Results for test data", you have...
Create new key 'EEG_filtered' to store filtered EEG of each subject seem to be missing something. for i in range(1, ns): mod_data Can you complete this code?
I only get .gdf data
There appears to be a mistake in the test data evaluation figure in the README. In cell 72 of the notebook, training data is used to obtain test scores. ```...
If I provide the input in the form of (Samples, Channel) for the same code as the butter band-pass filter, will there be any problem?