Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.44 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.44 KB

BIRD

Blink-Identified Robust Detrending for EEG / ERP Data in MATLAB

Requirements

MATLAB

The method has been developed for use in the MATLAB computing environment. Matlab can be downloaded here.

EEGLAB / ERPLAB

The method has been developed for analyzing EEG data with EEGLAB and ERPLAB. EEGLAB can be downloaded here. ERPLAB can be downloaded here.

Installation

Simply download a copy of the BIRD.m and nt_detrend.m files, and add them to your MATLAB path. If you already have a folder added to the MATLAB path, you can place the files there and MATLAB will read them.

Getting Started

An example script and dataset is provided to outline the steps for running BIRD. The current version of BIRD is designed for ERP analyses. It thus assumes that a file has been loaded into EEGLAB, that an EVENTLIST has been created, and that bins have been assigned with a BDF file. It uses a VEOG channel to detect blinks, and so a VEOG channel must be specified. The general steps are as follows:

  1. Load in data into EEGLAB
  2. Perform chosen pre-processing steps (low-pass filtering, re-referencing)
  3. Create VEOG channel (lower eye channel - upper eye channel) if one hasn't been created
  4. Create EVENTLIST for ERPLAB
  5. Assign bins with BDF file
  6. Create opts structure specifying BIRD options
  7. Run BIRD on EEG data