Provided by: octave-biosig_2.5.0-1build2_amd64
NAME
mexSLOAD - a mex-functions for loading biomedical signal data into Octave or Matlab.
DESCRIPTION
[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
AUTHOR
Alois Schloegl
REPORTING BUGS
Report bugs to <biosig-general@lists.sourceforge.net>
COPYRIGHT
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.
RESOURCES
https://biosig.sourceforge.io mexSLOAD(1)