https://github.com/johnoliwong/gdf-to-mat
Script for converting GDF files to MATLAB files
https://github.com/johnoliwong/gdf-to-mat
bci eeg matlab
Last synced: 8 months ago
JSON representation
Script for converting GDF files to MATLAB files
- Host: GitHub
- URL: https://github.com/johnoliwong/gdf-to-mat
- Owner: JohnOliWong
- Created: 2024-11-26T15:39:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-21T13:19:01.000Z (11 months ago)
- Last Synced: 2025-07-21T15:25:52.184Z (11 months ago)
- Topics: bci, eeg, matlab
- Language: MATLAB
- Homepage:
- Size: 10.7 KB
- 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-2b).
## Installation
- Install EEGLab
- In MATLAB, navigate to the folder where the downloaded zip file is extracted, and enter this command line in MATLAB's command prompt
```
eeglab
```
- Choose File>Import Data>Using EEGLAB>From GDF files, and follow the on-screen instructions to download `SigLab`
- Run gdf_to_mat.m
You can download the dataset along with its description from here
## Credit
The coding is based on Prof. Chevallier's project