mexSLOAD - a mex-functions for loading biomedical signal data into Octave or
Matlab.
[s,HDR]=sload(f)
[s,HDR]=sload(f,chan)
chan must be sorted in ascending order
[s,HDR]=sload(f,chan,"OVERFLOWDETECTION:ON")
[s,HDR]=sload(f,chan,"OVERFLOWDETECTION:OFF")
[s,HDR]=sload(f,chan,"UCAL:ON")
[s,HDR]=sload(f,chan,"UCAL:OFF")
Input:
f filename
chan list of selected channels; 0=all channels [default]
UCAL ON: do not calibrate data; default=OFF
OVERFLOWDETECTION default = ON
ON: values outside dynamic range are not-a-number (NaN)
Output:
s signal data, each column is one channel
HDR header structure
Report bugs to <biosig-general@lists.sourceforge.net>
Copyright (C) 2008-2019 Alois Schloegl License GPLv3+: GNU GPL version 3 or
later <http://gnu.org/licenses/gpl.html> This is free software: you are
free to change and redistribute it. There is NO WARRANTY, to the extent
permitted by law.
https://biosig.sourceforge.io