EEG-functions

所属分类:matlab编程
开发工具:matlab
文件大小:2674KB
下载次数:347
上传日期:2011-02-27 19:31:04
上 传 者sytangqin
说明:  EEG处理过程中用到的一些程序,如预处理,特征提取等
(EEG processing some of the procedures used, such as preprocessing, feature extraction)

文件列表:
functions\@memmapdata\display.m (1180, 2010-12-07)
functions\@memmapdata\end.m (901, 2010-12-07)
functions\@memmapdata\isnumeric.m (877, 2010-12-07)
functions\@memmapdata\length.m (913, 2010-12-07)
functions\@memmapdata\memmapdata.m (1994, 2010-12-07)
functions\@memmapdata\msize.m (37, 2010-12-07)
functions\@memmapdata\ndims.m (1169, 2010-12-07)
functions\@memmapdata\reshape.m (1449, 2010-12-07)
functions\@memmapdata\size.m (1383, 2010-12-07)
functions\@memmapdata\subsasgn.m (1590, 2010-12-07)
functions\@memmapdata\subsref.m (4622, 2010-12-07)
functions\@memmapdata\sum.m (1913, 2010-12-07)
functions\adminfunc\abouteeglab.m (1339, 2010-12-07)
functions\adminfunc\eegh.m (3925, 2010-12-07)
functions\adminfunc\eeglabexefolder.m (1076, 2010-12-07)
functions\adminfunc\eeglab_error.m (2346, 2010-12-07)
functions\adminfunc\eeglab_options.m (2570, 2010-12-07)
functions\adminfunc\eeg_checkset.m (61915, 2010-12-07)
functions\adminfunc\eeg_eval.m (4224, 2010-12-07)
functions\adminfunc\eeg_getdatact.m (7364, 2010-12-07)
functions\adminfunc\eeg_getversion.m (1167, 2010-12-07)
functions\adminfunc\eeg_global.m (1818, 2010-12-07)
functions\adminfunc\eeg_helpadmin.m (2342, 2010-12-07)
functions\adminfunc\eeg_helphelp.m (2534, 2010-12-07)
functions\adminfunc\eeg_helpmenu.m (19874, 2010-12-07)
functions\adminfunc\eeg_helppop.m (5790, 2010-12-07)
functions\adminfunc\eeg_helpsigproc.m (6068, 2010-12-07)
functions\adminfunc\eeg_helpstudy.m (3877, 2010-12-07)
functions\adminfunc\eeg_hist.m (1405, 2010-12-07)
functions\adminfunc\eeg_options.m (1296, 2010-12-07)
functions\adminfunc\eeg_optionsbackup.m (1334, 2010-12-07)
functions\adminfunc\eeg_readoptions.m (3419, 2010-12-07)
functions\adminfunc\eeg_retrieve.m (2788, 2010-12-07)
functions\adminfunc\eeg_store.m (5423, 2010-12-07)
functions\adminfunc\gethelpvar.m (9432, 2010-12-07)
functions\adminfunc\getkeyval.m (4294, 2010-12-07)
functions\adminfunc\gettext.m (2465, 2010-12-07)
functions\adminfunc\iseeglabdeployed.m (190, 2010-12-07)
functions\adminfunc\is_sccn.m (352, 2010-12-07)
functions\adminfunc\pop_delset.m (2421, 2010-12-07)
... ...

Graphic Interface Toolkit ------------------------- This package contains a set of function to easily create complex graphic interface (see examples). This package is part of the EEGLAB public software for electro-encephalography analysis (which is the leading public software for processing electro-encephalography data with more than 70 000 download) and is distributed under the GNU GPL license. Requirements ------------ Matlab version 7 is required. Quickstart ---------- Complex graphic interface may be created with arbitrary uicontrols. A simple example using the inputgui function is shown below [res userdat strhalt restag] = inputgui('geometry', { 1 1 }, 'uilist', ... { { 'style' 'text' 'string' 'Enter a value' } ... { 'style' 'edit' 'string' '' 'tag' 'editstr'} }); res contains a cell array of output and restag contains a structure with a field for each output (in the example above res.editstr will contain the edited string). Complex geometry for each control may be defined using the 'geom' input that works in a way similar to the subplot function (see function help message). For example: res = inputgui('geom', { {2 1 [0 0] [1 1]} {2 1 [1 0] [1 1]} }, 'uilist', ... { { 'style' 'text' 'string' 'Enter a value' } ... { 'style' 'edit' 'string' '' } }); In addition, use the functions questdlg2, errordlg2, warndlg2, listdlg2, inputdlg2 to replace standard Matlab functions ButtonName = questdlg2('What is your favorite color?', 'Color Question', ... 'Red', 'Green', 'Blue', 'Green'); GUI color may be customized for these graphic interfaces by defining a file containing colors (see icadefs.m file in the EEGLAB software distribution). For more information see the help message of each m function. Content ------- inputgui - main function to create graphic interface supergui - support function creating the actual figure finputcheck - support function for checking function input validity pophelp - shows a function code in the Matlab browser warmdlg2 - uses inputgui to replace the Matlab warndlg function errordlg2 - uses inputgui to replace the Matlab errordlg function listdlg2 - uses inputgui to replace the Matlab listdlg function inputdlg2 - uses inputgui to replace the Matlab inputdlg function questdlg2 - uses inputgui to replace the Matlab questdlg function The latest revision of these function may be checked out using SVN at http://sccn.ucsd.edu/repos/software/eeglab/functions/guifunc/ Arnaud Delorme, PhD June 19th 2010 University of San Diego California, USA CNRS, University of Toulouse Paul Sabatier, France

近期下载者

相关文件


收藏者