nabusch / Elektro-Pipe

A collection of code for a processing pipeline for elektrenkephalography data.
3 stars 2 forks source link

Elektro-Pipe

A collection of code for a processing pipeline for elektroenkephalography (EEG) data. These tools do not actually contain any new signal processing tools. They are simply intended to make your life easier when working with a lot of datasets.

Though this pipe includes tools for computing grandaverage ERPs, wavelet decomposition, and FFTs, its main purpose is preprocessing via the prep_master.m script and the functions called by it.

Installation:

What you need:

Important columns in this table are:

configuration

You'll need a custom configuration file for each project. This file specifies all variable aspects of your analysis (paths to data files, sampling rate, filter setting, etc.). You can run elektro_prepconfigure() to be guided through the creation of a custom configuration.

The code comes with a "samples" folder, which contains a sample SubjectsTable.xlsx, a sample cfg file (getcfg.m), and a script that illustrates how to run all these analyses. We recommend creating a new project via ElektroSetup, which will copy the sample files to the appropriate locations in your new project directory.