Skip to content

sigTOOL

  sigTOOL: Main entry routine

  Examples:
  sigTOOL()
        invokes sigTOOL creating an empty data view.

  sigTOOL(filename)
        invokes sigTOOL and loads the sigTOOL data file filename.
        If called from an existing empty figure (via a menu callback),
        filename is loaded into that figure. If the figure is already populated,
        sigTOOL invokes another instance of itself.

  h=sigTOOL(...) returns the handle of the populated figure

  Also:
  sigTOOL('nojvm')      sets up the path and returns. This can be used to
                        make sigTOOL core functions accessible from the
                        command line without invoking a data view. Only
                        child folders of: 
                                ...sigTOOL/program 
                                and
                                ...sigTOOL/CORE/utils 
                            will be added to the path.
  sigTOOL('version')    returns the sigTOOL version number
  sigTOOL('cleanup')    deletes MAT files in the system temporary directory.
                        Do not use this when sigTOOL is running. Note that
                        temporary MAT files deleted by this process may be
                        required by Fast Saved kclf files. 
  sigTOOL('compile')    Compiles sigTOOL C/C++ source files. Only needed if
                        mex-files for the present platform are not included
                        in the distribution

  -------------------------------------------------------------------------
  Author: Malcolm Lidierth 11/06
  Copyright © The Author & King's College London 2006-
  -------------------------------------------------------------------------
  Multiple sigTOOL version can be run from different parent folders,
  each providing different analysis functions via the sub-folders.
  However, different versions should be run in separate instances of MATLAB
  to avoid interaction.

  Revisions:

  doi:10.1016/j.jneumeth.2008.11.004
  http://dx.doi.org/10.1016/j.jneumeth.2008.11.004
  http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6T04-4TX78YP-4&_user=121727&_coverDate=11%2F13%2F2008&_rdoc=2&_fmt=high&_orig=browse&_srch=doc-info(%23toc%234852%239999%23999999999%2399999%23FLA%23display%23Articles)&_cdi=4852&_sort=d&_docanchor=&_ct=97&_acct=C000010000&_version=1&_urlVersion=0&_userid=121727&md5=e43fa8165befc0cc663ecf7bdb2affed

  01.08.09 Web addresses updated to http://sigtool.sourceforge.net
            Out-of-date reminder now triggered at 1 year.