Skip to content

kevinhsu/ecg-sleep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-------To install the WFDB Application Toolbox:-------

  1. Unzip the zip file into the directory you wish to install the toolbox

If you run into any problems and need to contact us, please send the entire output of this script.

  1. From within MATLAB, cd into the directory and add it to your path:

cd wfdb-app-toolbox-x-x-x;cd mcode addpath(pwd);savepath wfdbdemo %Optional demoing of the toolbox

-------Getting help and information about the WFDB Toolbox-------- For a information about the Toolbox and the list of functions associated with it type:

wfdb

at the MATLAB prompt.

-------To Uninstall the toolbox:-------

1)From MATLAB, find where the toolbox is installed:

install_dir=which('wfdb')

  1. Remove the directory from the MATLAB path: rmpath(install_dir);

3)(Optional) Remove the Toolbox files permanently from your machine: delete(install_dir)

-------CONTACT: For help, feedback, and support please contact us at the community Forum: https://groups.google.com/forum/#!forum/wfdb-app-toolbox

*When contacting us about issues with the Toolbox, please send us the output of the "wfdbtest" script.

-------Join our community!! ------- Join our community at:

https://groups.google.com/forum/#!forum/wfdb-app-toolbox

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published