|
a |
|
b/Contents.m |
|
|
1 |
% EEGLAB Toolbox to process EEG data |
|
|
2 |
% Version - see eeg_getversion() |
|
|
3 |
% |
|
|
4 |
% eeglab() - Matlab graphic user interface environment for |
|
|
5 |
% electrophysiological data analysis incorporating the ICA/EEG toolbox |
|
|
6 |
% (Makeig et al.) developed at CNL / The Salk Institute, 1997-2001. |
|
|
7 |
% Released 11/2002- as EEGLAB (Delorme, Makeig, et al.) at the Swartz Center |
|
|
8 |
% for Computational Neuroscience, Institute for Neural Computation, |
|
|
9 |
% University of California San Diego (http://sccn.ucsd.edu/). |
|
|
10 |
% User feedback welcome: email eeglab@sccn.ucsd.edu |
|
|
11 |
% |
|
|
12 |
% Authors: Arnaud Delorme, Scott Makeig, with substantial contributions |
|
|
13 |
% from Colin Humphries, Sigurd Enghoff, Tzyy-Ping Jung, plus contributions |
|
|
14 |
% from Tony Bell, Te-Won Lee, Luca Finelli and other contributors. |
|
|
15 |
% |
|
|
16 |
% Description: |
|
|
17 |
% EEGLAB is Matlab software for processing continuous or event-related |
|
|
18 |
% EEG or other physiological data. It is designed for use by both novice and |
|
|
19 |
% expert Matlab users. In normal use, the EEGLAB graphic interface calls |
|
|
20 |
% graphic functions via pop-up function windows. The EEGLAB history mechanism |
|
|
21 |
% can save the resulting Matlab calls to disk for later incorporation into |
|
|
22 |
% Matlab scripts. A single data structure ('EEG') containing all dataset |
|
|
23 |
% parameters may be accessed and modified directly from the Matlab commandline. |
|
|
24 |
% EEGLAB now recognizes "plugins," sets of EEGLAB functions linked to the EEGLAB |
|
|
25 |
% main menu through an "eegplugin_[name].m" function (Ex. >> help eeplugin_besa.m). |
|
|
26 |
% |