Detection of Atrial Fibrillation by Correlation Method

Size: px
Start display at page:

Download "Detection of Atrial Fibrillation by Correlation Method"

Transcription

1 e-issn Volume 2 Issue 6, June 2016 pp Scientific Journal Impact Factor : Detection of Atrial Fibrillation by Correlation Method Dr. Shahanaz Ayub1, Gaurav Guta2, Avinash Kumar Tripathi3 1,2,3 Electronics & Communication Engg., Bundelkhand Institute of Engineering & Technology Abstract This Electrocardiogram (ECG) is a useful graphical tool in the analysis of arrhythmias. Atrial Fibrillation is one of the types of Arrhythmias. In this paper, we propose the algorithm to detect Atrial Fibrillation by correlation method. In the analysis of Atrial Fibrillation (AF), two parameters are very important. One is rhythm analysis, and second is analysis of P wave. Analysis has done on five consecutive P-waves. In the analysis of atrial fibrillation, heart rhythm is irregular and, correlation coefficients of P-waves are comparatively low with respect to correlation of normal P-waves. More than two correlation coefficients are not exceeding 74%. The algorithm is implemented in MATLAB and is able to successfully detect atrial fibrillation. Keywords ECG, Arrhythmia, Atrial fibrillation, P wave, Correlation, Matlab I. INTRODUCTION In present time, most of the people are suffering by atrial fibrillation (AF). AF is arises due to improper work of atria. ECG is a graphical recording of heart electric signal. Important parameters of ECG are p-wave, QRST complex, RR interval and T-wave. In AF, heart rhythm is irregular and P-wave is not in shape. Irregular heart rhythm means variation in RR interval [1]. P-wave can detect from 350 ms to 50 ms before the R peak [2]. In AF, P-wave is not in upright shape, there are lot of local maxima. AF is most common Arrhythmia which frequency can increase with age [3][4]. Most of the time, it is responsible for heart failure. Other then heart failure, it may create some serious problem for patient. Thus detection of AF is very important at its earlier state for perfect treatment of this arrhythmia. The aim of this project is to develop a method for detecting AF that could be applied to clinical practice as a diagnostic test. The major objectives for the design of the detection method were to create a software program in MATLAB that would detect portions of a patient s electrocardiogram (ECG) that have characteristics of AF. This was achieved by heart rhythm analysis and analysis of Pwave. For AF detection, in which the RR-intervals are highly irregular, we based our algorithm on RR-interval irregularity and disturbed P-wave found in AF patients. Atrial Fibrillation can detect by rhythm analysis and P-wave analysis [5]. Nature of shape of P-wave will analyse by correlation with other standard P-wave. In this section, we introduce a methodology to analyse the rhythm and five consecutive P-waves of given ECG data [3]. ECG data from physiobank database have used in the analysis of atrial fibrillation. Samples are mainly taken from AF terminal challenge and MIT-BIH normal sinus rhythm database (nsrdb). Flow chart of work is shown by figure

2 Fig. 2 Flow chart for detection of Atrial Fibrillation For atrial fibrillation, RR- intervals were chosen as the data that would be analysed from the ECG, as this was the only noticeable difference on the ECG for fibrillation patients [6]. The design team also chose to examine RR-intervals for atrial fibrillation since most of the patient data they observed contained patterns of irregularities [7]. If rhythm is irregular, then we calculate correlation between standard P-wave and five consecutive Pwaves of ECG under test. Correlation is the phenomena to similarity between two signals. It may be positive relationship, negative relationship or no relationship. If one signal increases as the other signal increases then a positive relationship is there. If one signal increases as the other signal decreases then it is a negative relationship. A single number which determine how strong the relationship between two signals or how closely one variable related to other variable we use correlation coefficient [8]. II. DATABASE We used two data databases to evaluate the performance of the algorithm [3]. These two databases are MIT-BIH normal sinus rhythm database (nsrdb), and AF terminal challenge. In MIT- BIH normal sinus rhythm database and AF terminal challenge, ECGs are sampled at 128 Hz. These sampled data is called as digital data of ECGs. MIT- BIH normal sinus rhythm database contains 48 half-hour excerpts of two channel ambulatory ECG recording [5]. III. ANALYSIS Digitized data of ECGs are use in algorithm for ECG analysis. Analyses have done on nine AF samples with two normal samples. The following tables (I to II) provides the result related to various ECG beats rhythm analysis and tables (III to IV) provides the result related to correlation of five consecutive P-waves with standard P-wave using proposed algorithm. To measure RR intervals, digitized ECG signals were first processed to detect the R wave and its position [6][4]. This process is further repeated for detection of next R peak and its position. Thus RR interval can be calculated as RR interval = (position difference between two consecutive R peaks)* sampling time (1) 574

3 Heart rate can be calculated as HR= 60/ (RR interval) (2) HRavg= (HR1+HR2+HR3+HR4)/4 (3) In case of abnormal ECGs, RR intervals in consecutive R peaks vary drastically. Heart rate variation (%Hn) from calculated average heart rate (HRav) will exceed 7.5% at least one time in ECG strip. If rhythm is irregular, then algorithm will calculate correlation among five consecutive P-waves of ECG under test with a P-wave of standard normal ECG data. Table III provide the correlation result between ECG under test with normal ECG 16265, while Table IV provide the correlation result between ECG under test with normal ECG 803. AF Samples HR1 HR2 HR3 HR4 HRavg Af1 Af2 Af3 Af4 Af5 Af6 Af7 Af8 Af TABLE 1. Heart rate analysis of ECG samples HR1- Heart rate calculated by time interval between 1st and 2nd R peaks HR2- Heart rate calculated by time interval between 2 nd and 3rd R peaks HR3- Heart rate calculated by time interval between 3 rd and 4th R peaks HR4- Heart rate calculated by time interval between 4 th and 5th R peaks HRavg- Average Heart rate AF Samples Af1 Af2 Af3 Af4 Af5 Af6 Af7 Af8 Af9 HRavg % (HR1)v % (HR2)v % (HR3)v % (HR4)v TABLE 2. Variation of Heart rate in ECG samples HRav- Average heart rate calculated from five RR intervals 575

4 HRav =(HR1+HR2+HR3+HR4)/4 %(HR1)v- % variation in HR1 from HRav %(HR2)v- % variation in HR2 from HRav %(HR3)v- % variation in HR3 from HRav %(HR4)v- % variation in HR4 from HRav AF Samples Af1 Af2 Af3 Af4 Af5 Af6 Af7 Af8 Af9 %R1 %R2 %R3 %R4 %R TABLE 3: Correlation table between first P-wave of with AF samples AF Samples Af1 Af2 Af3 Af4 Af5 Af6 Af7 Af8 Af9 %R1 %R2 %R3 %R4 %R TABLE 4: Correlation table between first P-wave of 803 with AF samples %R1 is the correlation percentage between standard P-wave and first P-wave of ECG under test. %R2 is the correlation percentage between standard P-wave and second P-wave of ECG under test. %R3 is the correlation percentage between standard P-wave and third P-wave of ECG under test. %R4 is the correlation percentage between standard P-wave and fourth P-wave of ECG under test. %R5 is the correlation percentage between standard P-wave and fifth P-wave of ECG under test. IV. RESULT In the analysis of atrial fibrillation, heart rhythm is irregular and, correlation coefficients are comparatively low. More than two correlation coefficients are not exceeding 74%. If more than two 576

5 correlation coefficients exceed 74% then there is no atrial fibrillation. The algorithm is implemented in MATLAB and is able to successfully detect atrial fibrillation, with a fast run time, low sensitivity to noise, high accuracy, and a simple user interface. Trace of consecutive RR intervals is shown in figure Fig. 3 Correlation graph of af1with Fig. 4 Correlation graph of af1with 803 Fig. 5 Graph of rhythm for af1 577

6 Fig. 6 Correlation graph of af2with Fig. 7 Correlation graph of af2with 803 Fig. 8 Graph of rhythm for af2 578

7 Fig. 9 Correlation graph of af3with Fig. 10 Correlation graph of af3with 803 Fig. 11 Graph of rhythm for af3 579

8 Fig. 12 Correlation graph of af4with Fig. 13 Correlation graph of af4with 803 Fig. 14 Graph of rhythm for af4 580

9 Fig. 15 Correlation graph of af5with Fig. 16 Correlation graph of af5with 803 Fig. 17 Graph of rhythm for af5 581

10 Fig. 18 Correlation graph of af6 with Fig. 19 Correlation graph of af6 with 803 Fig. 20 Graph of rhythm for af6 582

11 Fig. 21 Correlation graph of af7 with Fig. 22 Correlation graph of af7 with 803 Fig. 23 Graph of rhythm for af7 583

12 Fig. 24 Correlation graph of af8 with Fig. 25 Correlation graph of af8 with 803 Fig. 26 Graph of rhythm for af8 584

13 Fig. 27 Correlation graph of af9 with Fig. 28 Correlation graph of af9 with 803 Fig. 29 Graph of rhythm for af9 585

14 V. CONCLUSIONS In the analysis of atrial fibrillation, heart rhythm is irregular and, correlation coefficients of P-waves are comparatively low. More than two correlation coefficients are not exceeding 74%. If more than two correlation coefficients exceed 74% then there is no atrial fibrillation. The algorithm is implemented in MATLAB and is able to successfully detect atrial fibrillation, with a fast run time, low sensitivity to noise, high accuracy, and a simple user interface. REFERENCE [1] [2] [3] [4] [5] [6] [7] [8] Alireza Ghodrati, Bill Murray, Stephen Marinello, RR Interval Analysis for Detection of Atrial Fibrillation in ECG Monitors, IEEE, pp , Aug JP Cauderc, S Fischer, A Costello, JP daubert, JA Konecki, W Zareba, Wavelet Analysis of Spatial Dispersion of Pwave Morphology in Patients Converted From Atrial Fibrillation, IEEE, pp , Sep Sandun Kodituwakku, Rodney A. Kennedy, Thushara D. Abhayapala, Time Frequency Analysis Compensating Missing data for Atrial Fibrillation ECG Assessment, IEEE, pp , May Shima Gholinezhadasnefestani, Kimia Nazarzadeh, Vivek Kodoth, and Ernest Lau, QRST Cancellation in ECG Signals During Atrial Fibrillation:Zero-padding vesus Time Allignment, IEEE, pp. 1-7, Dec Pankhuri Trivedi, Shahanaz Ayub, Detection of R Peak in Electrcardiogram, IJCA, vol 97, No.20, July F Beckers, W Anne, B Verheyden, C van der Dussen de Kestergat, E Van Herk, L Janssens, R Willems, H Heidbuchel, AE Aubert, Determination of Atrial Fibrillation Frequency using QRST- Cancellation with QRSScaling in Standard Electrocardiogram Leads, IEEE, pp , Sep Shahanaz Ayub, J.P.Saini, Abnormility Detection in Indian ECG using Correlation Techniques, IJCA, vol 58, pp.33-38, Nov R. Shouldice, C. Heneghan, P. Nolan, P.G. Nolan, PR and PP Intervals as Indicators of Autonomic nervous Innervationof the Cardiac Sinoatrial and Atrioventricular Nodes, IEEE, pp , March

ECG Signal Characterization and Correlation To Heart Abnormalities

ECG Signal Characterization and Correlation To Heart Abnormalities ECG Signal Characterization and Correlation To Heart Abnormalities Keerthi G Reddy 1, Dr. P A Vijaya 2, Suhasini S 3 1PG Student, 2 Professor and Head, Department of Electronics and Communication, BNMIT,

More information

Keywords: Adaptive Neuro-Fuzzy Interface System (ANFIS), Electrocardiogram (ECG), Fuzzy logic, MIT-BHI database.

Keywords: Adaptive Neuro-Fuzzy Interface System (ANFIS), Electrocardiogram (ECG), Fuzzy logic, MIT-BHI database. Volume 3, Issue 11, November 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Detection

More information

Heart Rate Calculation by Detection of R Peak

Heart Rate Calculation by Detection of R Peak Heart Rate Calculation by Detection of R Peak Aditi Sengupta Department of Electronics & Communication Engineering, Siliguri Institute of Technology Abstract- Electrocardiogram (ECG) is one of the most

More information

USING CORRELATION COEFFICIENT IN ECG WAVEFORM FOR ARRHYTHMIA DETECTION

USING CORRELATION COEFFICIENT IN ECG WAVEFORM FOR ARRHYTHMIA DETECTION 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

More information

A Review on Arrhythmia Detection Using ECG Signal

A Review on Arrhythmia Detection Using ECG Signal A Review on Arrhythmia Detection Using ECG Signal Simranjeet Kaur 1, Navneet Kaur Panag 2 Student 1,Assistant Professor 2 Dept. of Electrical Engineering, Baba Banda Singh Bahadur Engineering College,Fatehgarh

More information

Keywords : Neural Pattern Recognition Tool (nprtool), Electrocardiogram (ECG), MIT-BIH database,. Atrial Fibrillation, Malignant Ventricular

Keywords : Neural Pattern Recognition Tool (nprtool), Electrocardiogram (ECG), MIT-BIH database,. Atrial Fibrillation, Malignant Ventricular Volume 7, Issue 2, February 2017 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Identification

More information

Developing Electrocardiogram Mathematical Model for Cardiovascular Pathological Conditions and Cardiac Arrhythmia

Developing Electrocardiogram Mathematical Model for Cardiovascular Pathological Conditions and Cardiac Arrhythmia Indian Journal of Science and Technology, Vol 8(S10), DOI: 10.17485/ijst/015/v8iS10/84847, December 015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Developing Electrocardiogram Mathematical Model

More information

II. NORMAL ECG WAVEFORM

II. NORMAL ECG WAVEFORM American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-5, Issue-5, pp-155-161 www.ajer.org Research Paper Open Access Abnormality Detection in ECG Signal Using Wavelets

More information

ECG interpretation basics

ECG interpretation basics ECG interpretation basics Michał Walczewski, MD Krzysztof Ozierański, MD 21.03.18 Electrical conduction system of the heart Limb leads Precordial leads 21.03.18 Precordial leads Precordial leads 21.03.18

More information

Robust Detection of Atrial Fibrillation for a Long Term Telemonitoring System

Robust Detection of Atrial Fibrillation for a Long Term Telemonitoring System Robust Detection of Atrial Fibrillation for a Long Term Telemonitoring System B.T. Logan, J. Healey Cambridge Research Laboratory HP Laboratories Cambridge HPL-2005-183 October 14, 2005* telemonitoring,

More information

Testing the Accuracy of ECG Captured by Cronovo through Comparison of ECG Recording to a Standard 12-Lead ECG Recording Device

Testing the Accuracy of ECG Captured by Cronovo through Comparison of ECG Recording to a Standard 12-Lead ECG Recording Device Testing the Accuracy of ECG Captured by through Comparison of ECG Recording to a Standard 12-Lead ECG Recording Device Data Analysis a) R-wave Comparison: The mean and standard deviation of R-wave amplitudes

More information

Wavelet Decomposition for Detection and Classification of Critical ECG Arrhythmias

Wavelet Decomposition for Detection and Classification of Critical ECG Arrhythmias Proceedings of the 8th WSEAS Int. Conference on Mathematics and Computers in Biology and Chemistry, Vancouver, Canada, June 19-21, 2007 80 Wavelet Decomposition for Detection and Classification of Critical

More information

Automatic Detection of Heart Disease Using Discreet Wavelet Transform and Artificial Neural Network

Automatic Detection of Heart Disease Using Discreet Wavelet Transform and Artificial Neural Network e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com Automatic Detection of Heart Disease

More information

IDENTIFICATION OF TACHYCARDIA AND BRADYCARDIA HEART DISORDERS USING WAVELET TRANSFORM BASED QRS DETECTION

IDENTIFICATION OF TACHYCARDIA AND BRADYCARDIA HEART DISORDERS USING WAVELET TRANSFORM BASED QRS DETECTION IDENTIFICATION OF TACHYCARDIA AND BRADYCARDIA HEART DISORDERS USING WAVELET TRANSFORM BASED QRS DETECTION IDENTIFICATION OF TACHYCARDIA AND BRADYCARDIA HEART DISORDERS USING WAVELET TRANSFORM BASED QRS

More information

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 2, Issue 10, April 2013

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 2, Issue 10, April 2013 ECG Processing &Arrhythmia Detection: An Attempt M.R. Mhetre 1, Advait Vaishampayan 2, Madhav Raskar 3 Instrumentation Engineering Department 1, 2, 3, Vishwakarma Institute of Technology, Pune, India Abstract

More information

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 ISSN 0976 6464(Print)

More information

HRV ventricular response during atrial fibrillation. Valentina Corino

HRV ventricular response during atrial fibrillation. Valentina Corino HRV ventricular response during atrial fibrillation Outline AF clinical background Methods: 1. Time domain parameters 2. Spectral analysis Applications: 1. Evaluation of Exercise and Flecainide Effects

More information

Neural Network based Heart Arrhythmia Detection and Classification from ECG Signal

Neural Network based Heart Arrhythmia Detection and Classification from ECG Signal Neural Network based Heart Arrhythmia Detection and Classification from ECG Signal 1 M. S. Aware, 2 V. V. Shete *Dept. of Electronics and Telecommunication, *MIT College Of Engineering, Pune Email: 1 mrunal_swapnil@yahoo.com,

More information

MORPHOLOGICAL CHARACTERIZATION OF ECG SIGNAL ABNORMALITIES: A NEW APPROACH

MORPHOLOGICAL CHARACTERIZATION OF ECG SIGNAL ABNORMALITIES: A NEW APPROACH MORPHOLOGICAL CHARACTERIZATION OF ECG SIGNAL ABNORMALITIES: A NEW APPROACH Mohamed O. Ahmed Omar 1,3, Nahed H. Solouma 2, Yasser M. Kadah 3 1 Misr University for Science and Technology, 6 th October City,

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: AR Modeling for Automatic Cardiac Arrhythmia Diagnosis using

More information

Interpreting Electrocardiograms (ECG) Physiology Name: Per:

Interpreting Electrocardiograms (ECG) Physiology Name: Per: Interpreting Electrocardiograms (ECG) Physiology Name: Per: Introduction The heart has its own system in place to create nerve impulses and does not actually require the brain to make it beat. This electrical

More information

ATRIAL FIBRILLATION FROM AN ENGINEERING PERSPECTIVE

ATRIAL FIBRILLATION FROM AN ENGINEERING PERSPECTIVE Leif Sörnmo (editor) ATRIAL FIBRILLATION FROM AN ENGINEERING PERSPECTIVE February 26, 2018 Springer Contents 1 A Clinical Perspective on Atrial Fibrillation....................... 4 Pyotr G. Platonov and

More information

Time-Frequency and. Point Process Algorithms for. Cardiac Arrhythmia Analysis. and Cardiorespiratory Control

Time-Frequency and. Point Process Algorithms for. Cardiac Arrhythmia Analysis. and Cardiorespiratory Control Time-Frequency and Point Process Algorithms for Cardiac Arrhythmia Analysis and Cardiorespiratory Control Sandun V. W. Kodituwakku B.E. (Hon 1), The University of Adelaide May 2012 A thesis submitted for

More information

Pathfinder Holter Analyzer CARDIAC DIAGNOSTIC SOLUTIONS

Pathfinder Holter Analyzer CARDIAC DIAGNOSTIC SOLUTIONS Pathfinder Holter Analyzer CARDIAC DIAGNOSTIC SOLUTIONS Pathfinder Digital - An Evolution... Del Mar Reynolds rich history of innovation began nearly a half century ago with the development of Holter monitoring

More information

Genetic Algorithm based Feature Extraction for ECG Signal Classification using Neural Network

Genetic Algorithm based Feature Extraction for ECG Signal Classification using Neural Network Genetic Algorithm based Feature Extraction for ECG Signal Classification using Neural Network 1 R. Sathya, 2 K. Akilandeswari 1,2 Research Scholar 1 Department of Computer Science 1 Govt. Arts College,

More information

CHAPTER IV PREPROCESSING & FEATURE EXTRACTION IN ECG SIGNALS

CHAPTER IV PREPROCESSING & FEATURE EXTRACTION IN ECG SIGNALS CHAPTER IV PREPROCESSING & FEATURE EXTRACTION IN ECG SIGNALS are The proposed ECG classification approach consists of three phases. They Preprocessing Feature Extraction and Selection Classification The

More information

IDENTIFICATION OF NORMAL AND ABNORMAL ECG USING NEURAL NETWORK

IDENTIFICATION OF NORMAL AND ABNORMAL ECG USING NEURAL NETWORK z Available online at http://www.ijirr.com ISSN: 2349-9141 International Journal of Information Research and Review Vol. 2, Issue, 05, pp. 695-700, May, 2015 Full Length Research Paper OPEN ACCESS JOURNAL

More information

Performance Identification of Different Heart Diseases Based On Neural Network Classification

Performance Identification of Different Heart Diseases Based On Neural Network Classification Performance Identification of Different Heart Diseases Based On Neural Network Classification I. S. Siva Rao Associate Professor, Department of CSE, Raghu Engineering College, Visakhapatnam, Andhra Pradesh,

More information

DETECTION OF HEART ABNORMALITIES USING LABVIEW

DETECTION OF HEART ABNORMALITIES USING LABVIEW IASET: International Journal of Electronics and Communication Engineering (IJECE) ISSN (P): 2278-9901; ISSN (E): 2278-991X Vol. 5, Issue 4, Jun Jul 2016; 15-22 IASET DETECTION OF HEART ABNORMALITIES USING

More information

TEST BANK FOR ECGS MADE EASY 5TH EDITION BY AEHLERT

TEST BANK FOR ECGS MADE EASY 5TH EDITION BY AEHLERT Link download full: http://testbankair.com/download/test-bank-for-ecgs-made-easy-5thedition-by-aehlert/ TEST BANK FOR ECGS MADE EASY 5TH EDITION BY AEHLERT Chapter 5 TRUE/FALSE 1. The AV junction consists

More information

HST-582J/6.555J/16.456J-Biomedical Signal and Image Processing-Spring Laboratory Project 1 The Electrocardiogram

HST-582J/6.555J/16.456J-Biomedical Signal and Image Processing-Spring Laboratory Project 1 The Electrocardiogram HST-582J/6.555J/16.456J-Biomedical Signal and Image Processing-Spring 2007 DUE: 3/8/07 Laboratory Project 1 The Electrocardiogram 1 Introduction The electrocardiogram (ECG) is a recording of body surface

More information

Speed - Accuracy - Exploration. Pathfinder SL

Speed - Accuracy - Exploration. Pathfinder SL Speed - Accuracy - Exploration Pathfinder SL 98000 Speed. Accuracy. Exploration. Pathfinder SL represents the evolution of over 40 years of technology, design, algorithm development and experience in the

More information

Various Methods To Detect Respiration Rate From ECG Using LabVIEW

Various Methods To Detect Respiration Rate From ECG Using LabVIEW Various Methods To Detect Respiration Rate From ECG Using LabVIEW 1 Poorti M. Vyas, 2 Dr. M. S. Panse 1 Student, M.Tech. Electronics 2.Professor Department of Electrical Engineering, Veermata Jijabai Technological

More information

ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network

ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network International Journal of Electronics Engineering, 3 (1), 2011, pp. 55 58 ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network Amitabh Sharma 1, and Tanushree Sharma 2

More information

Powerline Interference Reduction in ECG Using Combination of MA Method and IIR Notch

Powerline Interference Reduction in ECG Using Combination of MA Method and IIR Notch International Journal of Recent Trends in Engineering, Vol 2, No. 6, November 29 Powerline Interference Reduction in ECG Using Combination of MA Method and IIR Notch Manpreet Kaur, Birmohan Singh 2 Department

More information

Lab 2. The Intrinsic Cardiac Conduction System. 1/23/2016 MDufilho 1

Lab 2. The Intrinsic Cardiac Conduction System. 1/23/2016 MDufilho 1 Lab 2 he Intrinsic Cardiac Conduction System 1/23/2016 MDufilho 1 Figure 18.13 Intrinsic cardiac conduction system and action potential succession during one heartbeat. Superior vena cava ight atrium 1

More information

4. The two inferior chambers of the heart are known as the atria. the superior and inferior vena cava, which empty into the left atrium.

4. The two inferior chambers of the heart are known as the atria. the superior and inferior vena cava, which empty into the left atrium. Answer each statement true or false. If the statement is false, change the underlined word to make it true. 1. The heart is located approximately between the second and fifth ribs and posterior to the

More information

Real-time Heart Monitoring and ECG Signal Processing

Real-time Heart Monitoring and ECG Signal Processing Real-time Heart Monitoring and ECG Signal Processing Fatima Bamarouf, Claire Crandell, and Shannon Tsuyuki Advisors: Drs. Yufeng Lu and Jose Sanchez Department of Electrical and Computer Engineering Bradley

More information

Collin County Community College

Collin County Community College Collin County Community College BIOL. 2402 Anatomy & Physiology WEEK 5 The Heart 1 The Heart Beat and the EKG 2 1 The Heart Beat and the EKG P-wave = Atrial depolarization QRS-wave = Ventricular depolarization

More information

ECG classification and abnormality detection using cascade forward neural network

ECG classification and abnormality detection using cascade forward neural network MultiCraft International Journal of Engineering, Science and Technology Vol. 3, No. 3, 2011, pp. 41-46 INTERNATIONAL JOURNAL OF ENGINEERING, SCIENCE AND TECHNOLOGY www.ijest-ng.com 2011 MultiCraft Limited.

More information

ECG Signal Based Heart Disease Detection System for Telemedicine Application Using LabVIEW

ECG Signal Based Heart Disease Detection System for Telemedicine Application Using LabVIEW ECG Signal Based Heart Disease Detection System for Telemedicine Application Using LabVIEW Dr. Channappa Bhyri 1, Nishat Banu A.M 2 2 Student, Dept. of Electronics and Industrial Instrumentation, PDACE,

More information

ECG based Atrial Fibrillation Detection using Cuckoo Search Algorithm

ECG based Atrial Fibrillation Detection using Cuckoo Search Algorithm ECG based Atrial Fibrillation Detection using Cuckoo Search Algorithm Padmavathi Kora, PhD Gokaraju Rangaraju Institute of Engineering and Technology, Hyderabad V. Ayyem Pillai, PhD Gokaraju Rangaraju

More information

Computer-Aided Model for Abnormality Detection in Biomedical ECG Signals

Computer-Aided Model for Abnormality Detection in Biomedical ECG Signals 10, Issue 1 (2018) 7-15 Journal of Advanced Research in Computing and Applications Journal homepage: www.akademiabaru.com/arca.html ISSN: 2462-1927 Computer-Aided Model for Abnormality Detection in Biomedical

More information

Family Medicine for English language students of Medical University of Lodz ECG. Jakub Dorożyński

Family Medicine for English language students of Medical University of Lodz ECG. Jakub Dorożyński Family Medicine for English language students of Medical University of Lodz ECG Jakub Dorożyński Parts of an ECG The standard ECG has 12 leads: six of them are considered limb leads because they are placed

More information

LABVIEW based expert system for Detection of heart abnormalities

LABVIEW based expert system for Detection of heart abnormalities LABVIEW based expert system for Detection of heart abnormalities Saket Jain Piyush Kumar Monica Subashini.M School of Electrical Engineering VIT University, Vellore - 632014, Tamil Nadu, India Email address:

More information

[Rani, 5(7): July 2018] ISSN DOI /zenodo Impact Factor

[Rani, 5(7): July 2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES DETECTION AND CLASSIFICATION OF CARDIAC ARRHYTHMIAS USING ECG BIG DATA ANALYSIS Vanita Rani *1 & Er. Gurjit Singh Bhathal 2 *1 Research Scholar: Computer

More information

Detection of Atrial Fibrillation Using Model-based ECG Analysis

Detection of Atrial Fibrillation Using Model-based ECG Analysis Detection of Atrial Fibrillation Using Model-based ECG Analysis R. Couceiro, P. Carvalho, J. Henriques, M. Antunes, M. Harris, J. Habetha Centre for Informatics and Systems, University of Coimbra, Coimbra,

More information

SPECTRAL ANALYSIS OF LIFE-THREATENING CARDIAC ARRHYTHMIAS

SPECTRAL ANALYSIS OF LIFE-THREATENING CARDIAC ARRHYTHMIAS SPECTRAL ANALYSIS OF LIFE-THREATENING CARDIAC ARRHYTHMIAS Vessela Tzvetanova Krasteva, Irena Ilieva Jekova Centre of Biomedical Engineering Prof. Ivan Daskalov - Bulgarian Academy of Sciences Acad.G.Bonchev

More information

Vital Responder: Real-time Health Monitoring of First- Responders

Vital Responder: Real-time Health Monitoring of First- Responders Vital Responder: Real-time Health Monitoring of First- Responders Ye Can 1,2 Advisors: Miguel Tavares Coimbra 2, Vijayakumar Bhagavatula 1 1 Department of Electrical & Computer Engineering, Carnegie Mellon

More information

CHAPTER 5 WAVELET BASED DETECTION OF VENTRICULAR ARRHYTHMIAS WITH NEURAL NETWORK CLASSIFIER

CHAPTER 5 WAVELET BASED DETECTION OF VENTRICULAR ARRHYTHMIAS WITH NEURAL NETWORK CLASSIFIER 57 CHAPTER 5 WAVELET BASED DETECTION OF VENTRICULAR ARRHYTHMIAS WITH NEURAL NETWORK CLASSIFIER 5.1 INTRODUCTION The cardiac disorders which are life threatening are the ventricular arrhythmias such as

More information

An ECG Beat Classification Using Adaptive Neuro- Fuzzy Inference System

An ECG Beat Classification Using Adaptive Neuro- Fuzzy Inference System An ECG Beat Classification Using Adaptive Neuro- Fuzzy Inference System Pramod R. Bokde Department of Electronics Engineering, Priyadarshini Bhagwati College of Engineering, Nagpur, India Abstract Electrocardiography

More information

Quick detection of QRS complexes and R-waves using a wavelet transform and K-means clustering

Quick detection of QRS complexes and R-waves using a wavelet transform and K-means clustering Bio-Medical Materials and Engineering 26 (2015) S1059 S1065 DOI 10.3233/BME-151402 IOS Press S1059 Quick detection of QRS complexes and R-waves using a wavelet transform and K-means clustering Yong Xia

More information

Automatic Detection of Abnormalities in ECG Signals : A MATLAB Study

Automatic Detection of Abnormalities in ECG Signals : A MATLAB Study Automatic Detection of Abnormalities in ECG Signals : A MATLAB Study M. Hamiane, I. Y. Al-Heddi Abstract The Electrocardiogram (ECG) is a diagnostic tool that measures and records the electrical activity

More information

Dr.Binoy Skaria 13/07/15

Dr.Binoy Skaria  13/07/15 Dr.Binoy Skaria binoyskaria@hotmail.com binoy.skaria@heartofengland.nhs.uk 13/07/15 Acknowledgement Medtronic, Google images & Elsevier for slides Natalie Ryan, Events Manager, HEFT- for organising the

More information

Combination Method for Powerline Interference Reduction in ECG

Combination Method for Powerline Interference Reduction in ECG 21 International Journal of Computer Applications (975 8887) Combination Method for Powerline Interference Reduction in ECG Manpreet Kaur Deptt of EIE SLIET Longowal Dist Sangrur (Pb) India A.S.Arora Professor,

More information

Electrocardiography for Healthcare Professionals

Electrocardiography for Healthcare Professionals Electrocardiography for Healthcare Professionals Kathryn A. Booth Thomas O Brien Chapter 5: Rhythm Strip Interpretation and Sinus Rhythms Learning Outcomes 5.1 Explain the process of evaluating ECG tracings

More information

Ecg Ebook PDF ecg What Is An Electrocardiogram (ekg Or Ecg) Test: Purpose... Electrocardiogram (ecg Or Ekg) American Heart Association

Ecg Ebook PDF ecg What Is An Electrocardiogram (ekg Or Ecg) Test: Purpose... Electrocardiogram (ecg Or Ekg) American Heart Association We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with ecg. To get started

More information

2017 BDKA Review. Regularity Rate P waves PRI QRS Interpretation. Regularity Rate P waves PRI QRS Interpretation 1/1/2017

2017 BDKA Review. Regularity Rate P waves PRI QRS Interpretation. Regularity Rate P waves PRI QRS Interpretation 1/1/2017 1. 2017 BDKA Review 2. 3. 4. Interpretation 5. QT 6. 7. 8. 9. 10. QT 11. 12. 13. 14. 15. 16. 17. 18. QT 19. 20. QT 21. 22. QT 23. 24. Where are pacer spikes? Before the P wave or before the QRS complex?

More information

Emergency Medical Training Services Emergency Medical Technician Paramedic Program Outlines Outline Topic: WPW Revised: 11/2013

Emergency Medical Training Services Emergency Medical Technician Paramedic Program Outlines Outline Topic: WPW Revised: 11/2013 Emergency Medical Training Services Emergency Medical Technician Paramedic Program Outlines Outline Topic: WPW Revised: 11/2013 Wolff-Parkinson-White syndrome (WPW) is a syndrome of pre-excitation of the

More information

Characteristics of the atrial repolarization phase of the ECG in paroxysmal atrial fibrillation patients and controls

Characteristics of the atrial repolarization phase of the ECG in paroxysmal atrial fibrillation patients and controls 672 Acta Cardiol 2015; 70(6): 672-677 doi: 10.2143/AC.70.6.3120179 [ Original article ] Characteristics of the atrial repolarization phase of the ECG in paroxysmal atrial fibrillation patients and controls

More information

Simulation of T-Wave Alternans and its Relation to the Duration of Ventricular Action Potentials Disturbance

Simulation of T-Wave Alternans and its Relation to the Duration of Ventricular Action Potentials Disturbance The Open Pacing, Electrophysiology & Therapy Journal, 2010, 3, 21-27 21 Open Access Simulation of T-Wave Alternans and its Relation to the Duration of Ventricular Action Potentials Disturbance Dariusz

More information

Temporal Analysis and Remote Monitoring of ECG Signal

Temporal Analysis and Remote Monitoring of ECG Signal Temporal Analysis and Remote Monitoring of ECG Signal Amruta Mhatre Assistant Professor, EXTC Dept. Fr.C.R.I.T. Vashi Amruta.pabarekar@gmail.com Sadhana Pai Associate Professor, EXTC Dept. Fr.C.R.I.T.

More information

ECG Interpretation Made Easy

ECG Interpretation Made Easy ECG Interpretation Made Easy Dr. A Tageldien Abdellah, MSc MD EBSC Lecturer of Cardiology- Hull University Hull York Medical School 2007-2008 ECG Interpretation Made Easy Synopsis Benefits Objectives Process

More information

FREQUENCY DOMAIN BASED AUTOMATIC EKG ARTIFACT

FREQUENCY DOMAIN BASED AUTOMATIC EKG ARTIFACT FREQUENCY DOMAIN BASED AUTOMATIC EKG ARTIFACT REMOVAL FROM EEG DATA features FOR BRAIN such as entropy COMPUTER and kurtosis for INTERFACING artifact rejection. V. Viknesh B.E.,(M.E) - Lord Jeganath College

More information

BIO 360: Vertebrate Physiology Performing and analyzing an EKG Lab 11: Performing and analyzing an EKG Lab report due April 17 th

BIO 360: Vertebrate Physiology Performing and analyzing an EKG Lab 11: Performing and analyzing an EKG Lab report due April 17 th BIO 60: Vertebrate Physiology Lab : Lab report due April 7 th All muscles produce an electrical current when they contract. The heart is no exception. An electrocardiogram (ECG or EKG) is a graphical recording

More information

Wavelet Neural Network for Classification of Bundle Branch Blocks

Wavelet Neural Network for Classification of Bundle Branch Blocks , July 6-8, 2011, London, U.K. Wavelet Neural Network for Classification of Bundle Branch Blocks Rahime Ceylan, Yüksel Özbay Abstract Bundle branch blocks are very important for the heart treatment immediately.

More information

Classification of ECG Data for Predictive Analysis to Assist in Medical Decisions.

Classification of ECG Data for Predictive Analysis to Assist in Medical Decisions. 48 IJCSNS International Journal of Computer Science and Network Security, VOL.15 No.10, October 2015 Classification of ECG Data for Predictive Analysis to Assist in Medical Decisions. A. R. Chitupe S.

More information

The Electrocardiogram

The Electrocardiogram The Electrocardiogram Chapters 11 and 13 AUTUMN WEDAN AND NATASHA MCDOUGAL The Normal Electrocardiogram P-wave Generated when the atria depolarizes QRS-Complex Ventricles depolarizing before a contraction

More information

Cardiac Telemetry Self Study: Part One Cardiovascular Review 2017 THINGS TO REMEMBER

Cardiac Telemetry Self Study: Part One Cardiovascular Review 2017 THINGS TO REMEMBER Please review the above anatomy of the heart. THINGS TO REMEMBER There are 3 electrolytes that affect cardiac function o Sodium, Potassium, and Calcium When any of these electrolytes are out of the normal

More information

Analysis of ECG Signals for Arrhythmia Using MATLAB

Analysis of ECG Signals for Arrhythmia Using MATLAB Analysis of ECG Signals for Arrhythmia Using MATLAB Sibushri.G 1 P.G Scholar, M.E Applied Electronics, Bannari Amman Institute of Technology, Tamilnadu, India 1 ABSTRACT: This paper is about filtering

More information

Cardiac Cycle. Each heartbeat is called a cardiac cycle. First the two atria contract at the same time.

Cardiac Cycle. Each heartbeat is called a cardiac cycle. First the two atria contract at the same time. The Heartbeat Cardiac Cycle Each heartbeat is called a cardiac cycle. First the two atria contract at the same time. Next the two ventricles contract at the same time. Then all the chambers relax. http://www.youtube.com/watch?v=frd3k6lkhws

More information

Assessment of the Performance of the Adaptive Thresholding Algorithm for QRS Detection with the Use of AHA Database

Assessment of the Performance of the Adaptive Thresholding Algorithm for QRS Detection with the Use of AHA Database Assessment of the Performance of the Adaptive Thresholding Algorithm for QRS Detection with the Use of AHA Database Ivaylo Christov Centre of Biomedical Engineering Prof. Ivan Daskalov Bulgarian Academy

More information

Classification of heart signal using wavelet haar and backpropagation neural network

Classification of heart signal using wavelet haar and backpropagation neural network IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Classification of heart signal using wavelet haar and backpropagation neural network To cite this article: H Hindarto et al 28

More information

Module 1: Introduction to ECG & Normal ECG

Module 1: Introduction to ECG & Normal ECG Module 1: Introduction to ECG & Normal ECG Importance of Correct anatomical positions Measurements & Morphologies ONLY accurate if Precise anatomical positions adhered to Standardised techniques are used

More information

I PART I. Timing Cycles and Troubleshooting Review COPYRIGHTED MATERIAL

I PART I. Timing Cycles and Troubleshooting Review COPYRIGHTED MATERIAL I PART I Timing Cycles and Troubleshooting Review COPYRIGHTED MATERIAL 1 SECTION 1 Calculating Rates and Intervals Figure 1.1 Few clinicians can escape their training without having to learn to read a

More information

ECG MONITORING OF A CARDIAC PATIENT USING EMBEDDED SYSTEM

ECG MONITORING OF A CARDIAC PATIENT USING EMBEDDED SYSTEM ECG MONITORING OF A CARDIAC PATIENT USING EMBEDDED SYSTEM 1 SAI BIPIN PALAKOLLU, 2 J. PRITHVI, 3 M. R. MANOJ, 4 SREE TEJA, 5 SAI KUMAR, 6 M.GANESAN. 1,2,3,4,5,6 Department of Electronics and Communication

More information

ECG Noise Reduction By Different Filters A Comparative Analysis

ECG Noise Reduction By Different Filters A Comparative Analysis ECG Noise Reduction By Different Filters A Comparative Analysis Ankit Gupta M.E. Scholar Department of Electrical Engineering PEC University of Technology Chandigarh-160012 (India) Email-gupta.ankit811@gmail.com

More information

COMPRESSED ECG BIOMETRIC USING CARDIOID GRAPH BASED FEATURE EXTRACTION

COMPRESSED ECG BIOMETRIC USING CARDIOID GRAPH BASED FEATURE EXTRACTION COMPRESSED ECG BIOMETRIC USING CARDIOID GRAPH BASED FEATURE EXTRACTION Fatema-tuz-Zohra and Khairul Azami Sidek Department of Electrical of Electrical and Computer Engineering Faculty of Engineering, International

More information

VLSI Implementation of the DWT based Arrhythmia Detection Architecture using Co- Simulation

VLSI Implementation of the DWT based Arrhythmia Detection Architecture using Co- Simulation IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 10 April 2016 ISSN (online): 2349-784X VLSI Implementation of the DWT based Arrhythmia Detection Architecture using Co-

More information

ECG Acquisition System and its Analysis using MATLAB

ECG Acquisition System and its Analysis using MATLAB ECG Acquisition System and its Analysis using MATLAB Pooja Prasad 1, Sandeep Patil 2, Balu Vashista 3, Shubha B. 4 P.G. Student, Dept. of ECE, NMAM Institute of Technology, Nitte, Udupi, Karnataka, India

More information

ECG Signal Analysis for Abnormality Detection in the Heart beat

ECG Signal Analysis for Abnormality Detection in the Heart beat GRD Journals- Global Research and Development Journal for Engineering Volume 1 Issue 10 September 2016 ISSN: 2455-5703 ECG Signal Analysis for Abnormality Detection in the Heart beat Vedprakash Gujiri

More information

ECG SIGNAL PROCESSING USING BPNN & GLOBAL THRESHOLDING METHOD

ECG SIGNAL PROCESSING USING BPNN & GLOBAL THRESHOLDING METHOD ECG SIGNAL PROCESSING USING BPNN & GLOBAL THRESHOLDING METHOD Tarunjeet Singh 1, Ankur Kumar 2 1 Asst.Prof. ECE Department, SGI SAM., KURUKSHETRA University, (India) 2 M.Tech, ECE Department, SGI SAM.,KURUKSHETRA

More information

ABCs of ECGs. Shelby L. Durler

ABCs of ECGs. Shelby L. Durler ABCs of ECGs Shelby L. Durler Objectives Review the A&P of the cardiac conduction system Placement and obtaining 4-lead and 12-lead ECGs Overview of the basics of ECG rhythm interpretation Intrinsic

More information

Proceedings of the World Small Animal Veterinary Association Sydney, Australia 2007

Proceedings of the World Small Animal Veterinary Association Sydney, Australia 2007 Proceedings of the World Small Animal Sydney, Australia 2007 Hosted by: Next WSAVA Congress ECG INTERPRETATION Adrian Boswood MA VetMB DVC DECVIM-CA(Cardiology) MRCVS The Royal Veterinary College, Hawkshead

More information

BTL CardioPoint Relief & Waterfall. Relief & Waterfall. Abnormalities at first sight

BTL CardioPoint Relief & Waterfall. Relief & Waterfall. Abnormalities at first sight BTL CardioPoint Relief & Waterfall Relief & Waterfall Abnormalities at first sight BTL CardioPoint Relief & Waterfall 3 Introduction The ambulatory ECG examination (Holter examination) is characterized

More information

MARS Ambulatory ECG Analysis The power to assess and predict

MARS Ambulatory ECG Analysis The power to assess and predict GE Healthcare MARS Ambulatory ECG Analysis The power to assess and predict Connecting hearts and minds Prevention starts with knowledge Around the world, heart disease is one of our fastest-growing health

More information

MicroECG: An Integrated Platform for the Cardiac Arrythmia Detection and Characterization

MicroECG: An Integrated Platform for the Cardiac Arrythmia Detection and Characterization MicroECG: An Integrated Platform for the Cardiac Arrythmia Detection and Characterization Bruno Nascimento 1, Arnaldo Batista 1, Luis Brandão Alves 2, Manuel Ortigueira 1, and Raul Rato 1 1 Dept. of Electrical

More information

HUMAN ANATOMY AND PHYSIOLOGY

HUMAN ANATOMY AND PHYSIOLOGY HUMAN ANATOMY AND PHYSIOLOGY NAME Detection of heart sounds. Clean the ear pieces of the stethoscope before using. The ear pieces should be pointing slightly forward when inserted into the ears because

More information

M Series with Rectilinear Biphasic Waveform Defibrillator Option Indications for Use

M Series with Rectilinear Biphasic Waveform Defibrillator Option Indications for Use DEFIBRILLATOR OPTION General Information Introduction M Series products are available with an advanced electrical design that provides a unique rectilinear biphasic waveform for defibrillation and cardioversion.

More information

ECG DE-NOISING TECHNIQUES FOR DETECTION OF ARRHYTHMIA

ECG DE-NOISING TECHNIQUES FOR DETECTION OF ARRHYTHMIA ECG DE-NOISING TECHNIQUES FOR DETECTION OF ARRHYTHMIA Rezuana Bai J 1 1Assistant Professor, Dept. of Electronics& Communication Engineering, Govt.RIT, Kottayam. ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

A Novel Approach for Different Morphological Characterization of ECG Signal

A Novel Approach for Different Morphological Characterization of ECG Signal A Novel Approach for Different Morphological Characterization of ECG Signal R. Harikumar and S. N. Shivappriya Abstract The earlier detection of Cardiac arrhythmia of ECG waves is important to prevent

More information

Simulation Based R-peak and QRS complex detection in ECG Signal

Simulation Based R-peak and QRS complex detection in ECG Signal Simulation Based R-peak and QRS complex detection in ECG Signal Name: Bishweshwar Pratap Tasa Designation: Student, Organization: College: DBCET, Azara, Guwahati, Email ID: bish94004@gmail.com Name: Pompy

More information

BEDSIDE ECG INTERPRETATION

BEDSIDE ECG INTERPRETATION BEDSIDE ECG INTERPRETATION Presented by: Ryan Dean, RN, MSN, CCRN, CCNS, CFRN Flight Nurse 2017 Based on presentations originally by Gennifer DePaoli, RN Objectives Hospital policies Electrical conduction

More information

Comparison of ANN and Fuzzy logic based Bradycardia and Tachycardia Arrhythmia detection using ECG signal

Comparison of ANN and Fuzzy logic based Bradycardia and Tachycardia Arrhythmia detection using ECG signal Comparison of ANN and Fuzzy logic based Bradycardia and Tachycardia Arrhythmia detection using ECG signal 1 Simranjeet Kaur, 2 Navneet Kaur Panag 1 Student, 2 Assistant Professor 1 Electrical Engineering

More information

2-D ECG Compression Using Optimal Sorting and Mean Normalization

2-D ECG Compression Using Optimal Sorting and Mean Normalization 2009 International Conference on Machine Learning and Computing IPCSIT vol.3 (2011) (2011) IACSIT Press, Singapore 2-D ECG Compression Using Optimal Sorting and Mean Normalization Young-Bok Joo, Gyu-Bong

More information

Rate: The atrial and ventricular rates are equal; heart rate is greater than 100 bpm (usually between bpm).

Rate: The atrial and ventricular rates are equal; heart rate is greater than 100 bpm (usually between bpm). Sinus Bradycardia Regularity: The R-R intervals are constant; the rhythm is regular. Rate: The atrial and ventricular rates are equal; heart rate is less than 60 bpm. P wave: There is a uniform P wave

More information

POWER EFFICIENT PROCESSOR FOR PREDICTING VENTRICULAR ARRHYTHMIA BASED ON ECG

POWER EFFICIENT PROCESSOR FOR PREDICTING VENTRICULAR ARRHYTHMIA BASED ON ECG POWER EFFICIENT PROCESSOR FOR PREDICTING VENTRICULAR ARRHYTHMIA BASED ON ECG Anusha P 1, Madhuvanthi K 2, Aravind A.R 3 1 Department of Electronics and Communication Engineering, Prince Shri Venkateshwara

More information

DETERMINING THE ECG 1 CYCLE WAVE USING DISCRETE DATA

DETERMINING THE ECG 1 CYCLE WAVE USING DISCRETE DATA DETERMINING THE ECG 1 CYCLE WAVE USING DISCRETE DATA SABAR SETIAWIDAYAT 1,3, M. RASJAD INDRA 2, DJANGGAN SARGOWO 2, SETYAWAN SAKTI 2 1 Medical Faculty of Brawijaya University of Malang, East Java, Indonesia

More information

3/26/15 HTEC 91. EKG Sign-in Book. The Cardiac Cycle. Parts of the ECG. Waves. Waves. Review of protocol Review of placement of chest leads (V1, V2)

3/26/15 HTEC 91. EKG Sign-in Book. The Cardiac Cycle. Parts of the ECG. Waves. Waves. Review of protocol Review of placement of chest leads (V1, V2) EKG Sign-in Book HTEC 91 Review of protocol Review of placement of chest leads (V1, V2) Medical Office Diagnostic Tests Week 2 http://www.cvphysiology.com/arrhythmias/a013c.htm The Cardiac Cycle Represents

More information

Electrocardiography for Healthcare Professionals

Electrocardiography for Healthcare Professionals Electrocardiography for Healthcare Professionals Chapter 7: Junctional Dysrhythmias 2012 The Companies, Inc. All rights reserved. Learning Outcomes 7.1 Describe the various junctional dysrhythmias 7.2

More information