# doc-cache created by Octave 10.1.0
# name: cache
# type: cell
# rows: 3
# columns: 5
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 8
Contents


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 399
 BIOSIG/T210 contains Matlab/Octave functions for handling the event table 

 A united interface is provided for all data formats:
  	ADD_EVENTS	add events to an event table
	SELECT_EVENTS	select events from an event table
	UNSELECT_EVENTS	event table reduced
	SORT_EVENTS	sort event table according to POSition

 REFERENCES: 
 [1] http://pub.ist.ac.at/~schloegl/biosig/
 [2] http://biosig.sf.net/




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 75
 BIOSIG/T210 contains Matlab/Octave functions for handling the event table 



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 10
add_events


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 325
 ADD_EVENTS adds events to event table 

 Usage:
   EVT = add_events(EVT1, EVT2)
     merge eventtables EVT1 and EVT2
   EVT = add_events(EVT, TYP, POS)
   EVT = add_events(EVT, TYP, POS, CHN, DUR)
     add events described by TYP and POS to event table

   Event tables with TimeStamp information is currently not supported



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 39
 ADD_EVENTS adds events to event table 



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 13
select_events


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 857
 SELECT_EVENT select specific types. 

 Usage:
   EVT = select_events(EVT, TYPLIST, CHNLIST)
     select all events where TYP matches ANY in TYPLIST OR CHN matches any CHNLIST element
     unselects all events where TYP is not in TYPLIST AND CHN is not in CHNLIST
     if you want events that where TYP is in TYPLIST AND CHN is in CHNLIST you need to do

   EVT = select_events(select_event(EVT, TYPLIST, []), [], CHNLIST)
     select events that match TYPLIST AND CHNLIST

   EVT = unselect_events(EVT, TYPLIST, CHNLIST)
     unselect all events where TYP matches ANY in TYPLIST and CHN matches any CHNLIST element
     selects all events where either TYP is not contained in TYPLIST or CHN is not contained in CHNLIST

   EVT = unselect_events(unselect_event(EVT, TYPLIST, []), [], CHNLIST)
     select events that are neither in TYPLIST nor in CHNLIST 




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 36
 SELECT_EVENT select specific types.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
sort_events


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 292
 SORT_EVENTS event table according to startpostion of each event

 Usage:
    HDR = sort_events(HDR)
    HDR.EVENT = sort_events(HDR.EVENT)

    Sorts the event table stored in HDR.EVENT according to
    HDR.EVENT.POS. If several events occur at the same time,
    the ordering is undefined.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 64
 SORT_EVENTS event table according to startpostion of each event



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 15
unselect_events


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 923
 UNSELECT_EVENTS unselect all events where TYP matches ANY in TYPLIST and
  AN CHN matches any CHNLIST.

 Usage:
   EVT = select_events(EVT, TYPLIST, CHNLIST)
     select all events where TYP matches ANY in TYPLIST OR CHN matches any CHNLIST element
     unselects all events where TYP is not in TYPLIST AND CHN is not in CHNLIST
     if you want events that where TYP is in TYPLIST AND CHN is in CHNLIST you need to do

   EVT = select_events(select_event(EVT, TYPLIST, []), [], CHNLIST)
     select events that match TYPLIST AND CHNLIST

   EVT = unselect_events(EVT, TYPLIST, CHNLIST)
     unselect all events where TYP matches ANY in TYPLIST and CHN matches any CHNLIST element
     selects all events where either TYP is not contained in TYPLIST or CHN is not contained in CHNLIST

   EVT = unselect_events(unselect_event(EVT, TYPLIST, []), [], CHNLIST)
     select events that are neither in TYPLIST nor in CHNLIST 




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
 UNSELECT_EVENTS unselect all events where TYP matches ANY in TYPLIST and
  A...





