% run_QT_detection_based_on_gradient.m - Find QT intervals based on the gradient rules % Copyright (C) 2006 Vaclav Chudacek, Michal Huptych, Daniel Novak % This software is released under the terms of the GNU General % Public License (http://www.gnu.org/copyleft/gpl.html). %%% This program uses Matlab 7.2 (R2006a) clear all; close all; clc; path = 'C:\!Vasek\Work\!CINC 2006\!Data\ptbdb'; plot_enabled = 0; QT_detection_using_Gradient_Rules_CinC_2006(path,plot_enabled);