Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.m

You can download the dataset along with its description from here

## Credit
The coding is based on Prof. Chevallier's project