logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mexSLOAD - a mex-functions for loading biomedical signal data into Octave or Matlab.

Author

       Alois Schloegl

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

Name

       mexSLOAD - a mex-functions for loading biomedical signal data into Octave or Matlab.

Reporting Bugs

Resources

       https://biosig.sourceforge.io

                                                                                                     mexSLOAD(1)

See Also