Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
mexSLOAD(1)		    General Commands Manual		   mexSLOAD(1)

NAME
       mexSLOAD	 - a mex-functions for loading biomedical signal data into Oc-
       tave 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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mexSLOAD&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help