Home > biosig > t200 > mat2sel.m

mat2sel

PURPOSE ^

MAT2SEL is useful for converting visual artifact selection

SYNOPSIS ^

function HDR = mat2sel(FileName,fnout);

DESCRIPTION ^

 MAT2SEL is useful for converting visual artifact selection 
   with gBSanalyze into BKR/EPS compliant *.SEL files. 

   HDR = mat2sel(infile, [selfile]);     
      infile   input filename (*.BKR or *.MAT are supported)
      selfile  output file with info artifact selection [OPTIONAL]
               if no selfile is provided, the information will be 
               stored with extension '.SEL' and the same filename and
               path. 

   The artifact selection is available in HDR.ArtifactSelection and 
   can be also loaded with 
       [s,HDR]=sload(filename);
   Currently, artifact selection of  EPS/BKR-Software and 
   gBSanalyze is supported. 
  
 see also: SLOAD

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003