Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnoliwong/gdf-to-mat
Converting .gdf files to .mat
https://github.com/johnoliwong/gdf-to-mat
bci eeg matlab
Last synced: about 1 month ago
JSON representation
Converting .gdf files to .mat
- Host: GitHub
- URL: https://github.com/johnoliwong/gdf-to-mat
- Owner: JohnOliWong
- Created: 2024-11-26T15:39:47.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-26T16:07:19.000Z (about 1 month ago)
- Last Synced: 2024-11-26T16:33:56.969Z (about 1 month ago)
- Topics: bci, eeg, matlab
- Language: MATLAB
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GDF-To-MAT
This repository is for converting datasets in `.gdf` format to `.mat` format. The data acquisition part is tailored for the 2b dataset of the $4^{th}$ International Brain-Computer Interface Competition(BCI4-IIb).
## Installation
- Install MATLAB (of course)
- Install EEGLab
- Navigate to the folder where the downloaded zip file is extracted
- In MATLAB's terminal, enter
```
eeglab
```
- Choose File>Import Data>Using EEGLAB>From GDF files, and follow the on-screen instructions to download SigLab
- Run gdf_to_mat.mYou can download the dataset along with its description from here
## Credit
The coding is based on Prof. Chevallier's project