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

Need .mat file to run and understand the code #3

Closed Maunish-dave closed 1 year ago

Maunish-dave commented 1 year ago

Can you please provide an example .mat file for testing the code? Or a .py file that shows how .gdf files were converted into .mat.

eeyhsong commented 1 year ago

@Maunish-dave hello, you can try this code: https://github.com/eeyhsong/EEG-Transformer/blob/main/getData.m and de comment the standardization part.

Maunish-dave commented 1 year ago

Got it. Thanks for the link.