1 % BIOSIG/T200 contains Matlab/Octave functions to access various biosignal dataformats
2 % For simiplicity we call all supported files
"Biosig"-files.
3 % For the the list of supported formats see the references below.
6 % A united
interface is provided for all data formats:
7 % SOPEN opens an Biosignal file (and reads all header information)
8 % SREAD reads data blockwise
9 % SEOF checks end-of-file
10 % STELL returns position of file handle
11 % SSEEK moves file handle to position
12 % SREWIND moves file handle to beginning
13 % SCLOSE closes an biosignal file
14 % SWRITE writes data blocks
16 % GETFILETYPE identifies the type (format) of a file.
17 % SLOAD Opens, reads and closes signal files.
18 % SSAVE Opens, writes and closes signal files.
19 % SLOAD and SSAVE provide a simple interface to signal files.
20 % SAVE2GDF converts data into GDF-format
22 % UTILITY FUNCTIONS. In general, it is not recommended
23 % to use them directly. Use them only if you absolute sure what
24 % you are doing. You are warned!
26 %
sload('eventcodes.txt') loads latest version of table for event codes
41 % $Id: Contents.m 2649 2011-03-09 09:52:44Z schloegl $
42 % CopyLeft (c) 1997-2006 by Alois Schloegl <a.schloegl@ieee.org>
43 % This is part of the BIOSIG project http: