资源简介
在处理脑电数据时自动去伪迹的的插件,属于EEGLAB的一个插件,准确率非常高。
代码片段和文件信息
% ADJUST() - Automatic EEG artifact Detector
% with Joint Use of Spatial and Temporal features
%
% Usage:
% >> [art horiz vert blink disc...
% soglia_DV diff_var soglia_K meanK soglia_SED SED soglia_SAD SAD ...
% soglia_GDSF GDSF soglia_V nuovaV]=ADJUST(EEGout);
%
% Inputs:
% EEG - current dataset structure or structure array (has to be epoched)
% out - (string) report file name
%
% Outputs:
% art - List of artifacted ICs
% horiz - List of HEM ICs
% vert - List of VEM ICs
% blink - List of EB ICs
% disc - List of GD ICs
% soglia_DV - SVD threshold
% diff_var - SVD feature values
% soglia_K - TK threshold
% meanK - TK feature values
% soglia_SED - SED threshold
% SED - SED feature values
% soglia_SAD - SAD threshold
% SAD - SAD feature values
% soglia_GDSF- GDSF threshold
% GDSF - GDSF feature values
% soglia_V - MEV threshold
% nuovaV - MEV feature values
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% ADJUST
% Automatic EEG artifact Detector with Joint Use of Spatial and Temporal
% features
% Developed May2007 - October2008
% Andrea Mognon and Marco Buiatti
% CIMeC - Center for Mind/Brain Science University of Trento
% Last update: 26/11/2009 by Andrea Mognon
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Reference paper:
% Mognon Jovicich Bruzzone Buiatti ADJUST: An Automatic EEG artifact Detector based on the
% Joint Use of Spatial and Temporal features. Reviewed
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Copyright (C) 2009 Andrea Mognon and Marco Buiatti
% Center for Mind/Brain Sciences University of Trento Italy
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 2 of the License or
% (at your option) any later version.
%
% This program is distributed in the hope that it will be useful
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with this program; if not write to the Free Software
% Foundation Inc. 59 Temple Place Suite 330 Boston MA 02111-1307 USA
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% VERSIONS LOG
%
% V2 (07 OCTOBER 2010) - by Andrea Mognon
% Added input ‘nchannels‘ to compute_SAD and compute_SED_NOnorm;
% this is useful to differentiate the number of ICs (n) and the number of
% sensors (nchannels);
% bug reported by Guido Hesselman on October 1 2010.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 12655 2010-10-07 14:41 ADJUST\ADJUST.m
文件 3284 2012-05-25 11:04 ADJUST\computeSAD.asv
文件 3284 2012-07-05 15:32 ADJUST\computeSAD.m
文件 3509 2010-10-07 14:24 ADJUST\computeSED_NOnorm.m
文件 2300 2009-11-26 11:27 ADJUST\compute_GD_feat.m
文件 1559 2010-05-12 15:34 ADJUST\eegplugin_adjust.m
文件 5201 2010-06-10 12:39 ADJUST\EM.m
文件 2070 2009-11-26 10:36 ADJUST\GrossArtifactADJ.m
文件 489 2010-06-10 15:30 ADJUST\INSTALLATION.txt
文件 5974 2010-05-12 15:39 ADJUST\interface_ADJ.m
文件 3541 2009-11-26 10:19 ADJUST\interface_GA.m
文件 35148 2009-11-25 14:14 ADJUST\LICENSE.txt
文件 2039 2009-11-25 14:32 ADJUST\mat2vec.m
文件 10209 2010-05-12 15:37 ADJUST\pop_ADJUST_interface.m
文件 19904 2010-01-08 16:09 ADJUST\pop_prop_ADJ.m
文件 10027 2009-11-26 11:39 ADJUST\pop_selectcomps_ADJ.m
文件 972 2010-10-08 12:58 ADJUST\report.txt
文件 2103 2009-11-26 09:57 ADJUST\trim_and_max.m
文件 1262 2009-11-25 14:35 ADJUST\trim_and_mean.m
文件 0 2012-05-25 11:08 ADJUST\我对ADJUST参数进行了修改!radius改为0.3.txt
目录 0 2019-01-23 16:38 ADJUST
----------- --------- ---------- ----- ----
125530 21
评论
共有 条评论