USING CORRELATION COEFFICIENT IN ECG WAVEFORM FOR ARRHYTHMIA DETECTION

Size: px
Start display at page:

Download "USING CORRELATION COEFFICIENT IN ECG WAVEFORM FOR ARRHYTHMIA DETECTION"

Transcription

1 BIOMEDICAL ENGINEERING- APPLICATIONS, BASIS & COMMUNICATIONS USING CORRELATION COEFFICIENT IN ECG WAVEFORM FOR ARRHYTHMIA DETECTION 147 CHUANG-CHIEN CHIU 1,2, TONG-HONG LIN 1 AND BEN-YI LIAU 2 1 Institute of Automatic Control Engineering, Feng Chia University, 2 Graduate Institute of Electrical and Communciations Engineering, Feng Chia University, Taichung, Taiwan Biomed. Eng. Appl. Basis Commun : Downloaded from 1. INTRODUCTION Disturbances of impulse formation and conduction may occur anywhere in the human heart. The most common cardiac arrhythmia is the ventricular ABSTRACT Arrhythmia is one kind of diseases that gives rise to the death and possibly forms the immedicable danger. The most common cardiac arrhythmia is the ventricular premature beat. The main purpose of this study is to develop an efficient arrhythmia detection algorithm based on the morphology characteristics of arrhythmias using correlation coefficient in ECG signal. Subjects for experiments included normal subjects, patients with atrial premature contraction (APC), and patients with ventricular premature contraction (PVC). So and Chan's algorithm was used to find the locations of QRS complexes. When the QRS complexes were detected, the correlation coefficient and RR-interval were utilized to calculate the similarity of arrhythmias. The algorithm was tested using MIT-BIH arrhythmia database and every QRS complex was classified in the database. The total number of test data was 538, 9 and 24 for normal beats, APCs and PVCs, respectively. The results are presented in terms of, performance, positive predication and sensitivity. High overall performance (99.3%) for the classification of the different categories of arrhythmic beats was achieved. The positive prediction results of the system reach 99.44%, 100% and 95.35% for normal beats, APCs and PVCs, respectively. The sensitivity results of the system are 99.81%, 81.82% and 95.83% for normal beats, APCs and PVCs, respectively. Results revealed that the system is accurate and efficient to classify arrhythmias resulted from APC or PVC. The proposed arrhythmia detection algorithm is therefore helpful to the clinical diagnosis.. Biomed Eng Appl Basis Comm, 2005(June); 17: Keywords: Arrhythmia; ECG; Correlation coefficient; Atrial premature contraction (APC); Ventricular premature contraction (PVC) Received: Sep 3, 2004; Accepted: April 30, 2005 Correspondence: Chuang-Chien Chiu, Ph.D. Institute of Automatic Control Engineering, Feng Chia University, Taichung, Taiwan chiuc@auto.fcu.edu.tw premature beat. Premature beats may be atrial, atrioventricular (A-V) junctional or ventricular in origin, and may be found in apparently healthy individuals. However, premature beats may become clinically significant if they occur too frequently, originate from multiple foci or are found in individuals with proven heart disease. The most common cause of cardiac arrhythmias is the coronary artery disease. It has been shown that 90 to 95 percents of patients with acute myocardial infarction have some associated cardiac arrhythmia. Two most common cardiac arrhythmias during an acute myocardial infarction are premature ventricular contractions and 37

2 148 sinus tachycardia. The analysis of the electrocardiogram (ECG) signal is the most readily available method for diagnosing cardiac arrhythmias. Arrhythmia is one kind of diseases that gives rise to the death and abnormal beats may momentarily paralyze blood pressure. Cardiac arrhythmias are dysfunctions or disturbances in the behavior of the heart. These disturbances produce abnormal in rate, rhythm and the site of impulse formation; factors that may in turn alter the normal sequence of atrial and ventricular activation. In electrocardiograms, such arrhythmias manifest themselves as deformations in the observed waveform. Such deformations, as associated with a diagnosed arrhythmia, occur with a consistency and morphological similarity that they may be looked upon as a waveform pattern in the temporal domain. New techniques of arrhythmia detection using morphology of the waveform have shown promising results in correctly detecting fatal arrhythmias [1-4]. In general, ECG arrhythmia waveforms can be subdivided into two classes; (1) events: which are single ectopic occurrences and (2) rhythms: which are a continuous series of one or more event types. In this study, an arrhythmia classifier based on correlation coefficient has been presented to identify normal beats, abnormal premature ventricular contraction (PVC) beats and atrial premature contraction in ECG. The occurrence of an arrhythmia is unpredictable. The purpose of this study is to develop a method to distinguish healthy and abnormal subjects using the correlation coefficients of ECG waveforms. Two kinds of cardiac arrhythmia, PVC (premature ventricular contractions) and APC (atrial premature constructions) will be discussed. They are the most common types of cardiac arrhythmias in ECG monitoring. In this paper, we describe the development of system for arrhythmia diagnosis. The beat of ventricular premature contraction will be classified on the basis of beat morphology. The classification of more complex arrhythmias will depend on a combination of rhythm and morphology analysis. In brief, the proposed system of arrhythmia detection includes the modules of beat recognition and rhythm analysis. 2. MATERIAL AND METHODS In general, the normal ECG rhythm means that there is a regular rhythm and waveform. However, the ECG rhythm of the patient with arrhythmia will not be regular in certain QRS complex. We utilize the different characteristics that arrhythmias exhibit to detect the abnormal ECG waveform. We first need to find the location of every QRS complex. The ECG signal is formed of P wave, QRS complex, and T Vol. 17 No. 3 June 2005 wave. The locations of QRS complex have the maximum variation in the slopes. This property was used to detect the location of QRS complex. The method of So and Chan was adopted to detect the location of QRS complex [5]. The property of variation in slopes and an adaptive threshold was applied to detect the R point. The detection of QRS complex The So and Chan QRS detection method [5] is trended to implement on the ambulatory ECG monitor. The computational requirement is kept at a reasonable level while without compromising its accuracy. Therefore, the approach of first derivative was selected and made substantial improvement to that technique. First, let x(n) represents the amplitude of the ECG data at a discrete time n. The slope of the ECG wave is calculated by equation (1) The slope_threshold is computed using equation When two consecutive ECG data satisfy the condition that slope (n) > slope_threshold, the onset of the QRS complex is detected. According to the suggestion given in [6], the parameter theresh_param can be set as 2, 4, 8 or 16 and the filter_parameter can be set as 2, 4, 8 or 16. After the detection of the onset of QRS complex, we shift the appropriate samples to detect the maximum point (maxi) and take as the R point. The maxi is then updated by equation 3. The first_maxi is defined by equation 4....(2)...(3) first_maxi=height of QRS onset-height of R point...(4) The initial maxi is the maximum slope of first 250 points. The appropriate threshold_param is 8 and the filter_parameter is 16 in [6]. Minimum error could be made if we set the parameters as above. However, the R waves of some arrhythmias were not able to detect by setting the threshold parameter being 8. The ventricular premature contraction (PVC) has smooth variation of slopes in the location of QRS complex. If 38

3 BIOMEDICAL ENGINEERING- APPLICATIONS, BASIS & COMMUNICATIONS the value of threshold_param is too high, it will not satisfy the situation that two consecutive ECG data conform the condition that slope (n) > slope_threshold. In such case, the QRS complex of PVC will not be detected accurately as shown in Figure 1. In order to solve the problem, we lowered the threshold_param to be 5. The QRS complex of PVC by setting the threshold-param being 5 is detected correctly as shown in Figure (1) Normal beat (N) (2) Ventricular Premature Contraction (V) (3) Atrial Premature Contraction (A) For each beat type, templates are selected from the MIT-BIH arrhythmia database. Template matching was performed using a normalized correlation coefficient [8] defined as equation 5...(5) Biomed. Eng. Appl. Basis Commun : Downloaded from Fig.1. The incorrect detection of QRS complex. Fig.2. The correct detection of QRS complex. In order to evaluate the influence that the threshold_param changed, we tested the performance by detecting the R wave on ECG from the MIT-BIH normal sinus rhythm [7]. The MIT-BIH normal sinus rhythm ECG testing data are sampled at 128 Hz. Each data file contains two channels of ECG signal. Each data file is accompanied with an annotation of normal beats. The results of QRS detection of the So and Chan that lower the threshold_param to be 5 by using 10 MIT-BIH normal sinus rhythm ECG data files are summarized in experimental results. In experimental results, we will discuss the influence of parameter variation. Correlation coefficient ECG classification is carried out based on the correlation coefficient approach. A window is positioned at the QRS complex for the matching of the constituent elements. The window only spans the duration of the QRS complex rather the whole cardiac cycle. The beneficial property helps to minimize the computation in order to achieve classification quickly. In this study, the classifier is trained to recognize three types of beats Where xy = the correlation coefficient, N = the number of template points, x(n) = the template points, y(n) = the signal points under analysis, x = the average of the template points, y = the average of the signal points, and k is the time index of the signal y(n) at which the template is placed. The correlation coefficient falls within a range 1< xy <1, where +1 indicates a perfectly matched between signal and template. The classifier based on correlation coefficient is an effective way. Arrhythmias have different morphologies. For example, a premature ventricular contraction (PVC) beat is an ectopic beat originating in either the left or the right ventricular. It comes early in the cardiac cycle, before the next expected beat, and it occurs in the presence of an underlying rhythm, usually a sinus rhythm. The ectopic pacemaker of the PVC locates on the cell of ventricular muscle. The speed of the transmission of muscle is much slower than that of the nerve. So the PVC appears as a premature beat with a wide QRS and a long pause. Therefore, the PVC has a specific waveform. We will take advantage of the property of waveform to classify it by using the correlation coefficient. Flow chart of the detection algorithm First, we extract ECG data of five seconds and use the method of So and Chan to extract the features from ECG data. At the same time, we will aim at the similarity of waveform to recognize. We use the correlation coefficient to evaluate the similarity between typical normal beats and the test beat. The total number of computational points is only twenty points. If it is similar to the ventricular premature contraction (PVC) beat, our system will categorize it as PVC. If it is similar to the normal beat, our system will categorize it as normal or APC. Because the waveform of normal and APC are close to each other, we will analyze further if the RR-interval duration is normal or not. If the RR-interval duration is normal, the beat will be normal. Otherwise, it will be classified as the atrial 39

4 150 premature contraction (APC). After finishing the classification of the five seconds, the algorithm will read the next five seconds ECG data and repeat the same processes. The detailed flow chart of the detection algorithm is shown in Figure EXPERIMENTAL RESULTS Evaluation of QRS complex detection Generally, the premature ventricular contraction (PVC) beat has the smooth slopes on the location of QRS complex. Therefore, the R point was difficult to be detected by the original setting of threshold_param. We altered the setting of threshold_param in order to detect every location of QRS complex correctly. The MIT-BIH normal sinus rhythm database was taken as the test data in order to evaluate the effects of changing the parameter setting by So and Chan method. There are ten test data files and the sampling frequency is 128 Hz. The QRS complexes of these test data files were classified as normal in the MIT-BIH normal sinus rhythm database. The results were shown in Table 1. Fig.3. Flow chart of the detection algorithm. Vol. 17 No. 3 June 2005 Results of arrhythmia detection The detection of QRS complex has achieved good accuracy as shown in Table 1. Thereafter, two important characteristics including the morphology of QRS complex and the RR-interval duration were applied to detect the arrhythmic beats. The arrhythmic beats of APC and PVC have different kinds of RRinterval duration and morphology of QRS complex. For example, the atrial premature contraction (APC) beat has the normal morphology of QRS complex, but it does not have the normal RR-interval duration. The ventricular premature contraction (PVC) beat has abnormal RR-interval duration and abnormal morphology of QRS complex. We chose another ten test files from MIT-BIH arrhythmia database [9], and each data set includes some ventricular premature contraction (PVC) beats or atrial premature contraction (APC) beats, and normal beats. The sampling frequency of the data was 360 Hz. Each beats of QRS complex was classified and defined in the MIT-BIH arrhythmia database. The detection results using our detection algorithm are listed in Table 2. The sensitivity of our proposed method almost reaches 100% except for files 119 and 221. The results of classification for every beat of ECG data are shown in Table 3. Element (i, j) in the Table 3 represents the total number of beats annotated from the database as category j and classified from the classification algorithm as category i. Table 1. Using So and Chan method to detect the locations of QRS complex by setting the threshold_ param to 5. File True False False Positive Positive Negative Sensitivity % % % % % % % % % % Average 99.82% Note: True positive is that tests positive for a condition and is positive. (i.e., have the condition)false positive is that tests positive but is negative.false negative is that tests negative but is positive. 40

5 BIOMEDICAL ENGINEERING- APPLICATIONS, BASIS & COMMUNICATIONS Table 2. Results of arrhythmia detection. File True False False Sensitivity Positive Positive Negative % % % % % % % % % % In Table 3, the total number of QRS complex is 571. The number of normal beats defined by database annotation is 538. Two normal beats are classified as atrial premature contraction beats and one normal beat is classified as ventricular premature contraction beat. The number of abnormal beats (atrial premature contraction, APC) defined by database annotation is 9. All APCs defined by database annotation were classified as APC correctly by the classification algorithm. The accuracy of APC classification achieves 100%. The number of abnormal beats (ventricular premature contraction, PVC) defined by database annotation is 24. Only one ventricular premature contraction (PVC) beat is classified as normal beat. Table 3. Results from the classification algorithm. Classification Database Annotation...(6)...(7) Normal APC PVC Total Normal APC PVC Total Table 4 shows the sensitivity (equation 6) and positive prediction (equation 7) of the classification algorithm. The sensitivity of APC is low because our system classifies some normal beats as APCs. The total number of APC defined by database annotation is small, it might cause the sensitivity of APC being low. The positive prediction of normal beats achieves 99.44%. The positive prediction of APC achieves 100%. The positive prediction of PVC achieves 95.83%. Total performance of our system is 99.3% by equations 8 and 9. By the illustration, we know that our system has the perfect efficiency on the recognition of arrhythmia detection. Table 4. Sensitivity and positive prediction for each beat category. Category Sensitivity Positive Prediction Normal 99.81% 99.44% APC 81.82% 100% PVC 95.83% 95.83% 4. CONCLUSIONS...(8)...(9) It is clearly shown in Table 4 that the proposed classification algorithm base on correlation coefficient and RR interval is very effective on classifying arrhythmic beats. However, in our selected dataset, the number of normal beats (535 normal beats, almost 94.22% of the total number of beats) was very large compared to the other categories (atrial premature contraction 1.58% and ventricular premature contraction 4.2%). The total performance is high (99.3%) due to the achieved sensitivity and positive prediction are high for the normal beats (99.81% and 99.44% respectively), compared with to results for the results of the atrial premature contraction and for the results of ventricular premature contraction (81.82% sensitivity and 100% positive prediction for the atrial premature contraction and 95.83% sensitivity and 95.83% positive prediction for the ventricular premature contraction). In addition, the percentage of beats misclassified as normal beats in these categories was 0% for the atrial premature contraction and 4.35% for the ventricular premature contraction. Moreover, the false alarms were three normal beats being classified as arrhythmic. The main advantage of the 41

6 152 system is that it uses the property for rhythm and morphology and does not waste any other time consuming and the system can be very efficient. Some other advantages of our arrhythmic detection system can be mentioned. First, we detect the location of QRS complexes only based on slope. Thus, the speed of QRS complex detection could be more quickly than another method of Pan and Tompkins. Also, So and Chan method has higher accuracy demonstrated by Tan et al. in 2000 [5]. Moreover, the detection of arrhythmia detection does not rely on P wave since the P wave is hard to detect and usually exists in nosing signal level. Another advantage of the proposed system can be mentioned is to utilize the method of correlation coefficient. The method of correlation coefficient mainly recognizes the degree of similarity between certain typical waveform and arrhythmia waveform. We could recognize three kinds of beats including normal beat, atrial premature contraction (APC) beat, and ventricular premature contraction (PVC) beat. A window only spans the duration of the QRS complex for the matching of the constituent elements rather than the whole cardiac cycle. Total points of computation for QRS complex similarity are relatively small which minimizes the time of computation in order to achieve the efficient classification. In the future, if we can find more different beats for arrhythmia, the proposed arrhythmia detection system can recognize some other different arrhythmic beats. In conclusion, our system has many advantages including efficiency, accuracy, and simplicity. We believe that it is very suitable to arrhythmic detection in clinical practice. ACKNOWLEDGEMENT The authors would like to thank the National Science Council, Taiwan, R.O.C., for supporting this research under Contract No. NSC B REFERENCES 1. Kumar VK : A novel approach to pattern recognition in real-time arrhythmia detection. Engineering in medicine and biology society. Proceedings of the annual international conference of the IEEE 1988; 1: Giraldo BF, Marrugat J, and Carninalti P : Design of an expert system for arrhythmia diagnosis. Engineering in medicine and biology society. Proceedings of the annual international conference of the IEEE 1992; 3, Vol. 17 No. 3 June Giraldo BF, Binia M, Marrugat J and Caminal P : Arrhythmia diagnosis system: validation methodology. Engineering in medicine and biology society. IEEE 17th annual conference 1995; 1: Dickhaus H, Gittinger J and Maier C : Classification of QRS morphology in Holter monitoring. Engineering in medicine and biology. 21st annual conference and the annual fall meeting of the biomedical engineering society 1999; 1: Tan KF, Chan KL and Choi K : Detection of the QRS complex, P wave and T wave in lectrocardiogram. Advances in medical signal and information processing 2000; So HH and Chan KL : Development of QRS detection method for real-time ambulatory cardiac monitor. Engineering in Medicine and Biology society. Proceedings of the 19th Annual International Conference of the IEEE 1997; 1: MIT-BIH normal sinus rhythm database, third edition, May1997.( abase/nsrdb) 8. Rangayyan RM. Biomedical signal analysis, John wiley & sons, Inc, New York, USA, 2002, MIT-BIH arrhythmia database, third edition, May 1997.( e/mitdb/) 42

Feature Vector Selection for Automatic Classification of ECG Arrhythmias

Feature Vector Selection for Automatic Classification of ECG Arrhythmias Feature Vector Selection for Automatic Classification of ECG Arrhythmias Ch.Venkanna 1, B. Raja Ganapathi 2 Assistant Professor, Dept. of ECE, G.V.P. College of Engineering (A), Madhurawada, A.P., India

More information

QRS Complexes. Fast & Easy ECGs A Self-Paced Learning Program

QRS Complexes. Fast & Easy ECGs A Self-Paced Learning Program 6 QRS Complexes Fast & Easy ECGs A Self-Paced Learning Program Q I A ECG Waveforms Normally the heart beats in a regular, rhythmic fashion producing a P wave, QRS complex and T wave I Step 4 of ECG Analysis

More information

ECG Signal Analysis Using Wavelet Transforms

ECG Signal Analysis Using Wavelet Transforms Bulg. J. Phys. 35 (2008) 68 77 ECG Signal Analysis Using Wavelet Transforms C. Saritha, V. Sukanya, Y. Narasimha Murthy Department of Physics and Electronics, S.S.B.N. COLLEGE (Autonomous) Anantapur 515

More information

Detection of Heart Diseases by Mathematical Artificial Intelligence Algorithm Using Phonocardiogram Signals

Detection of Heart Diseases by Mathematical Artificial Intelligence Algorithm Using Phonocardiogram Signals International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 3 No. 1 May 2013, pp. 145-150 2013 Innovative Space of Scientific Research Journals http://www.issr-journals.org/ijias/ Detection

More information

INTRODUCTORY GUIDE TO IDENTIFYING ECG IRREGULARITIES

INTRODUCTORY GUIDE TO IDENTIFYING ECG IRREGULARITIES INTRODUCTORY GUIDE TO IDENTIFYING ECG IRREGULARITIES NOTICE: This is an introductory guide for a user to understand basic ECG tracings and parameters. The guide will allow user to identify some of the

More information

510(k) Summary May 7, 2012

510(k) Summary May 7, 2012 510(k) Summary Medicalgorithmics 510(k) Premarket Notification 510(k) Summary May 7, 2012 1. Submitter Name and Address Medicalgorithmics LLC 245 West 107th St., Suite 11A New York, NY 10025, USA Contact

More information

The choice for quality ECG arrhythmia monitoring

The choice for quality ECG arrhythmia monitoring GE Healthcare EK-Pro The choice for quality ECG arrhythmia monitoring David A. Sitzman, MSEE. Mikko Kaski, MSAM. Ian Rowlandson, MSBE. Tarja Sivonen, RN. Olli Väisänen, MD, PhD. Clinical care environments

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) What term is used to refer to the process of electrical discharge and the flow of electrical

More information

Activity 4.2.3: EKG. Introduction. Equipment. Procedure

Activity 4.2.3: EKG. Introduction. Equipment. Procedure Activity 4.2.3: EKG The following is used with permission of Vernier Software and Technology. This activity is based on the experiment Analyzing the Heart with EKG from the book Human Physiology with Vernier,

More information

Tachyarrhythmias (fast heart rhythms)

Tachyarrhythmias (fast heart rhythms) Patient information factsheet Tachyarrhythmias (fast heart rhythms) The normal electrical system of the heart The heart has its own electrical conduction system. The conduction system sends signals throughout

More information

Electrocardiogram analyser with a mobile phone

Electrocardiogram analyser with a mobile phone Electrocardiogram analyser with a mobile phone André Baptista 1 and João Sanches 2 1 Instituto Superior Técnico, Lisbon, Portugal andrefsmbaptista@ist.utl.pt 2 Systems and Robotics Institute, Instituto

More information

A Web Access to Data in a Mobile ECG Monitoring System 1

A Web Access to Data in a Mobile ECG Monitoring System 1 A Web Access to Data in a Mobile ECG Monitoring System 1 Jimena Rodríguez, Lacramioara Dranca, Alfredo Goñi and Arantza Illarramendi University of the Basque Country (UPV/EHU).LSI Department. Donostia-San

More information

the basics Perfect Heart Institue, Piyavate Hospital

the basics Perfect Heart Institue, Piyavate Hospital ECG INTERPRETATION: the basics Damrong Sukitpunyaroj MD Damrong Sukitpunyaroj, MD Perfect Heart Institue, Piyavate Hospital Overview Conduction Pathways Systematic Interpretation Common abnormalities in

More information

Introduction to Electrocardiography. The Genesis and Conduction of Cardiac Rhythm

Introduction to Electrocardiography. The Genesis and Conduction of Cardiac Rhythm Introduction to Electrocardiography Munther K. Homoud, M.D. Tufts-New England Medical Center Spring 2008 The Genesis and Conduction of Cardiac Rhythm Automaticity is the cardiac cell s ability to spontaneously

More information

ECG Anomaly Detection via Time Series Analysis

ECG Anomaly Detection via Time Series Analysis ECG Anomaly Detection via Time Series Analysis Mooi Choo Chuah, Fen Fu Department of Computer Science & Engineering Lehigh University chuah@cse.lehigh.edu, fef25@lehigh.edu Abstract Recently, wireless

More information

Understanding the Electrocardiogram. David C. Kasarda M.D. FAAEM St. Luke s Hospital, Bethlehem

Understanding the Electrocardiogram. David C. Kasarda M.D. FAAEM St. Luke s Hospital, Bethlehem Understanding the Electrocardiogram David C. Kasarda M.D. FAAEM St. Luke s Hospital, Bethlehem Overview 1. History 2. Review of the conduction system 3. EKG: Electrodes and Leads 4. EKG: Waves and Intervals

More information

Short Duration High-Level Exposure to Halon Substitutes: Potential Cardiovascular Effects

Short Duration High-Level Exposure to Halon Substitutes: Potential Cardiovascular Effects Short Duration High-Level Exposure to Halon Substitutes: Potential Cardiovascular Effects Halon Alternatives Technical Working Conference 1993 Reva Rubenstein, Ph.D. U.S.Environmenta1 Protection Agency

More information

An Embedded Reconfigurable Architecture for Patient-Specific Multi-Paramater Medical Monitoring

An Embedded Reconfigurable Architecture for Patient-Specific Multi-Paramater Medical Monitoring An Embedded Reconfigurable Architecture for Patient-Specific Multi-Paramater Medical Monitoring Homa Alemzadeh, Zhanpeng Jin, Zbigniew Kalbarczyk, Ravishankar K. Iyer Abstract A robust medical monitoring

More information

Signal-averaged electrocardiography late potentials

Signal-averaged electrocardiography late potentials SIGNAL AVERAGED ECG INTRODUCTION Signal-averaged electrocardiography (SAECG) is a special electrocardiographic technique, in which multiple electric signals from the heart are averaged to remove interference

More information

A MOBILE-PHONE ECG DETECTION KIT AND CLOUD MANAGEMENT SYSTEM

A MOBILE-PHONE ECG DETECTION KIT AND CLOUD MANAGEMENT SYSTEM A MOBILE-PHONE ECG DETECTION KIT AND CLOUD MANAGEMENT SYSTEM 1,2 SHUN-PING LIN, 2 WEN-HSU SUNG, 3 TERRY B. J. KUO, 2 JIN-JONG CHEN 1 Office of Research and Development, China University of Science and

More information

Electrodes placed on the body s surface can detect electrical activity, APPLIED ANATOMY AND PHYSIOLOGY. Circulatory system

Electrodes placed on the body s surface can detect electrical activity, APPLIED ANATOMY AND PHYSIOLOGY. Circulatory system 4 READING AND INTERPRETING THE ELECTROCARDIOGRAM Electrodes placed on the body s surface can detect electrical activity, which occurs in the heart. The recording of these electrical events comprises an

More information

Diagnosis Code Crosswalk : ICD-9-CM to ICD-10-CM Cardiac Rhythm and Heart Failure Diagnoses

Diagnosis Code Crosswalk : ICD-9-CM to ICD-10-CM Cardiac Rhythm and Heart Failure Diagnoses Diagnosis Code Crosswalk : to 402.01 Hypertensive heart disease, malignant, with heart failure 402.11 Hypertensive heart disease, benign, with heart failure 402.91 Hypertensive heart disease, unspecified,

More information

HTEC 91. Topic for Today: Atrial Rhythms. NSR with PAC. Nonconducted PAC. Nonconducted PAC. Premature Atrial Contractions (PACs)

HTEC 91. Topic for Today: Atrial Rhythms. NSR with PAC. Nonconducted PAC. Nonconducted PAC. Premature Atrial Contractions (PACs) HTEC 91 Medical Office Diagnostic Tests Week 4 Topic for Today: Atrial Rhythms PACs: Premature Atrial Contractions PAT: Paroxysmal Atrial Tachycardia AF: Atrial Fibrillation Atrial Flutter Premature Atrial

More information

Detecting Atrial-ventricular blocks Arrhythmia based on RR-intervals on ECG Signals

Detecting Atrial-ventricular blocks Arrhythmia based on RR-intervals on ECG Signals Detecting Atrial-ventricular blocks Arrhythmia based on -intervals on ECG Signals Makki Akasha abikier, Ibrahim Musa Ishag, Mohammed Izzeldin, Dong Gyu Lee, Gyoyong shon, Keun Ho Ryu Database/ioinformatics

More information

Evaluation copy. Analyzing the Heart with EKG. Computer

Evaluation copy. Analyzing the Heart with EKG. Computer Analyzing the Heart with EKG Computer An electrocardiogram (ECG or EKG) is a graphical recording of the electrical events occurring within the heart. In a healthy heart there is a natural pacemaker in

More information

NEONATAL & PEDIATRIC ECG BASICS RHYTHM INTERPRETATION

NEONATAL & PEDIATRIC ECG BASICS RHYTHM INTERPRETATION NEONATAL & PEDIATRIC ECG BASICS & RHYTHM INTERPRETATION VIKAS KOHLI MD FAAP FACC SENIOR CONSULATANT PEDIATRIC CARDIOLOGY APOLLO HOSPITAL MOB: 9891362233 ECG FAX LINE: 011-26941746 THE BASICS: GRAPH PAPER

More information

Deriving the 12-lead Electrocardiogram From Four Standard Leads Based on the Frank Torso Model

Deriving the 12-lead Electrocardiogram From Four Standard Leads Based on the Frank Torso Model Deriving the 12-lead Electrocardiogram From Four Standard Leads Based on the Frank Torso Model Daming Wei Graduate School of Information System The University of Aizu, Fukushima Prefecture, Japan A b s

More information

Abnormality Detection in Electrocardiograms by Time Series Alignment

Abnormality Detection in Electrocardiograms by Time Series Alignment Abnormality Detection in Electrocardiograms by Time Series Alignment Bachir Boucheham Department of Informatics, University of Skikda 20 Août 1955 BP 26, Route El-Hadaek, Skikda, DZ21000 Algeria boucbac@yahoo.com

More information

Electrocardiographic Issues in Williams Syndrome

Electrocardiographic Issues in Williams Syndrome Electrocardiographic Issues in Williams Syndrome R. Thomas Collins II, MD Assistant Professor, Pediatrics and Internal Medicine University of Arkansas for Medical Sciences Arkansas Children s Hospital

More information

Electrocardiography I Laboratory

Electrocardiography I Laboratory Introduction The body relies on the heart to circulate blood throughout the body. The heart is responsible for pumping oxygenated blood from the lungs out to the body through the arteries and also circulating

More information

VCA Veterinary Specialty Center of Seattle

VCA Veterinary Specialty Center of Seattle An electrocardiogram (ECG) is a graph of the heart`s electrical current, which allows evaluation of heart rate, rhythm and conduction. Identification of conduction problems within the heart begins with

More information

HEART HEALTH WEEK 3 SUPPLEMENT. A Beginner s Guide to Cardiovascular Disease HEART FAILURE. Relatively mild, symptoms with intense exercise

HEART HEALTH WEEK 3 SUPPLEMENT. A Beginner s Guide to Cardiovascular Disease HEART FAILURE. Relatively mild, symptoms with intense exercise WEEK 3 SUPPLEMENT HEART HEALTH A Beginner s Guide to Cardiovascular Disease HEART FAILURE Heart failure can be defined as the failing (insufficiency) of the heart as a mechanical pump due to either acute

More information

Development of a Vital Sign Data Mining System for Chronic Patient Monitoring

Development of a Vital Sign Data Mining System for Chronic Patient Monitoring Development of a Vital Sign Data Mining System for Chronic Patient Monitoring Vincent S. Tseng 1 Lee-Cheng Chen 1 Chao-Hui Lee 1 Jin-Shang Wu 2 Yu-Chia, Hsu 3 1 Dept. of Computer Science and Information

More information

The abbreviation EKG, for electrocardiogram,

The abbreviation EKG, for electrocardiogram, CLIN PEDIATR OnlineFirst, published on January 28, 2010 as doi:10.1177/0009922809336206 Simplified Pediatric Electrocardiogram Interpretation Clinical Pediatrics Volume XX Number X Month XXXX xx-xx 2009

More information

Section Four: Pulmonary Artery Waveform Interpretation

Section Four: Pulmonary Artery Waveform Interpretation Section Four: Pulmonary Artery Waveform Interpretation All hemodynamic pressures and waveforms are generated by pressure changes in the heart caused by myocardial contraction (systole) and relaxation/filling

More information

ECG Measurement and Interpretation

ECG Measurement and Interpretation ECG Measurement and Interpretation Statement of accuracy for analysing ECG units *2.530036* Physicians Guide Sales and Service Information The SCHILLER sales and service centre network is world-wide. For

More information

The Electrocardiogram (ECG)

The Electrocardiogram (ECG) The Electrocardiogram (ECG) Preparation for RWM Lab Experiment The first ECG was measured by Augustus Désiré Waller in 1887 using Lippmann's capillary electrometer. Recorded ECG: http://www.youtube.com/watch_popup?v=q0jmfivadue&vq=large

More information

By the end of this continuing education module the clinician will be able to:

By the end of this continuing education module the clinician will be able to: EKG Interpretation WWW.RN.ORG Reviewed March, 2015, Expires April, 2017 Provider Information and Specifics available on our Website Unauthorized Distribution Prohibited 2015 RN.ORG, S.A., RN.ORG, LLC Developed

More information

Normal Sinus Rhythm. Sinus Bradycardia. Sinus Tachycardia. Rhythm ECG Characteristics Example (NSR) & consistent. & consistent.

Normal Sinus Rhythm. Sinus Bradycardia. Sinus Tachycardia. Rhythm ECG Characteristics Example (NSR) & consistent. & consistent. Normal Sinus Rhythm (NSR) Rate: 60-100 per minute Rhythm: R- R = P waves: Upright, similar P-R: 0.12-0.20 second & consistent P:qRs: 1P:1qRs Sinus Tachycardia Exercise Hypovolemia Medications Fever Hypoxia

More information

A WIRELESS APPLICATION THAT MONITORS ECG SIGNALS ON-LINE: ARCHITECTURE AND PERFORMANCE 1

A WIRELESS APPLICATION THAT MONITORS ECG SIGNALS ON-LINE: ARCHITECTURE AND PERFORMANCE 1 A WIRELESS APPLICATION THAT MONITORS ECG SIGNALS ON-LINE: ARCHITECTURE AND PERFORMANCE 1 Jimena Rodríguez, Lacramioara Dranca, Alfredo Goñi and Arantza Illarramendi University of the Basque Country (UPV/EHU).LSI

More information

Valery Mukhin. Table 1. Frequency ranges of heart rate periodogram by different authors. Name Frequency Corrected

Valery Mukhin. Table 1. Frequency ranges of heart rate periodogram by different authors. Name Frequency Corrected Frequency Structure of Heart Rate Variability Valery Mukhin Institute of Experimental Medicine, St. Petersburg, Russia e-mail: Valery.Mukhin@gmail.com tor structure of heart rate periodogram has been detected

More information

ECG SIGNAL PROCESSING AND HEART RATE FREQUENCY DETECTION METHODS

ECG SIGNAL PROCESSING AND HEART RATE FREQUENCY DETECTION METHODS ECG SIGNAL PROCESSING AND HEART RATE FREQUENCY DETECTION METHODS J. Parak, J. Havlik Department of Circuit Theory, Faculty of Electrical Engineering Czech Technical University in Prague Abstract Digital

More information

12-Lead EKG Interpretation. Judith M. Haluka BS, RCIS, EMT-P

12-Lead EKG Interpretation. Judith M. Haluka BS, RCIS, EMT-P 12-Lead EKG Interpretation Judith M. Haluka BS, RCIS, EMT-P ECG Grid Left to Right = Time/duration Vertical measure of voltage (amplitude) Expressed in mm P-Wave Depolarization of atrial muscle Low voltage

More information

Time series analysis of data from stress ECG

Time series analysis of data from stress ECG Communications to SIMAI Congress, ISSN 827-905, Vol. 3 (2009) DOI: 0.685/CSC09XXX Time series analysis of data from stress ECG Camillo Cammarota Dipartimento di Matematica La Sapienza Università di Roma,

More information

Mining of an electrocardiogram

Mining of an electrocardiogram Annales UMCS Informatica AI 4 (2006) 218-229 Annales UMCS Informatica Lublin-Polonia Sectio AI http://www.annales.umcs.lublin.pl/ Mining of an electrocardiogram Urszula Markowska-Kaczmar *, Bartosz Kordas

More information

ECG Filtering. Willem Einthoven s EKG machine, 1903

ECG Filtering. Willem Einthoven s EKG machine, 1903 ECG Filtering Willem Einthoven s EKG machine, 1903 ECG Filtering Three common noise sources q Baseline wander q Power line interference q Muscle noise When filtering any biomedical signal care should be

More information

2 Review of ECG Analysis

2 Review of ECG Analysis 2 Review of ECG Analysis In 1887, Augustus D. Waller published the first human electrocardiogram (ECG) recorded with a capillary electrometer. Subsequently, Willem Einthoven invented a more sensitive galvanometer

More information

Exchange solutes and water with cells of the body

Exchange solutes and water with cells of the body Chapter 8 Heart and Blood Vessels Three Types of Blood Vessels Transport Blood Arteries Carry blood away from the heart Transport blood under high pressure Capillaries Exchange solutes and water with cells

More information

School of Health Sciences

School of Health Sciences School of Health Sciences Cardiology Teaching Package A Beginners Guide to Normal Heart Function, Sinus Rhythm & Common Cardiac Arrhythmias Welcome This document extends subjects covered in the Cardiology

More information

ACLS Chapter 3 Rhythm Review Instructor Lesson Plan to Accompany ACLS Study Guide 3e

ACLS Chapter 3 Rhythm Review Instructor Lesson Plan to Accompany ACLS Study Guide 3e ACLS Chapter 3 Rhythm Review Lesson Plan Required reading before this lesson: ACLS Study Guide 3e Textbook Chapter 3 Materials needed: Multimedia projector, computer, ACLS Chapter 3 Recommended minimum

More information

ECG Signal Analysis and Classification using Data Mining and Artificial Neural Networks

ECG Signal Analysis and Classification using Data Mining and Artificial Neural Networks ECG Signal Analysis and Classification using Data Mining and Artificial Neural Networks 1 K.O. Gupta, 2 Dr. P. N. Chatur 1 Student, Govt. College of Engineeering, Amravati 2 Head of Department, Computer

More information

GeM-REM: Generative Model-driven Resource efficient ECG Monitoring in Body Sensor Networks

GeM-REM: Generative Model-driven Resource efficient ECG Monitoring in Body Sensor Networks GeM-REM: Generative Model-driven Resource efficient ECG Monitoring in Body Sensor Networks Sidharth Nabar, Ayan Banerjee, Sandeep K.S. Gupta and Radha Poovendran Network Security Lab (NSL), Electrical

More information

GENERAL HEART DISEASE KNOW THE FACTS

GENERAL HEART DISEASE KNOW THE FACTS GENERAL HEART DISEASE KNOW THE FACTS WHAT IS Heart disease is a broad term meaning any disease affecting the heart. It is commonly used to refer to coronary heart disease (CHD), a more specific term to

More information

Interpreting a rhythm strip

Interpreting a rhythm strip 3 Interpreting a rhythm strip Just the facts In this chapter, you ll learn: the components of an ECG complex and their significance and variations techniques for calculating the rate and rhythm of an ECG

More information

Atrial & Junctional Dysrhythmias

Atrial & Junctional Dysrhythmias Atrial & Junctional Dysrhythmias Atrial & Junctional Dysrhythmias Atrial Premature Atrial Complex Wandering Atrial Pacemaker Atrial Tachycardia (ectopic) Multifocal Atrial Tachycardia Atrial Flutter Atrial

More information

The new generation in ECG interpretation

The new generation in ECG interpretation The new generation in ECG interpretation Philips DXL ECG Algorithm, Release PH100B The Philips DXL ECG Algorithm, developed by the Advanced Algorithm Research Center, uses sophisticated analytical methods

More information

ST. JUDE MEDICAL: ST MONITORING. A Thesis presented to the Faculty of California Polytechnic State University, San Luis Obispo

ST. JUDE MEDICAL: ST MONITORING. A Thesis presented to the Faculty of California Polytechnic State University, San Luis Obispo ST. JUDE MEDICAL: ST MONITORING A Thesis presented to the Faculty of California Polytechnic State University, San Luis Obispo In Partial Fulfillment of the Requirements for the Degree Master of Science

More information

Assessment, diagnosis and specialist referral of adults (>16 years) with an episode of transient loss of consciousness (TLoC) or a blackout.

Assessment, diagnosis and specialist referral of adults (>16 years) with an episode of transient loss of consciousness (TLoC) or a blackout. Assessment, diagnosis and specialist referral of adults (>16 years) with an episode of transient loss of consciousness (TLoC) or a blackout. TLoC is common huge variation in management range of clinicians

More information

Efficient Heart Rate Monitoring

Efficient Heart Rate Monitoring Efficient Heart Rate Monitoring By Sanjeev Kumar, Applications Engineer, Cypress Semiconductor Corp. Heart rate is one of the most frequently measured parameters of the human body and plays an important

More information

AUTONOMIC NERVOUS SYSTEM AND HEART RATE VARIABILITY

AUTONOMIC NERVOUS SYSTEM AND HEART RATE VARIABILITY AUTONOMIC NERVOUS SYSTEM AND HEART RATE VARIABILITY Introduction The autonomic nervous system regulates, among other things, the functions of the vascular system. The regulation is fast and involuntary.

More information

What Are Arrhythmias?

What Are Arrhythmias? What Are Arrhythmias? Many people have questions about what the word arrhythmia means, and arrhythmias can be a difficult subject to understand. The text below should give you a better understanding of

More information

Classification of Electrocardiogram Anomalies

Classification of Electrocardiogram Anomalies Classification of Electrocardiogram Anomalies Karthik Ravichandran, David Chiasson, Kunle Oyedele Stanford University Abstract Electrocardiography time series are a popular non-invasive tool used to classify

More information

Risk Management for Medical Devices

Risk Management for Medical Devices Risk Management for Medical Devices CĂLIN CORCIOVĂ, MARIUS TURNEA, RADU CIORAP Department Biomedical Science Faculty of Medical Bioengineering, Grigore T. Popa University of Medicine and Pharmacy - Iasi

More information

QT analysis: A guide for statistical programmers. Prabhakar Munkampalli Statistical Analyst II Hyderabad, 7 th September 2012

QT analysis: A guide for statistical programmers. Prabhakar Munkampalli Statistical Analyst II Hyderabad, 7 th September 2012 QT analysis: A guide for statistical programmers Prabhakar Munkampalli Statistical Analyst II Hyderabad, 7 th September 2012 Agenda ECG ICH E14 Thorough QT/QTc study Role of Statistical Programmer References

More information

RAPID INTERPRETATION OF. EKG s

RAPID INTERPRETATION OF. EKG s Personal Quick Reference Sheets 333 (pages 333 to 346) There is no need to remove these reference pages from your book. To download and print them in full color, go to: www.themdsite.com Reference Sheets

More information

A LOW-COST WIRELESS HEALTHCARE MONITORING SYSTEM AND COMMUNICATION TO A CLINICAL ALARM STATION

A LOW-COST WIRELESS HEALTHCARE MONITORING SYSTEM AND COMMUNICATION TO A CLINICAL ALARM STATION A LOW-COST WIRELESS HEALTHCARE MONITORING SYSTEM AND COMMUNICATION TO A CLINICAL ALARM STATION Veysel Aslantas Rifat Kurban Tuba Caglikantar e-mail: aslantas@erciyes.edu.tr e-mail: rkurban@erciyes.edu.tr

More information

Coronary Artery Disease leading cause of morbidity & mortality in industrialised nations.

Coronary Artery Disease leading cause of morbidity & mortality in industrialised nations. INTRODUCTION Coronary Artery Disease leading cause of morbidity & mortality in industrialised nations. Although decrease in cardiovascular mortality still major cause of morbidity & burden of disease.

More information

Atrial Fibrillation (AF) March, 2013

Atrial Fibrillation (AF) March, 2013 Atrial Fibrillation (AF) March, 2013 This handout is meant to help with discussions about the condition, and it is not a complete discussion of AF. We hope it will complement your appointment with one

More information

Distance Learning Program Anatomy of the Human Heart/Pig Heart Dissection Middle School/ High School

Distance Learning Program Anatomy of the Human Heart/Pig Heart Dissection Middle School/ High School Distance Learning Program Anatomy of the Human Heart/Pig Heart Dissection Middle School/ High School This guide is for middle and high school students participating in AIMS Anatomy of the Human Heart and

More information

ARTEFACT CORRECTION FOR HEART BEAT INTERVAL DATA

ARTEFACT CORRECTION FOR HEART BEAT INTERVAL DATA Advanced Methods for Processing Bioelectrical Signals ProBisi Meeting 2004 Jyväskylä, 1 Oct 2004 ARTEFACT CORRECTION FOR HEART BEAT INTERVAL DATA Saalasti Sami *, Seppänen Mikko * and Kuusela Antti * *

More information

Electrocardiogram and Heart Sounds

Electrocardiogram and Heart Sounds Electrocardiogram and Heart Sounds An introduction to the recording and analysis of electrocardiograms, and the sounds of the heart. Written by Staff of ADInstruments Introduction The beating of the heart

More information

3 rd Russian-Bavarian Conference on Bio-Medical Engineering

3 rd Russian-Bavarian Conference on Bio-Medical Engineering 3 rd Russian-Bavarian Conference on Bio-Medical Engineering Blood Pressure Estimation based on Pulse Transit Time and Compensation of Vertical Position Dipl.-Inform. Med. Christian Douniama Dipl.-Ing.

More information

Equine Cardiovascular Disease

Equine Cardiovascular Disease Equine Cardiovascular Disease 3 rd most common cause of poor performance in athletic horses (after musculoskeletal and respiratory) Cardiac abnormalities are rare Clinical Signs: Poor performance/exercise

More information

Anatomi & Fysiologi 060301. The cardiovascular system (chapter 20) The circulation system transports; What the heart can do;

Anatomi & Fysiologi 060301. The cardiovascular system (chapter 20) The circulation system transports; What the heart can do; The cardiovascular system consists of; The cardiovascular system (chapter 20) Principles of Anatomy & Physiology 2009 Blood 2 separate pumps (heart) Many blood vessels with varying diameter and elasticity

More information

Impelling Heart Attack Prediction System using Data Mining and Artificial Neural Network

Impelling Heart Attack Prediction System using Data Mining and Artificial Neural Network General Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Impelling

More information

Arrhythmia Monitoring Algorithm

Arrhythmia Monitoring Algorithm Arrhythmia Monitoring Algorithm Application Note Introduction The ST/AR (ST and Arrhythmia) algorithm is an ECG algorithm that the HeartStart MRx and XL+ monitor/defibrillators utilize for basic and cardiotach

More information

Automatic Detection of Emergency Vehicles for Hearing Impaired Drivers

Automatic Detection of Emergency Vehicles for Hearing Impaired Drivers Automatic Detection of Emergency Vehicles for Hearing Impaired Drivers Sung-won ark and Jose Trevino Texas A&M University-Kingsville, EE/CS Department, MSC 92, Kingsville, TX 78363 TEL (36) 593-2638, FAX

More information

GE Healthcare. The heart of cardiology is connectivity The MUSE * v8 Cardiology Information System

GE Healthcare. The heart of cardiology is connectivity The MUSE * v8 Cardiology Information System GE Healthcare The heart of cardiology is connectivity The MUSE * v8 Cardiology Information System Cardiac technology. Innovation to advance care. Success in today s healthcare environment requires your

More information

Implementation of a Mobile Health System for Monitoring ECG signals

Implementation of a Mobile Health System for Monitoring ECG signals Implementation of a Mobile Health System for Monitoring ECG signals Nassim Amour 1, Ahmad Hersi 2, Naif Alajlan 1, Yakoub Bazi 1, Haikel AlHichri 1 1 Advanced Lab for Intelligent Systems Research (ALISR),

More information

Bradycardia CHAPTER 12 CODE SCENARIO

Bradycardia CHAPTER 12 CODE SCENARIO Senecal-12.qxd 14/04/2005 09:44 AM Page 69 CHAPTER 12 Bradycardia CODE SCENARIO A code is called for a 78-year-old man who was admitted to the hospital for syncope of unknown etiology. He was resting comfortably

More information

Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep

Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep Engineering, 23, 5, 88-92 doi:.4236/eng.23.55b8 Published Online May 23 (http://www.scirp.org/journal/eng) Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep JeeEun

More information

CLINICAL & FINANCIAL BENEFITS OF ECG MANAGEMENT

CLINICAL & FINANCIAL BENEFITS OF ECG MANAGEMENT How Will an ECG Management System with Electronic Storage and Recall Benefit my Facility? ECG management has been available in the industry for over twenty- five years. Until now it has been both expensive

More information

Frequency Prioritised Queuing in Real-Time Electrocardiograph Systems

Frequency Prioritised Queuing in Real-Time Electrocardiograph Systems Frequency Prioritised Queuing in Real-Time Electrocardiograph Systems Omar Hashmi, Sandun Kodituwakku and Salman Durrani School of Engineering, CECS, The Australian National University, Canberra, Australia.

More information

#AS148 - Automated ECG Analysis

#AS148 - Automated ECG Analysis BIOPAC Systems, Inc. 42 Aero Camino Goleta, Ca 93117 Ph (805)685-0066 Fax (805)685-0067 www.biopac.com info@biopac.com #AS148 - Automated ECG Analysis An electrocardiogram (ECG) is a graphical recording

More information

The heart then repolarises (or refills) in time for the next stimulus and contraction.

The heart then repolarises (or refills) in time for the next stimulus and contraction. Atrial Fibrillation BRIEFLY, HOW DOES THE HEART PUMP? The heart has four chambers. The upper chambers are called atria. One chamber is called an atrium, and the lower chambers are called ventricles. In

More information

Cardiovascular Physiology

Cardiovascular Physiology Cardiovascular Physiology Heart Physiology for the heart to work properly contraction and relaxation of chambers must be coordinated cardiac muscle tissue differs from smooth and skeletal muscle tissues

More information

VitalJacket SDK v1.0.03 Technical Specifications

VitalJacket SDK v1.0.03 Technical Specifications VitalJacket SDK v1.0.03 Technical Specifications Edíficio Olympus I Page2 LEGAL NOTICE AND DISCLAIMER ATENTION: Although VitalJacket is a certified medical device, its developer version is NOT certified

More information

Predicting the Risk of Heart Attacks using Neural Network and Decision Tree

Predicting the Risk of Heart Attacks using Neural Network and Decision Tree Predicting the Risk of Heart Attacks using Neural Network and Decision Tree S.Florence 1, N.G.Bhuvaneswari Amma 2, G.Annapoorani 3, K.Malathi 4 PG Scholar, Indian Institute of Information Technology, Srirangam,

More information

How To Understand What You Know

How To Understand What You Know Heart Disorders Glossary ABG (Arterial Blood Gas) Test: A test that measures how much oxygen and carbon dioxide are in the blood. Anemia: A condition in which there are low levels of red blood cells in

More information

PERFORMANCE EVALUATION OF ARTIFICIAL NEURAL NETWORKS FOR CARDIAC ARRHYTHMIA CLASSIFICATION

PERFORMANCE EVALUATION OF ARTIFICIAL NEURAL NETWORKS FOR CARDIAC ARRHYTHMIA CLASSIFICATION International Journal of Electronics and Communication Engineering & Technology (IJECET) Volume 7, Issue 2, March-April 26, pp. 6 7, Article ID: IJECET_7_2_8 Available online at http://www.iaeme.com/ijecet/issues.asp?jtype=ijecet&vtype=7&itype=2

More information

BASIC CARDIAC ARRHYTHMIAS Revised 10/2001

BASIC CARDIAC ARRHYTHMIAS Revised 10/2001 BASIC CARDIAC ARRHYTHMIAS Revised 10/2001 A Basic Arrhythmia course is a recommended prerequisite for ACLS. A test will be given that will require you to recognize cardiac arrest rhythms and the most common

More information

Management of Pacing Wires After Cardiac Surgery

Management of Pacing Wires After Cardiac Surgery Management of Pacing Wires After Cardiac Surgery David E. Lizotte, Jr. PA C, MPAS, FAPACVS President, Association of Physician Assistants in Cardiovascular Surgery Conflicts: None Indications 2008 Journal

More information

ECG Signal Monitoring using One-class Support Vector Machine

ECG Signal Monitoring using One-class Support Vector Machine Signal Monitoring using One-class Support Vector Machine SOO-MIN WOO, HYE-JIN LEE, BUB-JOO KANG, *SANG-WOO BAN Department of Information & Communication Engineering Dongguk University 707 Seokjang-Dong,

More information

Alternative Biometric as Method of Information Security of Healthcare Systems

Alternative Biometric as Method of Information Security of Healthcare Systems Alternative Biometric as Method of Information Security of Healthcare Systems Ekaterina Andreeva Saint-Petersburg State University of Aerospace Instrumentation Saint-Petersburg, Russia eandreeva89@gmail.com

More information

Atrial Fibrillation (AF) Explained

Atrial Fibrillation (AF) Explained James Paget University Hospitals NHS Foundation Trust Atrial Fibrillation (AF) Explained Patient Information Contents What are the symptoms of atrial fibrillation (AF)? 3 Normal heartbeat 4 How common

More information

OEM MAXNIBP Frequently Asked Questions

OEM MAXNIBP Frequently Asked Questions Frequently Asked Questions Why does the monitor sometimes inflate the BP cuff, then shortly thereafter reinflate the cuff? How will I know if the monitor is experiencing motion artifact during a measurement?

More information

Projektpartner. Sonderforschungsbereich 386, Paper 198 (2000) Online unter: http://epub.ub.uni-muenchen.de/

Projektpartner. Sonderforschungsbereich 386, Paper 198 (2000) Online unter: http://epub.ub.uni-muenchen.de/ Ulm, Schmidt, Barthel, Schneider, Pashova, Rolnitzky, Bigger Jr., Schömig: A Statistical Model for Risk Stratification on the Basis of Left Ventricular Ejection Fraction and Heart-Rate Turbulence Sonderforschungsbereich

More information

ANDROID BASED PORTABLE ECG MONITOR

ANDROID BASED PORTABLE ECG MONITOR www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 2 Issue 5 May, 2013 Page No. 1560-1567 ANDROID BASED PORTABLE ECG MONITOR Jeevan vijay*, Sathisha M.S., Shivakumar

More information

Introduction to Cardiac Electrophysiology, the Electrocardiogram, and Cardiac Arrhythmias INTRODUCTION

Introduction to Cardiac Electrophysiology, the Electrocardiogram, and Cardiac Arrhythmias INTRODUCTION Introduction to Cardiac Electrophysiology, the Electrocardiogram, and Cardiac Arrhythmias Alfred E. Buxton, M.D., Kristin E. Ellison, M.D., Malcolm M. Kirk, M.D., Gregory F. Michaud, M.D. INTRODUCTION

More information

ACLS RHYTHM TEST. 2. A 74-year-old woman with chest pain. Blood pressure 192/90 and rates her pain 9/10.

ACLS RHYTHM TEST. 2. A 74-year-old woman with chest pain. Blood pressure 192/90 and rates her pain 9/10. ACLS RHYTHM TEST Name Date Choose the best answer for each of the following questions. Each of the following strips is 6 seconds in length. 1. Identify the following rhythm a. Sinus bradycardia with 2

More information