eeyhsong / EEG-Conformer

EEG Transformer 2.0. i. Convolutional Transformer for EEG Decoding. ii. Novel visualization - Class Activation Topography.
GNU General Public License v3.0
389 stars 55 forks source link

band-pass filter and augumentation for Dataset I (Dataset 2a) #13

Open chloeyswang opened 1 year ago

chloeyswang commented 1 year ago

Hi,

Thanks for sharing your very interesting work. Can you share the code for the band-pass filter [8] and the augmentation code for this BCI Competition IV Dataset 2a so we can reproduce the results?

eeyhsong commented 1 year ago

Hello! @chloeyswang Thanks for your interests. You can see function interaug in comformer.py for augmentation. Please see https://github.com/eeyhsong/EEG-Transformer/blob/main/getData.m for bandpass. Best.