Home > biosig > t200 > bv2biosig_events.m

bv2biosig_events

PURPOSE ^

BV2BIOSIG_EVENTS converts VMRK marker information BioSig Event codes.

SYNOPSIS ^

function HDR=bv2biosig_events(EVENT)

DESCRIPTION ^

 BV2BIOSIG_EVENTS converts VMRK marker information BioSig Event codes. 
  according to biosig/doc/eventcodes.txt. 
  Currently, the convention of the BerlinBCI is implemented and supported. 

  HDR = bv2biosig_events(arg1)   

  arg1 can be an HDR-struct containg  HDR.EVENT.Desc 
  or a struct containing EVENT.Desc 
  or a cell-array Desc
  or a char-array Desc 
 
  Warning: Approximately 32 (out of 510) events are currently not supported. 
  For your data, you can check this with this command: 
  HDR.EVENT.Desc(HDR.EVENT.TYP==0) 
 
 see also: doc/eventcodes.txt

CROSS-REFERENCE INFORMATION ^

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