An open API service indexing awesome lists of open source software.

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

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