2025/01/22: EEG Preprocessing
2025/02/13: decoding
- tutorial
- practice questions Due by 2025/3/1
Data Setup Instructions:
- Please download the EEG dataset from the provided link.
- Under the
data
directory, create a folder namedraw
. - Place the downloaded EEG files into the
data/raw/
directory.
SISU-EEG-BOOTCAMP/
│
├── data/
│ └── raw/
│ ├── AS_pilot1.vhdr
│ ├── AS_pilot1.eeg
│ ├── AS_pilot1.vmrk
│ ├── AS_pilot2.vhdr
│ ├── AS_pilot2.eeg
│ ├── AS_pilot2.vmrk
│ └── ... (additional files)
│
└── ...
Unrelated directories are not shown in this diagram.
```