Home > eeg > egis > petr_dirtier > egis_edit_params.m

egis_edit_params

PURPOSE ^

SYNOPSIS ^

function ep = edit_params

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function ep = edit_params
0002 %
0003 %
0004 
0005 ep.start_samp = 1;
0006 ep.stop_samp = [];
0007 ep.do_eyemove = 0;
0008 
0009 %
0010 % Define defaults for adult 129 channel GSN
0011 %
0012 
0013 ep.inflfteye = 127;
0014 ep.infrteye = 126;
0015 ep.suplfteye = 26;
0016 ep.suprteye = 8;
0017 ep.horizlfteye = 128;
0018 ep.horizrteye = 125;
0019 
0020 %
0021 % Work on all cells by default
0022 %
0023 ep.do_cells = [];        % Empty does all cells
0024 
0025 %
0026 % Default threshold parameters.  These are defined in terms of standard
0027 % deviation in the distributions that are computed from the data.
0028 %
0029 
0030 ep.thresh.blink = 2.5;
0031 ep.thresh.transient = 2.5;
0032 ep.thresh.absvolt = 2.5;
0033 
0034 ep.thresh.numstd = 2.5;  % exclude channel if any value
0035                                % exceeds the number of standard deviations
0036                                % specified.  0 means no exclusion
0037 
0038 ep.thresh.stdmag = 2.5;  % Reject channel if std dev on it exceeds this
0039                                 % value
0040 
0041 %ep = class(ep,'egis_edit_params');

Generated on Wed 20-Sep-2023 04:00:50 by m2html © 2003