TEAP (Toolbox for Emotion Analysis using Physiological Signals) doc
Contents.m
Go to the documentation of this file.
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.
4 %
5 %
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
15 %
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
21 %
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!
25 %
26 % sload('eventcodes.txt') loads latest version of table for event codes
27 % SAVE2BKR
28 % OPENLDR
29 % BKROPEN
30 % CNTOPEN
31 % SDFERROR
32 % GDFDATATYP
33 % PHYSICALUNITS
34 % LEADIDCODEXYZ
35 %
36 % REFERENCES:
37 % [1] http://pub.ist.ac.at/~schloegl/biosig/
38 % [2] http://biosig.sf.net/
39 %
40 
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://biosig.sf.net/
44 
sload
function sload(in FILENAME, in varargin)