Getting Started

Installation

To install the kit unpack or checkout the kit to ‘your_installation_folder’ and type in Matlab

cd 'your_installation_folder'
InstallECGkit()

Here you have a Youtube video of a typical installation. You can try then the examples.m script in order to check the correct installation in some included recordings:

examples()

or if you want to try in your own recordings:

examples('1/1', 'C:\Your_own_recordings\')

The use of this script is explained more in detail in the Examples section.

Uninstallation

Uninstallation is as easy as typing:

UnInstallECGkit()

Here you can check a typical uninstallation video as well