TEAP (Toolbox for Emotion Analysis using Physiological Signals) doc
Contents.m
Go to the documentation of this file.
1 %
2 % T250: Quality Control and Artifact Processing
3 % ---------------------------------------------
4 % ARTIFACT_SELECTION converts artifact scorings into trial selections
5 % EEG2HIST calculates histogram
6 % GETTRIGGER gets trigger points
7 % TRIGG extract fixed-length trials around trigger points
8 % DETECT_MUSCLE detection of muscle artefacts using an inverse filter
9 % DETECT_SPIKES_BURSTS detect spikes and bursts in neural recordings
10 % REGRESS_EOG reduce EOG artifacts with regression analysis
11 % REMOVE5060HZ methods for removing line interference
12 %
13 
14 %
15 % Copyright (C) 2003,2004,2005,2006,2011 by Alois Schloegl <alois.schloegl@gmail.com>
16 % $Id: Contents.m 2713 2011-06-16 08:55:51Z schloegl $
17 % This is part of the BIOSIG-toolbox http://biosig.sf.net/
18 %
19 % LICENSE:
20 % This program is free software; you can redistribute it and/or modify
21 % it under the terms of the GNU General Public License as published by
22 % the Free Software Foundation; either version 3 of the License, or
23 % (at your option) any later version.
24 %
25 % This program is distributed in the hope that it will be useful,
26 % but WITHOUT ANY WARRANTY; without even the implied warranty of
27 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 % GNU General Public License for more details.
29 %
30 % You should have received a copy of the GNU General Public License
31 % along with this program; if not, write to the Free Software
32 % Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
33 %
34 %