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

Size: px
Start display at page:

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

Transcription

1 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 Laboratory, Chungbuk National University, Korea {Makki, ibrahim, Mohammed, dglee, gysohn, dblab.chungbuk.ac.kr Abstract his paper describes new a model for analyzing and classifying large amount of ECG data. Our new model is composed of two parts, first part is to pre-process and extract features, the signal is passed through filter part composed of cascaded high-pass and low-pass integer filters to remove the noise, and then extract -intervals from heart patterns. Second part is to classify the patterns that appear in -intervals using decision tree into many classes to discover Atrial igeminy and rigeminy that produce the abnormal patterns and lead to change in intervals. Our new model helps the cardiologist to diagnose the heart disease state based on heart rate variability. 1. Introduction he heart disease is one of the main diseases in the world. here are many ways to discover these heart diseases by using electrocardiography which is important device for recording electrocardiogram (ECG) signals and variability of bioelectric potential with respect to time as human heart beats [1]. ECG is widely used for diagnosis heart activity. Among three components known as P, QRS and waves for typical ECG as they are shown in figure 2. Also it gives us useful information about the functional aspect of the heart. he early detection of the heart diseases can prolong life and enhance the quality of living through appreciates treatment. herefore, we need many techniques and working analysing on ECG signals. he state of cardiac health is generally reflected in the shape of the ECG waveform and heart rate. It contains important pointers to nature of the disease attacking the heart. Since the biosignals are nonstationary signals, this reflection may occur randomly at the time scale, in this case, diseases symptoms may not show up all the time but would manifest at certain irregular intervals patterns during the day. he analysing and reorganization of ECG signals is the main process for diagnosing heart conditions. here are approaches have been proposed and developed for analysing ECG signals such as digital signal analysis, fuzzy logic methods, artificial neural network, hidden markov model,support vector machine and other methods, each one of these has advantages and disadvantages [1,2]. he major of these methods still need artificial assistance for improving the accuracy and trying to look for more excellent method. We proposed new model for analysing and classifying long-term ECG data, helps the cardiologists in diagnosing process by classifying the patterns that appear during the intervals using incremental decision ree. 2. Cardiac arrhythmia ECG or EKG (sometimes) provides the most accurate means of identifying cardiac arrhythmia (bad rhythm) which can be diagnosed easily when we understand electrophysiology of the heart which includes normal conduction pathways. Normally sanio-atrial (SA) node generates regular sinus rhythm that paces the heart. Each pacemaker impulse from SA node spreads through both atria as an advancing wave of depolarization. On EKG there is a consistent distance (duration) between similar waves during regular a rhythm because the SA node s automaticity precisely maintains constant cycle duration between the pacing impulse that it generates as shown in figure 1 [3].

2 Figure 1.Shows equal distances between identical waves during normal and regular cardiac rhythm. he depolarization of the atrial myocardium produces P wave on EKG.he atrial depolarization eventually reaches the atrial-ventricle (AV) node but the conduction of depolarization slows within AV node recording a pause on EKG. After passing slowly through the AV node, depolarization proceeds rapidly through the bundle, bundle branches and their subdivisions, and through the terminal purkinje filaments to distribute depolarization to the ventricles. Ventricular depolarization produces a QRS complex on EKG.Ventricular depolarization initiates ventricular contraction, which persists (through both phases of depolarization) to the end of the wave as shown in Figure 2. Figure 2. ECG waves that are produced by the heart activities. he arrhythmia can be divided into number categories according to the arrhythmia s mechanism of origin irregular rhythm, escape, premature and tauchy-arrhythmias [3]. In this paper we are going to discuss about premature beats. he premature beat originates in irritable automaticity focus that fires spontaneously, producing beat on EKG earlier than expected in the rhythm. We need to identify the focus (atrial, junctional, or ventricular). Premature atrial beat (PA) originates suddenly in an irritable atrial automaticity focus, and it produces a P wave earlier than expected. he ventricular conduction system is usually receptive to depolarize by a premature atrial beat, but one of the bundle branches may not have completely repolarised which causes a little refractory when the other is receptive. his aberrant ventricular conduction produces a slightly widened QRS for that premature cycle as it is shown in figure 3. Figure 3. Premature Atrial eat with aberrant ventricular conduction. When the premature atrial beat (p ) is conducted to the ventricles, the ventricles are also depolarized earlier than usual. his event produces change on -intervals. Occasionally, an irritable automaticity focus fires a premature Atria eat (P ) that couples to the end of a normal cycle, and repeats this process by coupling a PA to the each successive normal cycle. his is called atrial bigeminy as it is shown in figure 4(a). Sometimes, an irritable atrial focus may prematurely fire after two normal cycles, when this couplet repeats continuously, this is called atrial triggering as it is shown in figure 4(b). Figure 4. Shows atrial bigeminy and trigeminy he atrial bigeminy and trigeminy occur with type atrial-ventricular blocks (arrhythmias). We can classify this type of arrhythmia based on the heart rate variability because they affect the heart rate variability by occurring specific patterns on heart rate. hese patterns occur on different forms based on the heart disease state as are shown in figure 4. y detecting the R-peaks and calculating the -intervals that help us to diagnose the heart disease state using data mining techniques [4].

3 he normal heart rate variability must be changed in specific range [3, 7]. We suppose the normal heart variability change between α, β. α < normal Rate > β. he Atrial bigeminy beat is produced according to some failure occur in SA node, then atrial automaticity foci fire spontaneously and earlier more than expected and produce changing in heart rate variability in that time. Enhance, atrial bigeminy produces patterns like this: <Normal beat, abnormal beat, normal beat >or <Abnormal beat, normal beat, abnormal beat > Abnormal beat = interval is less than α, as it shown in figure 4 (a). If ((1 is normal) && (2 is abnormal) && (3 is normal)) if ((1 is abnormal )&&(2 is normal )&&(3 is abnormal )) Atrial bigeminy. If ((1 is normal) && (2 is normal) && (3 is abnormal)) If ((1 is abnormal) &&(2 is abnormal )&&(3 is normal )) Atrial trigeminy. When the patterns occurrences satisfy the above condition, the patterns should be classify as atrial bigeminy or trigeminy as it is shown in table 1. able 1. Shows how the bigeminy and trigeminy appear during the - intervals. 3. Proposed Method Filtering and Features Extractions - interval patterns - intervals Patterns Classification Using Decision ree Result Output Diagnosing

4 Figure 5. Shows the proposed method 3.1 Data Collection he first step in our proposed method begins with collecting ECG signals from human bodies using leads. he standard ECG is composed 12 leads, six limb leads are recorded by using arm and leg electrodes, and other six chest leads are recorded using electrodes at six different positions on chest [3].he heart sound using electrocardiogram will record simultaneously from patients and store in ECG database which will be used as input signal for features extraction part processing. We will use the storage technique that is similar to techniques used in physionet databases[8]. 3.2 Filtering and Features extractions It s considered as preprocessing the ECG signal which is contaminated with high frequency noise. he unwanted noise of the heart biopotential signal must be remove. ECG must also be filtered using bandpass filtered to eliminate the motion artifact, baseline wander and eliminate power line noise which can affect the QRS detection algorithm [2].In the features extractions and - intervals from ECG, our proposed method is going to extract only R wave. here are many algorithms and methods that are used for detection R wave from ECG signals [5].he -interval signal will be constructed by measuring the time interval between successive R waves. he proposed method stores the - intervals in file or dataset that could be used in classification step. his model is going to classify the igeminy and rigeminy that produce the abnormal patterns and lead to change in - intervals. 3.3 Classification Using Decision ree A decision tree is a representation of a decision procedure for determining a class label. G G 1 Pattern window Yes no Yes no yes no Yes no yes no yes no yes no Diagnosis Figure 6. Shows decision tree structure that is use to classify the ECG patterns. Where is interval time. At each internal node of the tree, there is a test (question, is -interval normal?), and a

5 branch corresponding to each of the possible outcomes of the test. At each leaf node, there is a class label (answer) where G is normal patterns, is trigeminy and is bigeminy as it is shown on leaf nodes in fig 6.Our proposed method is using decision tree to classify the -interval patterns into many classes to discover atrial bigeminy and trigeminy which generate abnormality patterns [6]. Each one of these patterns consists of three intervals sliding window. he classification in our proposed method on intervals is going to perform the classification using set of rules that will be provided by medical experts [7]. 4. Conclusion & Future Work In this paper we proposed new method to detect atrial bigeminy and trigeminy which may occur with type atrialventricular blocks (arrhythmias) and lead to generate abnormal patterns in heart activity. In the future, we are going to complete implementation of this proposed method and developing to help the cardiologist to diagnose the heart disease state based on heart rate variability. 5. Acknowledgement his work was supported by the grant of the Korean Ministry of Education, Science and echnology"(he Regional Core Research Program/Chungbuk I Research-Oriented University Consortium) and the Korea Science and Engineering Foundation (KOSEF) grant funded by the Korea government (MES) (No. R ). 6. References [1] Fei Zhang. Jun an, Yong Lain. Jones, An Effective QRS Detection algorithm for Wearable ECG in ody Area Network, IEEE, [2] Emran M, N.HK,R.salleh, M.Yamani Idna Idris. N.Noor, A Mohd amil. Heartbeat Electrocardiogram (ECG) Signal Feature Extraction Using Discrete Wavelet ransforms (DW), Malaysia, [3] Dale Dubin, MD, Rapid Interpretation of EKG s, USA, [4]PANG-NING AN MiCHAELSV KUMAR, Introduction to Data mining, USA, [5] Jing-ain ang, Xiao-li Yang, Jun-chao Xu,Yan ang,qing Zou, he Algorithm of R peak Detection in ECG ased on Emprical Mode Decomposition, IEEE, [6] Paul E Utgo, an improved algorithm for incremental induction of decision trees eleventh international conference on machine learning, February, February [7] M.G. sipourasa, c, D.I. Fotiadisa, c, d,*, D. Siderisb,d An arrhythmia classification system based on the -interval signal, Artificial Intelligence in Medicine, Germany, [8]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

The science of medicine. The compassion to heal.

The science of medicine. The compassion to heal. A PATIENT S GUIDE TO ELECTROPHYSIOLOGY STUDIES OF THE HEART The science of medicine. The compassion to heal. This teaching booklet is designed to introduce you to electrophysiology studies of the heart.

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

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

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

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

Electrophysiology study (EPS)

Electrophysiology study (EPS) Patient information factsheet Electrophysiology study (EPS) The normal electrical system of the heart The heart has its own electrical conduction system. The conduction system sends signals throughout

More information

Atrioventricular (AV) node ablation

Atrioventricular (AV) node ablation Patient information factsheet Atrioventricular (AV) node ablation The normal electrical system of the heart The heart has its own electrical conduction system. The conduction system sends signals throughout

More information

Electrophysiology Introduction, Basics. The Myocardial Cell. Chapter 1- Thaler

Electrophysiology Introduction, Basics. The Myocardial Cell. Chapter 1- Thaler Electrophysiology Introduction, Basics Chapter 1- Thaler The Myocardial Cell Syncytium Resting state Polarized negative Membrane pump Depolarization fundamental electrical event of the heart Repolarization

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

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

Catheter Ablation. A Guided Approach for Treating Atrial Arrhythmias

Catheter Ablation. A Guided Approach for Treating Atrial Arrhythmias Catheter Ablation A Guided Approach for Treating Atrial Arrhythmias A P A T I E N T H A N D B O O K This brochure will provide an overview of atrial arrhythmias (heart rhythm problems affecting the upper

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

PREDICTION AND ANALYSIS OF ECG SIGNAL BEHAVIOR USING SOFT COMPUTING

PREDICTION AND ANALYSIS OF ECG SIGNAL BEHAVIOR USING SOFT COMPUTING IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) ISSN(E): 2321-8843; ISSN(P): 2347-4599 Vol. 2, Issue 5, May 2014, 199-206 Impact Journals PREDICTION AND ANALYSIS OF

More information

Chapter 20: The Cardiovascular System: The Heart

Chapter 20: The Cardiovascular System: The Heart Chapter 20: The Cardiovascular System: The Heart Chapter Objectives ANATOMY OF THE HEART 1. Describe the location and orientation of the heart within the thorax and mediastinal cavity. 2. Describe the

More information

The Patient s Guide to the Electrophysiologic Study (EPS) and Catheter Ablation

The Patient s Guide to the Electrophysiologic Study (EPS) and Catheter Ablation The Patient s Guide to the Electrophysiologic Study (EPS) and Catheter Ablation 2 P a g e Table of Contents Introduction How the Heart Works 3 How the Heart s Electrical System Works 3 Commonly Used Heart

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

Monitoring EKG. Evaluation copy

Monitoring EKG. Evaluation copy Monitoring EKG Computer 28 An electrocardiogram, or EKG, is a graphical recording of the electrical events occurring within the heart. A typical EKG tracing consists of five identifiable deflections. Each

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

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

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

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

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

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

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

Electrophysiology Heart Study - EPS -

Electrophysiology Heart Study - EPS - Electrophysiology Heart Study - EPS - What is an EPS? EPS is short for ElectroPhysiology heart Study. This procedure looks at the electrical system of your heart. An EPS will show if you have a heart rhythm

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

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

Introduction to Electrophysiology. Wm. W. Barrington, MD, FACC University of Pittsburgh Medical Center

Introduction to Electrophysiology. Wm. W. Barrington, MD, FACC University of Pittsburgh Medical Center Introduction to Electrophysiology Wm. W. Barrington, MD, FACC University of Pittsburgh Medical Center Objectives Indications for EP Study How do we do the study Normal recordings Abnormal Recordings Limitations

More information

ECG made extra easy. medics.cc

ECG made extra easy. medics.cc ElectroCardioGraphyraphy ECG made extra easy Overview Objectives for this tutorial What is an ECG? Overview of performing electrocardiography on a patient Simple physiology Interpreting the ECG Objectives

More information

Automatic Detection of ECG R-R Interval using Discrete Wavelet Transformation

Automatic Detection of ECG R-R Interval using Discrete Wavelet Transformation Automatic Detection of ECG R-R Interval using Discrete Wavelet Transformation Vanisree K Research Scholar 2 Jyothi Singaraju Associate Professor Dept. of Computer Science Sri Padmavathi Mahila Visvavidyalayam

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

Electrocardiography Review and the Normal EKG Response to Exercise

Electrocardiography Review and the Normal EKG Response to Exercise Electrocardiography Review and the Normal EKG Response to Exercise Cardiac Anatomy Electrical Pathways in the Heart Which valves are the a-v valves? Closure of the a-v valves is associated with which heart

More information

1 Meet Your AliveCor Heart Monitor

1 Meet Your AliveCor Heart Monitor GETTING STARTED HOW TO RECORD YOUR FIRST ECG 1 Meet Your AliveCor Heart Monitor UNPACK Take your AliveCor out of the box. The device is already connected to an attachment plate that can adhere to the back

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

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

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

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

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

Current Management of Atrial Fibrillation DISCLOSURES. Heart Beat Anatomy. I have no financial conflicts to disclose

Current Management of Atrial Fibrillation DISCLOSURES. Heart Beat Anatomy. I have no financial conflicts to disclose Current Management of Atrial Fibrillation Mary Macklin, MSN, APRN Concord Hospital Cardiac Associates DISCLOSURES I have no financial conflicts to disclose Book Women: Fit at Fifty. A Guide to Living Long.

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

The Heart Rhythm Charity

The Heart Rhythm Charity The Heart Rhythm Charity Promoting better understanding, diagnosis, treatment and quality of life for individuals with cardiac arrhythmias Registered Charity No. 1107496 2006 Bradycardia (Slow Heart Rhythm)

More information

Key Medical Terms Associated with the Cardiovascular System

Key Medical Terms Associated with the Cardiovascular System 1 Key Medical Terms Associated with the Cardiovascular System Aneurysm: A thin, weakened section of the wall of an artery or vein that bulges outward, forming a balloon-like sac. Common causes are atherosclerosis,

More information

Biology 347 General Physiology Lab Advanced Cardiac Functions ECG Leads and Einthoven s Triangle

Biology 347 General Physiology Lab Advanced Cardiac Functions ECG Leads and Einthoven s Triangle Biology 347 General Physiology Lab Advanced Cardiac Functions ECG Leads and Einthoven s Triangle Objectives Students will record a six-lead ECG from a resting subject and determine the QRS axis of the

More information

A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE

A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE Kasra Madadipouya 1 1 Department of Computing and Science, Asia Pacific University of Technology & Innovation ABSTRACT Today, enormous amount of data

More information

Welcome to Vibrationdata

Welcome to Vibrationdata Welcome to Vibrationdata Acoustics Shock Vibration Signal Processing December 2004 Newsletter Ni hao Feature Articles One of my goals is to measure a wide variety of oscillating signals. In some sense,

More information

For more information about the use of the Propaq monitor, refer to the Propaq Directions For Use.

For more information about the use of the Propaq monitor, refer to the Propaq Directions For Use. Clinical Support 8500 S.W. Creekside Pl. Beaverton, OR 97008-7107 U.S.A. Telephone: 503-526-4200 Toll Free: 800-289-2500 clinicalsupport@protocol.com ELECTROCARDIOGRAPHY Introduction This article provides

More information

The P Wave: Indicator of Atrial Enlargement

The P Wave: Indicator of Atrial Enlargement Marquette University e-publications@marquette Physician Assistant Studies Faculty Research and Publications Health Sciences, College of 8-12-2010 The P Wave: Indicator of Atrial Enlargement Patrick Loftis

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

Patient Information Sheet Electrophysiological study

Patient Information Sheet Electrophysiological study Patient Information Sheet Electrophysiological study Your doctor has recommended performing an electrophysiological study (also called EPS). EPS is a diagnostic procedure designed to test and evaluate

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

Atrial Fibrillation: The heart of the matter

Atrial Fibrillation: The heart of the matter Atrial Fibrillation: The heart of the matter This booklet has been written especially for people with atrial fibrillation (AF), a heart condition often described as an irregular heartbeat (also known

More information

Electrolyte Physiology. Something in the way she moves

Electrolyte Physiology. Something in the way she moves Electrolyte Physiology Something in the way she moves me Electrolyte Movement CONCENTRATION GRADIENT ELECTRICAL GRADIENT DRIVING FORCE NERNST NUMBER (E-ion) CONDUCTANCE (G-ion) PERMEABILITY CHANNELS: small

More information

PRO-CPR. 2015 Guidelines: PALS Algorithm Overview. (Non-AHA supplementary precourse material)

PRO-CPR. 2015 Guidelines: PALS Algorithm Overview. (Non-AHA supplementary precourse material) PRO-CPR 2015 Guidelines: PALS Algorithm Overview (Non-AHA supplementary precourse material) Please reference Circulation (from our website), the ECC Handbook, or the 2015 ACLS Course Manual for correct

More information

SUMMARY. Additional Digital/Software filters are included in Chart and filter the data after it has been sampled and recorded by the PowerLab.

SUMMARY. Additional Digital/Software filters are included in Chart and filter the data after it has been sampled and recorded by the PowerLab. This technique note was compiled by ADInstruments Pty Ltd. It includes figures and tables from S.S. Young (2001): Computerized data acquisition and analysis for the life sciences. For further information

More information

Pacers use a 5-letter code: first 3 letters most important

Pacers use a 5-letter code: first 3 letters most important PACEMAKERS 2 Pacemakers: Nomenclature Pacers use a 5-letter code: first 3 letters most important t First Letter: Chamber Paced A= Atrium V= Ventricle D= Dual (A+V) 2nd Letter: Chamber Sensed A= Atrium

More information

2 ECG basics. Leads and planes. Leads. Planes. from different perspectives, which are called leads and planes.

2 ECG basics. Leads and planes. Leads. Planes. from different perspectives, which are called leads and planes. 558302.qxp 3/14/12 10:47 PM Page 12 2 ECG basics One of the most valuable diagnostic tools available, an electrocardiogram (ECG) records the heart s electrical activity as waveforms. By interpreting these

More information

5 MILLION AMERICANS 1. Atrial Fibrillation (AFib) AFib affects an estimated

5 MILLION AMERICANS 1. Atrial Fibrillation (AFib) AFib affects an estimated A Patient s Guide To with Atrial Fibrillation (AFib) CAUSES RISK FACTORS SYMPTOMS DIAGNOSIS TREATMENTS INSIDE The Healthy Heart... 2 Your Heart In AFib... 4 How Do You Get It?... 6 How Do You Know If You

More information

INFORMATION FOR PATIENTS AND FAMILIES A Patient s Guide to Living with Atrial Fibrillation

INFORMATION FOR PATIENTS AND FAMILIES A Patient s Guide to Living with Atrial Fibrillation INFORMATION FOR PATIENTS AND FAMILIES A Patient s Guide to Living with Atrial Fibrillation 30 Bond Street, Toronto, ON M5B 1W8 Canada 416.864.6060 stmichaelshospital.com Form No. XXXXX Dev. XX/XXXX GOALS

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

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

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

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

Interpreting AV (Heart) Blocks: Breaking Down the Mystery

Interpreting AV (Heart) Blocks: Breaking Down the Mystery Interpreting AV (Heart) Blocks: Breaking Down the Mystery 2 Contact Hours Copyright 2012 by RN.com. All Rights Reserved. Reproduction and distribution of these materials is prohibited without the express

More information

Atrial fibrillation (AF) patient information

Atrial fibrillation (AF) patient information AF A Atrial fibrillation (AF) patient information Providing information, support and access to established, new or innovative treatments for Atrial Fibrillation www.atrialfibrillation-au.org Glossary Antiarrhythmic

More information

PATIENT INFORMATION GUIDE TO ATRIAL FIBRILLATION

PATIENT INFORMATION GUIDE TO ATRIAL FIBRILLATION PATIENT INFORMATION GUIDE TO ATRIAL FIBRILLATION A Comprehensive Resource from the Heart Rhythm Society AF 360 provides a single, trusted resource for the most comprehensive and relevant information and

More information

GUIDE TO ATRIAL FIBRILLATION

GUIDE TO ATRIAL FIBRILLATION PATIENT INFORMATION GUIDE TO ATRIAL FIBRILLATION Atrial Fibrillation (AF) Atrial Flutter (AFL) Rate and Rhythm Control Stroke Prevention This document is endorsed by: A Comprehensive Resource from the

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

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

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

Cardioversion for. Atrial Fibrillation. Your Heart s Electrical System Cardioversion Living with Atrial Fibrillation

Cardioversion for. Atrial Fibrillation. Your Heart s Electrical System Cardioversion Living with Atrial Fibrillation Cardioversion for Atrial Fibrillation Your Heart s Electrical System Cardioversion Living with Atrial Fibrillation When You Have Atrial Fibrillation You ve been told you have a heart condition called atrial

More information

«Δυσλειτουργία βηματοδότη. Πως μπορούμε να την εκτιμήσουμε στο ιατρείο.» Koσσυβάκης Χάρης Καρδιολογικό Τμήμα Γ.Ν.Α. «Γ. ΓΕΝΝΗΜΑΤΑΣ

«Δυσλειτουργία βηματοδότη. Πως μπορούμε να την εκτιμήσουμε στο ιατρείο.» Koσσυβάκης Χάρης Καρδιολογικό Τμήμα Γ.Ν.Α. «Γ. ΓΕΝΝΗΜΑΤΑΣ «Δυσλειτουργία βηματοδότη. Πως μπορούμε να την εκτιμήσουμε στο ιατρείο.» Koσσυβάκης Χάρης Καρδιολογικό Τμήμα Γ.Ν.Α. «Γ. ΓΕΝΝΗΜΑΤΑΣ Diagnostic tools History: symptoms, physical examination 12 leads ECG,

More information

Artificial Neural Network Approach for Classification of Heart Disease Dataset

Artificial Neural Network Approach for Classification of Heart Disease Dataset Artificial Neural Network Approach for Classification of Heart Disease Dataset Manjusha B. Wadhonkar 1, Prof. P.A. Tijare 2 and Prof. S.N.Sawalkar 3 1 M.E Computer Engineering (Second Year)., Computer

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

Atrial Fibrillation Centre

Atrial Fibrillation Centre About this guide We have prepared this guide to help you to: learn about atrial fibrillation manage atrial fibrillation and reduce the risk of stroke find out about medicines and other treatment options

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

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

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

COVERAGE GUIDANCE: ABLATION FOR ATRIAL FIBRILLATION

COVERAGE GUIDANCE: ABLATION FOR ATRIAL FIBRILLATION COVERAGE GUIDANCE: ABLATION FOR ATRIAL FIBRILLATION Question: How should the EGBS Coverage Guidance regarding ablation for atrial fibrillation be applied to the Prioritized List? Question source: Evidence

More information

Atrial Fibrillation and Ablation Therapy: A Patient s Guide

Atrial Fibrillation and Ablation Therapy: A Patient s Guide Atrial Fibrillation and Ablation Therapy: A Patient s Guide ATRIAL FIBRILLATION CENTER AT UNIVERSITY OF ROCHESTER MEDICAL CENTER www.heart.urmc.edu 585-275-4775 INTRODUCTION Our goal at the Atrial Fibrillation

More information

Wireless Remote Monitoring System for ASTHMA Attack Detection and Classification

Wireless Remote Monitoring System for ASTHMA Attack Detection and Classification Department of Telecommunication Engineering Hijjawi Faculty for Engineering Technology Yarmouk University Wireless Remote Monitoring System for ASTHMA Attack Detection and Classification Prepared by Orobh

More information

What Can I Do about Atrial Fibrillation (AF)?

What Can I Do about Atrial Fibrillation (AF)? Additional Device Information 9529 Reveal XT Insertable Cardiac Monitor The Reveal XT Insertable Cardiac Monitor is an implantable patientactivated and automatically activated monitoring system that records

More information

On Quantitative Software Quality Assurance Methodologies for Cardiac Pacemakers

On Quantitative Software Quality Assurance Methodologies for Cardiac Pacemakers On Quantitative Software Quality Assurance Methodologies for Cardiac Pacemakers Marta Kwiatkowska Department of Computer Science, University of Oxford Joint work with Alexandru Mereacre and Nicola Paoletti

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

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