QT Interval Measurement: The PhysioNet/Computing in Cardiology Challenge 2006 1.0.0

File: <base>/sources/vaclav-chudacek/QT_detection_using_GradientRules/run_QT_detection_based_on_gradient.m (512 bytes)
% 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);