Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 722 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 722 Bytes

EEGLAB-preprocessing

Simple scripts for automatic data preprocessing in EEGLAB for multiple datasets.


EEGLAB_preprocessing_average_reference.m

  • Computes an average reference for all datasets stored in ALLEEG structure

EEGLAB_preprocessing_resampling.m

  • Changes sampling rate for all datasets stored in ALLEEG structure

EEGLAB_preprocessing_events_epochs_mix.m

  • [1] Makes epochs based on chosen events for all datasets stored in ALLEEG structure
  • [2] Epoch-2-continious data
  • [3] Removes boundary events

(back to top)

Built with

  • MATLAB
  • EEGLAB

(back to top)