Skip to content

alamkanak/EEG-Processing-Matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EEG-Processing-Matlab

This is a MATLAB project to process three EEG datasets.

Datasets

Dataset Name Description Location
Dataset 1 VEP-EEG EEG was collected while alcoholic and non-alcoholic subjects performed visual object recognition task. It can be found in the Artemis /project/RDS-FEI-EEGMEPVariability-RW/dataset2. The dataset description can be found at UCI.
Dataset 2 Resting state EEG EEG was collected in different states but we are only interested in only the resting state EEG. It can be found in the Artemis /project/RDS-FEI-EEGMEPVariability-RW/dataset3. The data was downloaded from https://dataverse.tdl.org/dataset.xhtml?persistentId=doi:10.18738/T8/9TTLK8
Dataset 3 (not used in paper) TMS-EEG EEG was collected while applying TMS to the primary cortex. The TMS was applied such that right APB generated a MEP response of predefined strength. It can be found in the Artemis /project/RDS-FEI-EEGMEPVariability-RW/dataset1

MATLAB Processing

In MATLAB the EEG processing steps included the following steps:

  1. Epoch the continuous EEG waveforms.
  2. Correct baseline.
  3. Remove artifacts using independent component analysis (manual or automatic).
  4. Transform EEG to Hjorth CSD signals.

Dataset 1

Requirements

Notes

The file AlcoholHjorth.m was used to process the EEGs.

Dataset 2

Requirements

Notes

The file dataset3.m was used to process the EEGs. Please note that the library ADJUST was customized before processing. The customization was done in order for the library not display figures during processing. The figures originally waited for manual confirmation which can drastically slow down the process.

Dataset 3

This dataset was not included in the publication.

Requirements

Notes

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages