Artificial Neural Networks in Cardiology - ECG Wave Analysis and Diagnosis Using Backpropagation Neural Networks

Size: px
Start display at page:

Download "Artificial Neural Networks in Cardiology - ECG Wave Analysis and Diagnosis Using Backpropagation Neural Networks"

Transcription

1 Artificial Neural Networks in Cardiology - ECG Wave Analysis and Diagnosis Using Backpropagation Neural Networks 1.Syed Khursheed ul Hasnain C Eng MIEE National University of Sciences & Technology, Pakistan Navy Engineering College, Habib Rehmatullah Road, Karachi, Pakistan super.net.pk 2.Syed Muhammad Asim Biomedical Engineering Dept., Sir Syed University of Engineering & Technology, University Road, Karachi, Pakistan yahoo.com Abstract: Artificial Neural Networks are being increasingly used in medical applications such as Cardiology. Backpropagation neural network has been used because of its good pattern recognition capabilities in supervised training mode for ECG wave analysis and diagnosis. The developed system was part of the Computerized Patient Monitoring System, developed as a final year project, and analyzes ECG waves in both time and frequency domain with real time processing capabilities. The network does dynamic studies of the wave with point-to-point calculations and 2D wave pattern recognition. The system also has learning abilities for learning custom ECG patterns and their related abnormalities, and this can be used to store upto 25 reference abnormal ECG patterns to be used for future diagnostic calculations. The system learns in both on and off line modes and thus produces results in real time. The data acquired by the system can be used with a database management system so that it can be viewed anywhere in the hospital using hospital s LAN. Furthermore the data can also be communicated on the Internet. Introduction An artificial neural network (ANN) is an information-processing paradigm, implemented in hardware or software that is modeled after the biological processes of the brain. An ANN is made up of a collection of highly interconnected nodes, called neurons or processing elements. A node receives weighted inputs from other nodes, sums these inputs, and propagates this sum through a Input Adjust weight Neural Network including connections ( called weights) between neurons Output Target Fig 1. Block diagram of the neural network function to other nodes. This process is analogous to the actions of a biological neuron. The network obtains the final result once the weight & biases are adjusted as shown in Fig.1. [1] ANNs most important advantage is that they can be used to solve problems of considerable complexity; problems that do not have an algorithmic solution or for which such a solution is too complex to be found. Because of their abstraction from the brain, ANNs are good at solving problems that humans are good at solving but which computers are not. Pattern recognition and classification are examples of problems that are well suited for ANN application. [2]. Neural Networks: The approach of using a neural network based system for biomedical signal analysis and diagnosis gives strength to the idea of automated signal interpretation. This automation process reduces the burden on the doctors/paramedics involved in critical care situations like ICUs and CCUs and with the option of both time and amplitude domain analysis the diagnosis can be made with utmost precision. Once a computer system is able to diagnose complex disease patterns from measured signals and data stored in electronic patient records, it is in a position to assist clinicians in making therapeutic decisions. As more and more hospitals take advantage of the power of computers and begin to store medical data in digital formats, computer based technologies, such as artificial neural networks, can provide useful aids to assist the physician in the diagnosis of many diseases. This tool could be used in personal health diagnostic systems for continuous diagnosis of health and for periodic clinical tests: graded exercise tests and cardiovascular stress tests. For example, a real-time diagnostic system incorporating the cardiovascular models may be used to monitor the health of workers in hazardous environments or to monitor and control administration of medication for hospital patients. Backpropagation Neural Networks: The backpropagation neural network is a feed-forward

2 network that usually has hidden layers, as shown in Fig.2.[3]. The activation function for this type of network is generally the sigmoid function. Since the activation function for these nodes is the sigmoid function above, the output from each node is given by where a i is the total input to node i, which is given by Note how the weights are indexed. Weight w ij is the weight of the connection from node j to node i. Now, as for the perceptron, we will minimize the error in the network by using the gradient descent algorithm to adjust the weights. So the change in the weight from node j to node i is given by where E k is the mean square error for the k th pattern, The error for a hidden node i is calculated from the errors of the nodes in the next layer to which node i is connected. This is how the error of the network is back propagated. So, putting it all together, the change for weight w ij, where node i is in a hidden layer, is given by The changes in the weights of the network, which allow the network to learn, are now totally defined. This generalized delta rule for backpropagation neural networks defines how the weights between the output layer and the hidden layer change, and how the weights between other layers change also. This network is called backpropagation because the errors in the network are fed backward, or backpropagated, through the network. Fig 2: Backpropagation network Generalization is perhaps the most useful feature of a backpropagation network. Since the network uses supervised training, a set of input patterns can be organized into groups and fed to the network. The network will observe the patterns in each group, and will learn to identify the characteristics that separate the groups. Often, these characteristics are such that a trained network will still be able to classify new, or unseen, input patterns into the correct groups, even if the patterns are noisy. The network learns to ignore the irrelevant data in the input patterns. Electrocardiography: The electrocardiogram (ECG) is a graphic recording of the electrical potentials produced in association with the heartbeat. The impulses produced by the SA node results in excitation of the muscle fibers throughout the myocardium. Impulse formation and conduction produce weak electrical currents that spread through the entire body. By applying electrodes to various positions on the body that are the right arm(ra), left arm(la), right leg(rl) and left leg(ll), and connecting these electrodes to an electrocardiographic apparatus, the ECG is recorded as shown in Fig.3. NORMAL ELECTROCARDIOGRAPHIC COMPLEXES: P wave: The deflection produced by arterial depolarization. Ta wave: The deflection produced by artrial repolarization. Q(q)wave: The initial negative deflection resulting from ventricular depolarization. R(r) wave: The first positive deflection during ventricular depolarization. S(s) wave: The first negative deflection of ventricular depolarization that follows the first positive deflection(r). R': The second positive deflection, i.e., the first positive deflection during ventricular depolarization that follows the S wave. The negative deflection following the r' is termed the s'. T wave: The deflection produced by ventricular repolarization.

3 U wave: A deflection (usually positive) seen following the T wave and preceding the next P wave. [4]. Fig.3. Diagram of electrocardiographic complexes, intervals and segments Normal Interval Values Interval R-R Interval P-P Interval P-R Interval QRS Interval Ventricular Activation Time (VAT) Q-T Interval Duration Varies Varies sec 0.1sec 0.03sec (in V 1-2 ) 0.05sec (in V 5-6 ) 0.42 (in men) 0.43 (in women) Normal Segments and Junctions:- PR segment: That portion of the ECG tracing from the end of the P wave to the onset of the QRS complex. RS-T junction (J): The point at which the QRS complex ends and the RS-T segment begins. RS-T segment or ST segment: The portion of the tracing from the J to the onset of the T wave. The automated signal interpretation The motivations for automating signal interpretation are numerous and are not unique to medicine. The most pressing arise from the difficulties clinicians face when they continuously monitor patient data. These human factors include the problems of data overload, varying expertise, and human error. It comes as no surprise that clinicians may have difficulty in interpreting information presented to them on current monitoring systems. Not only may the amount of information available be greater than can be assimilated, but the clinical environment provides distractions with other tasks, reducing the effort that can be devoted to signal interpretation. Worse still, current monitors flood clinicians with false alarms, providing further unnecessary distraction. It is also clear that the level of expertise requires consultation with more experienced colleagues. This frequently leads to errors in diagnosis and selection of treatment. There are several ways in which computer based systems can assist in addressing such difficulties. One is to automate the process of data validation. At present it is up to the clinician to ascertain whether a measurement accurately reflects a patient's status, or is in error. While in many situations, signal error is clear from the clinical context, it can also manifest itself as subtle changes in the shape of a waveform. Without quite specialized expertise, clinicians may misinterpret measured data as being clinically significant, when it in fact reflects an error in the measurement system. The interpretations produced by a computer can be much more complex than an assessment of signal validity. It is also possible to design systems capable of diagnosing clinical conditions that can detect abnormalities in rare or complex cases based on the ECG waveform classification using trained backpropagation neural networks. Much of the research in medical artificial intelligence over the last two decades has been devoted to this area, and impressive diagnostic performances have been demonstrated in many specialized medical domains like monitoring ECG diagnosis in ICU [7]. Levels of interpretation Signal interpretation can vary from a low level assessment of validity to a complex assessment of clinical significance. A signal is first examined for evidence of artefact and the validated signal is then presented to the next layer in the interpretive hierarchy. Where a single channel signal contains sufficient information for a diagnosis, this is made. A flat portion of ECG trace is not diagnosed as an `asystole' because examination of the corresponding arterial waveform reveals pulsatile behaviour consistent with normal cardiac function. A higher level of interpretation is also possible, taking into account relevant contextual patient information where this is available. This level is concerned with making decisions based upon signal interpretations, and may include recommendations for further investigations or therapeutic actions. The tasks of artefact detection, single and cross-channel interpretation and decision support is examined in more detail. Methods of Interpretation Intelligent signal interpretation can be divided into two tasks. Firstly, distinct events within a signal are identified using pattern recognition methods e.g. detecting individual peaks in an ECG signal. Secondly a meaningful label is assigned to the detected events using pattern interpretation methods e.g. picking a QRS complex from a T

4 wave, and interpreting its clinical significance. There have been significant advances with techniques for performing both these tasks, and new methodologies have emerged, several specifically from research in AI. One of the more significant methods is pattern recognition. Working with Neural Networks The weights are obtained by a period of training, in which a net is presented with examples of the signal patterns it is intended to recognize, and the weights in the net are slowly adjusted until it achieves the desired output. A neural network thus encodes within its weights a discriminating function that is optimized to distinguish the different classes present within its training set. In theory, a network can approximate any such discriminant function. [5]. Despite initial claims of uniqueness for the computational properties of neural nets, it is becoming clear that they have clear and important relationships with a number of more traditional discrimination methods including Markov models, Bayesian networks, and decision trees. The properties of neural networks make them useful both for pattern recognition, and signal interpretation. The net not only recognizes a pattern, but is able to associate it with a predetermined diagnostic class. While the interpretive facility of nets has found numerous applications, it is limited by its inability to explain its conclusions. The reasoning by which a net selects a class is hidden within the distributed weights, and is unintelligible as an explanation. Nets are thus limited to interpreting patterns where no explanation or justification for selecting a conclusion is necessary. Since the need to justify a clinical diagnosis is recognized as an important part of the process of decision support, this limits the application of nets in such tasks. However neural networks can approximate the given ECG wave in supervised training (Fig 4 and Fig 5) and then further decision making an be accomplished using pattern recognition algorithms.[7] Rule ASY1: If heart rate = 0 then conclude asystole Rule ASY2: If asystole and (ABP is pulsatile and in the normal range) then retract asystole Fig 5: Approximated ECG by the Neural Network. In the presence of a zero heart rate, the expert system would first match rule ASY1 and conclude that asystole was present. However, if it next succeeded in matching all the conditions in rule ASY2 - that it had previously detected an asystole but could also detect a normal arterial waveform, then it would fire this second rule, which would effectively filter out the previous asystole alarm. If rule ASY2 could not be fired because the arterial pressure was abnormal, then the initial conclusion that asystole was present would remain. Block diagram and Description The patient interface is through electrodes; placed at the right arm, right leg, left arm and left leg. The block diagram of the system is shown in Fig 6. Fig.6. Block diagram of the system Fig 4: Original ECG wave given to the Neural Network. Examples of rules, which might be used to detect asystole and filter out false asystole alarms in the presence of a normal arterial waveform, might be: The instrumentation Amplifier: This amplifier is usually kept as the first stage of a good measuring instrument because of its high input impedance and high noise rejection ratio. In this circuit it is providing the main interface with the patient and is providing the initial gain to the received signal(s). Low Pass Filter: The low pass filter is a Butterworth filter with the center frequency set at 100Hz because ECG has the bandwidth of 0-

5 100Hz. This filter is also providing a gain of 10 to the signal(s). Notch filter: Notch filter is a specially designed filter, also called Hum filter, that is optimized for removal of the 50Hz AC hum that is mixed with the signal due to electromagnetic interference and/or power supply noise. This filter is necessary because the 50Hz hum is able to pass the low pass section described above as it falls in the required frequency range of 0-100Hz. Final Amplifier and Buffer section: This section has a variable gain and provides gain to the ECG according to the wish of the operator. It also has a buffer section with unity gain for further improving the strength of the signal. QRS filter: Power spectrum of a normal ECG signal has the greatest signal-to-noise ratio at about 17Hz, that is the frequency of the QRS complex in the ECG wave. As QRS complex is one of the main segments of the ECG, it is required to separate it from the whole signal for further analysis. A band pass filter with center frequency of 17Hz and BW of 6Hz is utilized for this purpose. Precision Rectifier: This section is used to remove the negative portion of the QRS complex before it goes in the sample and hold circuit. Threshold circuit and comparator: This section contains the pulse comparator that produces square wave with each QRS complex and the hold circuit for storing the threshold voltage value. It is used to store the threshold peak from the peak of the previous QRS complex. Monostable Multi-vibrator: This section is used to change the variable on time duty cycle of the pulse produced by the comparator to a constant on time duty cycle pulse. This is necessary for correct frequency matching of the signals (if a phase locked loop is used). Conclusion It is already the case that the clinicians, who use patient monitors, poorly understand much monitoring technology, and that clinicians are often unaware of how to use or interpret their output correctly. A Patient Monitoring System with ECG recording capability, which has incorporated neural networks, can be used for early diagnosis of abnormalities. The developed patient monitoring system has been tested with in the university on 15 volunteer students and the clinical abnormalities were presented to the machine using computer based simulation techniques. The neural network has shown excellent pattern approximation and classification abilities in supervised mode. The high level at which our system performs, will assist both in diagnosis and therapy, which means that it has a direct impact on patient care. It will often only be the clinician who will be in a position to assess the conclusions of such patient monitoring systems. [1] S K HASNAIN, Neural Networks and its application in biomedical engineering III rd Annual Hamdard Symposium of Hamdard College of Medicine & Dentistry & Hamdard University Hospital, Karachi, Jan [2] LAURENE FAUSETT, Fundamentals of Neural Networks, Architectures, Algorithms and Applications, Prentice Hall International 1994 [3] DONNA L HUDSON & MAURICE E COHEN, Neural Network and Artificial Intelligence for Biomedical Engineering, 1999, IEEE Press. [4] MERVIN J GOLDMAN, MD, Principles of Clinical Electrocardiography, LANGE Medical Publications California, 1982 [5] MICHAEL A ARBIB, The Handbook of Brain Theory & Neural Networks [6] JACEK M. ZURADA. Introduction to Artificial Neural Systems.PWS Publishing Company, 1995 [7] MUHAMMAD ASIM, Computerized Patient Monitoring System for ICU patient care, Final year project, Sir Syed University of Engineering and Technology, Karachi, Pakistan. Jan Syed Khursheed ul Hasnain is a faculty member of National University of Sciences & Technology (NUST) at Pakistan Navy Engineering College, PNS Jauhar, Karachi. His main area of interest is Control Systems and Neural Networks. He has registered himself with NUST for a Ph D degree in Neural Networks in Biomedical Engineering. 2. Mr. Muhammad Asim is a graduate of Biomedical Engineering Department from Sir Syed University of Engineering and Technology. His main areas of interest are Neural Networks and development of intelligent Medical Instrumentation and implantable devices.

Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter Detection

Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter Detection Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter

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

IJRIM Volume 1, Issue 2 (June, 2011) (ISSN ) ECG FEATURE EXTRACTION FOR CLASSIFICATION OF ARRHYTHMIA. Abstract

IJRIM Volume 1, Issue 2 (June, 2011) (ISSN ) ECG FEATURE EXTRACTION FOR CLASSIFICATION OF ARRHYTHMIA. Abstract ECG FEATURE EXTRACTION FOR CLASSIFICATION OF ARRHYTHMIA Er. Ankita Mittal* Er. Saurabh Mittal ** Er. Tajinder Kaur*** Abstract Artificial Neural Networks (ANN) can be viewed as a collection of identical

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

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

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

Classification of electrocardiographic ST-T segments human expert vs artificial neural network

Classification of electrocardiographic ST-T segments human expert vs artificial neural network European Heart Journal (1993) 14,464-468 Classification of electrocardiographic ST-T segments human expert vs artificial neural network L. EDENBRANDT, B. DEVINE AND P. W. MACFARLANE University Department

More information

11/18/13 ECG SIGNAL ACQUISITION HARDWARE DESIGN. Origin of Bioelectric Signals

11/18/13 ECG SIGNAL ACQUISITION HARDWARE DESIGN. Origin of Bioelectric Signals ECG SIGNAL ACQUISITION HARDWARE DESIGN Origin of Bioelectric Signals 1 Cell membrane, channel proteins Electrical and chemical gradients at the semi-permeable cell membrane As a result, we get a membrane

More information

Analysis of Fetal Stress Developed from Mother Stress and Classification of ECG Signals

Analysis of Fetal Stress Developed from Mother Stress and Classification of ECG Signals 22 International Conference on Computer Technology and Science (ICCTS 22) IPCSIT vol. 47 (22) (22) IACSIT Press, Singapore DOI:.7763/IPCSIT.22.V47.4 Analysis of Fetal Stress Developed from Mother Stress

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

Medical Electronics Dr. Neil Townsend Michaelmas Term 2001 (www.robots.ox.ac.uk/~neil/teaching/lectures/med_elec) The story so far

Medical Electronics Dr. Neil Townsend Michaelmas Term 2001 (www.robots.ox.ac.uk/~neil/teaching/lectures/med_elec) The story so far Medical Electronics Dr. Neil Townsend Michaelmas Term 2001 (www.robots.ox.ac.uk/~neil/teaching/lectures/med_elec) The story so far The heart pumps blood around the body. It has four chambers which contact

More information

Lab #3: Electrocardiogram (ECG / EKG)

Lab #3: Electrocardiogram (ECG / EKG) Lab #3: Electrocardiogram (ECG / EKG) An introduction to the recording and analysis of cardiac activity Introduction The beating of the heart is triggered by an electrical signal from the pacemaker. The

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

Outline. Electrical Activity of the Human Heart. What is the Heart? The Heart as a Pump. Anatomy of the Heart. The Hard Work

Outline. Electrical Activity of the Human Heart. What is the Heart? The Heart as a Pump. Anatomy of the Heart. The Hard Work Electrical Activity of the Human Heart Oguz Poroy, PhD Assistant Professor Department of Biomedical Engineering The University of Iowa Outline Basic Facts about the Heart Heart Chambers and Heart s The

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

Design of the HRV Analysis System Based on AD8232

Design of the HRV Analysis System Based on AD8232 207 3rd International Symposium on Mechatronics and Industrial Informatics (ISMII 207) ISB: 978--60595-50-8 Design of the HRV Analysis System Based on AD8232 Xiaoqiang Ji,a, Chunyu ing,b, Chunhua Zhao

More information

ECG Rhythm Analysis by Using Neuro-Genetic Algorithms

ECG Rhythm Analysis by Using Neuro-Genetic Algorithms MASAUM Journal of Basic and Applied Sciences, Vol. 1, No. 3, October 2009 522 ECG Rhythm Analysis by Using Neuro-Genetic Algorithms Safaa S. Omran, S.M.R. Taha, and Nassr Ali Awadh Abstract The heart is

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

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

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

CARDIAC ARRYTHMIA CLASSIFICATION BY NEURONAL NETWORKS (MLP)

CARDIAC ARRYTHMIA CLASSIFICATION BY NEURONAL NETWORKS (MLP) CARDIAC ARRYTHMIA CLASSIFICATION BY NEURONAL NETWORKS (MLP) Bochra TRIQUI, Abdelkader BENYETTOU Center for Artificial Intelligent USTO-MB University Algeria triqui_bouchra@yahoo.fr a_benyettou@yahoo.fr

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

Signal Processing of Stress Test ECG Using MATLAB

Signal Processing of Stress Test ECG Using MATLAB Signal Processing of Stress Test ECG Using MATLAB Omer Mukhtar Wani M. Tech ECE Geeta Engineering College, Panipat Abstract -Electrocardiography is used to record the electrical activity of the heart over

More information

PERFORMANCE CALCULATION OF WAVELET TRANSFORMS FOR REMOVAL OF BASELINE WANDER FROM ECG

PERFORMANCE CALCULATION OF WAVELET TRANSFORMS FOR REMOVAL OF BASELINE WANDER FROM ECG PERFORMANCE CALCULATION OF WAVELET TRANSFORMS FOR REMOVAL OF BASELINE WANDER FROM ECG AMIT KUMAR MANOCHA * Department of Electrical and Electronics Engineering, Shivalik Institute of Engineering & Technology,

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

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

Cardiovascular Physiology

Cardiovascular Physiology Cardiovascular Physiology The mammalian heart is a pump that pushes blood around the body and is made of four chambers: right and left atria and right and left ventricles. The two atria act as collecting

More information

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

Separation of fetal electrocardiography (ECG) from composite ECG using adaptive linear neural network for fetal monitoring

Separation of fetal electrocardiography (ECG) from composite ECG using adaptive linear neural network for fetal monitoring International Journal of the Physical Sciences Vol. 6(24), pp. 5871-5876, 16 October, 2011 Available online at http://www.academicjournals.org/ijps ISSN 1992-1950 2011 Academic Journals Full Length Research

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

Question 1 Multiple Choice (8 marks)

Question 1 Multiple Choice (8 marks) Philadelphia University Student Name: Faculty of Engineering Student Number: Dept. of Computer Engineering First Exam, First Semester: 2015/2016 Course Title: Neural Networks and Fuzzy Logic Date: 19/11/2015

More information

Application of Artificial Neural Networks in Classification of Autism Diagnosis Based on Gene Expression Signatures

Application of Artificial Neural Networks in Classification of Autism Diagnosis Based on Gene Expression Signatures Application of Artificial Neural Networks in Classification of Autism Diagnosis Based on Gene Expression Signatures 1 2 3 4 5 Kathleen T Quach Department of Neuroscience University of California, San Diego

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

Removal of Baseline wander and detection of QRS complex using wavelets

Removal of Baseline wander and detection of QRS complex using wavelets International Journal of Scientific & Engineering Research Volume 3, Issue 4, April-212 1 Removal of Baseline wander and detection of QRS complex using wavelets Nilesh Parihar, Dr. V. S. Chouhan Abstract

More information

BACKPROPOGATION NEURAL NETWORK FOR PREDICTION OF HEART DISEASE

BACKPROPOGATION NEURAL NETWORK FOR PREDICTION OF HEART DISEASE BACKPROPOGATION NEURAL NETWORK FOR PREDICTION OF HEART DISEASE NABEEL AL-MILLI Financial and Business Administration and Computer Science Department Zarqa University College Al-Balqa' Applied University

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

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

SPPS: STACHOSTIC PREDICTION PATTERN CLASSIFICATION SET BASED MINING TECHNIQUES FOR ECG SIGNAL ANALYSIS

SPPS: STACHOSTIC PREDICTION PATTERN CLASSIFICATION SET BASED MINING TECHNIQUES FOR ECG SIGNAL ANALYSIS www.iioab.org www.iioab.webs.com ISSN: 0976-3104 SPECIAL ISSUE: Emerging Technologies in Networking and Security (ETNS) ARTICLE OPEN ACCESS SPPS: STACHOSTIC PREDICTION PATTERN CLASSIFICATION SET BASED

More information

Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence

Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence To understand the network paradigm also requires examining the history

More information

Removing ECG Artifact from the Surface EMG Signal Using Adaptive Subtraction Technique

Removing ECG Artifact from the Surface EMG Signal Using Adaptive Subtraction Technique www.jbpe.org Removing ECG Artifact from the Surface EMG Signal Using Adaptive Subtraction Technique Original 1 Department of Biomedical Engineering, Amirkabir University of technology, Tehran, Iran Abbaspour

More information

PCA Enhanced Kalman Filter for ECG Denoising

PCA Enhanced Kalman Filter for ECG Denoising IOSR Journal of Electronics & Communication Engineering (IOSR-JECE) ISSN(e) : 2278-1684 ISSN(p) : 2320-334X, PP 06-13 www.iosrjournals.org PCA Enhanced Kalman Filter for ECG Denoising Febina Ikbal 1, Prof.M.Mathurakani

More information

Heart Abnormality Detection Technique using PPG Signal

Heart Abnormality Detection Technique using PPG Signal Heart Abnormality Detection Technique using PPG Signal L.F. Umadi, S.N.A.M. Azam and K.A. Sidek Department of Electrical and Computer Engineering, Faculty of Engineering, International Islamic University

More information

Biomedical. Measurement and Design ELEC4623. Lectures 15 and 16 Statistical Algorithms for Automated Signal Detection and Analysis

Biomedical. Measurement and Design ELEC4623. Lectures 15 and 16 Statistical Algorithms for Automated Signal Detection and Analysis Biomedical Instrumentation, Measurement and Design ELEC4623 Lectures 15 and 16 Statistical Algorithms for Automated Signal Detection and Analysis Fiducial points Fiducial point A point (or line) on a scale

More information

Lab 4: Introduction to Physiological Measurements - Cardiovascular

Lab 4: Introduction to Physiological Measurements - Cardiovascular Lab 4: Introduction to Physiological Measurements - Cardiovascular INTRODUCTION: This lab will demonstrate cardiovascular measurements by creating an ECG with instruments used in previous labs. Students

More information

An electrocardiogram (ECG) is a recording of the electricity of the heart. Analysis of ECG

An electrocardiogram (ECG) is a recording of the electricity of the heart. Analysis of ECG Introduction An electrocardiogram (ECG) is a recording of the electricity of the heart. Analysis of ECG data can give important information about the health of the heart and can help physicians to diagnose

More information

The Normal Electrocardiogram

The Normal Electrocardiogram C H A P T E R 1 1 The Normal Electrocardiogram When the cardiac impulse passes through the heart, electrical current also spreads from the heart into the adjacent tissues surrounding the heart. A small

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

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

Intelligent Control Systems

Intelligent Control Systems Lecture Notes in 4 th Class in the Control and Systems Engineering Department University of Technology CCE-CN432 Edited By: Dr. Mohammed Y. Hassan, Ph. D. Fourth Year. CCE-CN432 Syllabus Theoretical: 2

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

Extraction of Unwanted Noise in Electrocardiogram (ECG) Signals Using Discrete Wavelet Transformation

Extraction of Unwanted Noise in Electrocardiogram (ECG) Signals Using Discrete Wavelet Transformation Extraction of Unwanted Noise in Electrocardiogram (ECG) Signals Using Discrete Wavelet Transformation Er. Manpreet Kaur 1, Er. Gagandeep Kaur 2 M.Tech (CSE), RIMT Institute of Engineering & Technology,

More information

TIME SERIES MODELING USING ARTIFICIAL NEURAL NETWORKS 1 P.Ram Kumar, 2 M.V.Ramana Murthy, 3 D.Eashwar, 4 M.Venkatdas

TIME SERIES MODELING USING ARTIFICIAL NEURAL NETWORKS 1 P.Ram Kumar, 2 M.V.Ramana Murthy, 3 D.Eashwar, 4 M.Venkatdas TIME SERIES MODELING USING ARTIFICIAL NEURAL NETWORKS 1 P.Ram Kumar, 2 M.V.Ramana Murthy, 3 D.Eashwar, 4 M.Venkatdas 1 Department of Computer Science & Engineering,UCE,OU,Hyderabad 2 Department of Mathematics,UCS,OU,Hyderabad

More information

Delineation of QRS-complex, P and T-wave in 12-lead ECG

Delineation of QRS-complex, P and T-wave in 12-lead ECG IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.4, April 2008 185 Delineation of QRS-complex, P and T-wave in 12-lead ECG V.S. Chouhan, S.S. Mehta and N.S. Lingayat Department

More information

Implementation of Spectral Maxima Sound processing for cochlear. implants by using Bark scale Frequency band partition

Implementation of Spectral Maxima Sound processing for cochlear. implants by using Bark scale Frequency band partition Implementation of Spectral Maxima Sound processing for cochlear implants by using Bark scale Frequency band partition Han xianhua 1 Nie Kaibao 1 1 Department of Information Science and Engineering, Shandong

More information

Comparison of Different ECG Signals on MATLAB

Comparison of Different ECG Signals on MATLAB International Journal of Electronics and Computer Science Engineering 733 Available Online at www.ijecse.org ISSN- 2277-1956 Comparison of Different Signals on MATLAB Rajan Chaudhary 1, Anand Prakash 2,

More information

CASE 10. What would the ST segment of this ECG look like? On which leads would you see this ST segment change? What does the T wave represent?

CASE 10. What would the ST segment of this ECG look like? On which leads would you see this ST segment change? What does the T wave represent? CASE 10 A 57-year-old man presents to the emergency center with complaints of chest pain with radiation to the left arm and jaw. He reports feeling anxious, diaphoretic, and short of breath. His past history

More information

ECG. Prepared by: Dr.Fatima Daoud Reference: Guyton and Hall Textbook of Medical Physiology,12 th edition Chapters: 11,12,13

ECG. Prepared by: Dr.Fatima Daoud Reference: Guyton and Hall Textbook of Medical Physiology,12 th edition Chapters: 11,12,13 ECG Prepared by: Dr.Fatima Daoud Reference: Guyton and Hall Textbook of Medical Physiology,12 th edition Chapters: 11,12,13 The Concept When the cardiac impulse passes through the heart, electrical current

More information

ERA: Architectures for Inference

ERA: Architectures for Inference ERA: Architectures for Inference Dan Hammerstrom Electrical And Computer Engineering 7/28/09 1 Intelligent Computing In spite of the transistor bounty of Moore s law, there is a large class of problems

More information

CLASSIFICATION OF CARDIAC SIGNALS USING TIME DOMAIN METHODS

CLASSIFICATION OF CARDIAC SIGNALS USING TIME DOMAIN METHODS CLASSIFICATION OF CARDIAC SIGNALS USING TIME DOMAIN METHODS B. Anuradha, K. Suresh Kumar and V. C. Veera Reddy Department of Electrical and Electronics Engineering, S.V.U. College of Engineering, Tirupati,

More information

Lab #3: Electrocardiogram (ECG / EKG)

Lab #3: Electrocardiogram (ECG / EKG) Lab #3: Electrocardiogram (ECG / EKG) An introduction to the recording and analysis of cardiac activity Introduction The beating of the heart is triggered by an electrical signal from the pacemaker. The

More information

This presentation will deal with the basics of ECG description as well as the physiological basics of

This presentation will deal with the basics of ECG description as well as the physiological basics of Snímka 1 Electrocardiography basics This presentation will deal with the basics of ECG description as well as the physiological basics of Snímka 2 Lecture overview 1. Cardiac conduction system functional

More information

CHAPTER 6 INTERFERENCE CANCELLATION IN EEG SIGNAL

CHAPTER 6 INTERFERENCE CANCELLATION IN EEG SIGNAL 116 CHAPTER 6 INTERFERENCE CANCELLATION IN EEG SIGNAL 6.1 INTRODUCTION Electrical impulses generated by nerve firings in the brain pass through the head and represent the electroencephalogram (EEG). Electrical

More information

8/20/ Identify the functions of common ECG machines. 3.3 Explain how each ECG machine control is used. 3.4 Recognize common electrodes.

8/20/ Identify the functions of common ECG machines. 3.3 Explain how each ECG machine control is used. 3.4 Recognize common electrodes. 1 2 Electrocardiography for Healthcare Professionals Chapter 3: The Electrocardiograph Learning Outcomes 3.1 Identify three types of leads, and explain how each is recorded. 3.2 Identify the functions

More information

REVIEW ON ARRHYTHMIA DETECTION USING SIGNAL PROCESSING

REVIEW ON ARRHYTHMIA DETECTION USING SIGNAL PROCESSING REVIEW ON ARRHYTHMIA DETECTION USING SIGNAL PROCESSING Vishakha S. Naik Dessai Electronics and Telecommunication Engineering Department, Goa College of Engineering, (India) ABSTRACT An electrocardiogram

More information

LABORATORY INVESTIGATION

LABORATORY INVESTIGATION LABORATORY INVESTIGATION Recording Electrocardiograms The taking of an electrocardiogram is an almost universal part of any complete physical examination. From the ECG record of the electrical activity

More information

An Auditory-Model-Based Electrical Stimulation Strategy Incorporating Tonal Information for Cochlear Implant

An Auditory-Model-Based Electrical Stimulation Strategy Incorporating Tonal Information for Cochlear Implant Annual Progress Report An Auditory-Model-Based Electrical Stimulation Strategy Incorporating Tonal Information for Cochlear Implant Joint Research Centre for Biomedical Engineering Mar.7, 26 Types of Hearing

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

A Simple Portable ECG Monitor with IOT

A Simple Portable ECG Monitor with IOT A Simple Portable ECG Monitor with IOT R. H. Sayyed 1, Maqdoom Farooqui 2, A. R. Khan 3 and Gulam Rabbani 4 Asso. Prof, Department of Electronic Science, Abeda Inamdar Sr. College, Pune, India 1 Principal,

More information

BASIC CONCEPT OF ECG

BASIC CONCEPT OF ECG BASIC CONCEPT OF ECG Electrocardiogram The electrocardiogram (ECG) is a recording of cardiac electrical activity. The electrical activity is readily detected by electrodes attached to the skin. After the

More information

Building an Electrocardiogram (ECG) Diagnostic System. Collection Editor: Christine Moran

Building an Electrocardiogram (ECG) Diagnostic System. Collection Editor: Christine Moran Building an Electrocardiogram (ECG) Diagnostic System Collection Editor: Christine Moran Building an Electrocardiogram (ECG) Diagnostic System Collection Editor: Christine Moran Authors: Yuheng Chen Leslie

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

5- The normal electrocardiogram (ECG)

5- The normal electrocardiogram (ECG) 5- The (ECG) Introduction Electrocardiography is a process of recording electrical activities of heart muscle at skin surface. The electrical current spreads into the tissues surrounding the heart, a small

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

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

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

VENTRICULAR DEFIBRILLATOR

VENTRICULAR DEFIBRILLATOR VENTRICULAR DEFIBRILLATOR Group No: B03 Ritesh Agarwal (06004037) ritesh_agarwal@iitb.ac.in Sanket Kabra (06007017) sanketkabra@iitb.ac.in Prateek Mittal (06007021) prateekm@iitb.ac.in Supervisor: Prof.

More information

Non-Invasive Method of Blood Pressure Measurement Validated in a Mathematical Model

Non-Invasive Method of Blood Pressure Measurement Validated in a Mathematical Model Non-Invasive Method of Blood Pressure Measurement Validated in a Mathematical Model Instrumentation and Control Department, JSS Academy of Technical Education, Noida (U.P.), India Abstract- The non-invasive

More information

DETECTION OF EVENTS AND WAVES 183

DETECTION OF EVENTS AND WAVES 183 DETECTON OF EVENTS AND WAVES 183 4.3.1 Derivative-based methods for QRS detection Problem: Develop signal processing techniques to facilitate detection of the QRS complex, given that it is the sharpest

More information

Electrocardiography for Healthcare Professionals

Electrocardiography for Healthcare Professionals Electrocardiography for Healthcare Professionals Kathryn A. Booth Thomas O Brien Chapter 10: Pacemaker Rhythms and Bundle Branch Block Learning Outcomes 10.1 Describe the various pacemaker rhythms. 10.2

More information

Robust system for patient specific classification of ECG signal using PCA and Neural Network

Robust system for patient specific classification of ECG signal using PCA and Neural Network International Research Journal of Engineering and Technology (IRJET) e-issn: 395-56 Volume: 4 Issue: 9 Sep -7 www.irjet.net p-issn: 395-7 Robust system for patient specific classification of using PCA

More information

EEG, ECG, EMG. Mitesh Shrestha

EEG, ECG, EMG. Mitesh Shrestha EEG, ECG, EMG Mitesh Shrestha What is Signal? A signal is defined as a fluctuating quantity or impulse whose variations represent information. The amplitude or frequency of voltage, current, electric field

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

INTRODUCTION TO ECG. Dr. Tamara Alqudah

INTRODUCTION TO ECG. Dr. Tamara Alqudah INTRODUCTION TO ECG Dr. Tamara Alqudah Excitatory & conductive system of the heart + - The ECG The electrocardiogram, or ECG, is a simple & noninvasive diagnostic test which records the electrical

More information

Restoring Communication and Mobility

Restoring Communication and Mobility Restoring Communication and Mobility What are they? Artificial devices connected to the body that substitute, restore or supplement a sensory, cognitive, or motive function of the nervous system that has

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

The heart's "natural" pacemaker is called the sinoatrial (SA) node or sinus node.

The heart's natural pacemaker is called the sinoatrial (SA) node or sinus node. PACEMAKER Natural pacemaker: The heart's "natural" pacemaker is called the sinoatrial (SA) node or sinus node. Artificial pacemaker: It is a small, battery-operated device that helps the heart beat in

More information

Sparse Coding in Sparse Winner Networks

Sparse Coding in Sparse Winner Networks Sparse Coding in Sparse Winner Networks Janusz A. Starzyk 1, Yinyin Liu 1, David Vogel 2 1 School of Electrical Engineering & Computer Science Ohio University, Athens, OH 45701 {starzyk, yliu}@bobcat.ent.ohiou.edu

More information

An advanced ECG signal processing for ubiquitous healthcare system Bhardwaj, S.; Lee, D.S.; Chung, W.Y.

An advanced ECG signal processing for ubiquitous healthcare system Bhardwaj, S.; Lee, D.S.; Chung, W.Y. An advanced ECG signal processing for ubiquitous healthcare system Bhardwaj, S.; Lee, D.S.; Chung, W.Y. Published in: Proceedings of the 2007 International Conference on Control, Automation and Systems

More information

Applied Neuroscience. Conclusion of Science Honors Program Spring 2017

Applied Neuroscience. Conclusion of Science Honors Program Spring 2017 Applied Neuroscience Conclusion of Science Honors Program Spring 2017 Review Circle whichever is greater, A or B. If A = B, circle both: I. A. permeability of a neuronal membrane to Na + during the rise

More information

Localization a quick look

Localization a quick look Localization a quick look Covering the basics Differential amplifiers Polarity convention 10-20 electrode system Basic montages: bipolar and referential Other aspects of displaying the EEG Localization

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

NOISE DETECTION ALGORITHM

NOISE DETECTION ALGORITHM ELECTRONICS 26 2-22 September, Sozopol, BULGARIA NOISE DETECTION ALGORITHM FOR AUTOMATIC EXTERNAL DEFIBRILLATORS Irena Ilieva Jekova, Vessela Tzvetanova Krasteva Centre of Biomedical Engineering Prof.

More information

Artificial neural networks: application to electrical stimulation of the human nervous system

Artificial neural networks: application to electrical stimulation of the human nervous system Artificial neural networks: application to electrical stimulation of the human nervous system Richard B. North, M.D., J. Paul McNamee, M.S., Lee Wu, M.S., and Steven Piantadosi, M.D., Ph.D. Departments

More information

Electrocardiography Normal 5. Faisal I. Mohammed, MD, PhD

Electrocardiography Normal 5. Faisal I. Mohammed, MD, PhD Electrocardiography Normal 5 Faisal I. Mohammed, MD, PhD 1 Objectives 2 1. Describe the different waves in a normal electrocardiogram. 2. Recall the normal P-R and Q-T interval time of the QRS wave. 3.

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

PART I. Disorders of the Heart Rhythm: Basic Principles

PART I. Disorders of the Heart Rhythm: Basic Principles PART I Disorders of the Heart Rhythm: Basic Principles FET01.indd 1 1/11/06 9:53:05 AM FET01.indd 2 1/11/06 9:53:06 AM CHAPTER 1 The Cardiac Electrical System The heart spontaneously generates electrical

More information

DEVELOPMENT OF A SIMPLE SOFTWARE TOOL TO DETECT THE QRS COMPLEX FROM THE ECG SIGNAL

DEVELOPMENT OF A SIMPLE SOFTWARE TOOL TO DETECT THE QRS COMPLEX FROM THE ECG SIGNAL DEVELOPMENT OF A SIMPLE SOFTWARE TOOL TO DETECT THE QRS COMPLEX FROM THE ECG SIGNAL Michaella Ignatia Tanoeihusada 1), Wahju Sediono 2) Swiss German University, Tangerang 1), Agency for the Assessment

More information

UNDERSTANDING YOUR ECG: A REVIEW

UNDERSTANDING YOUR ECG: A REVIEW UNDERSTANDING YOUR ECG: A REVIEW Health professionals use the electrocardiograph (ECG) rhythm strip to systematically analyse the cardiac rhythm. Before the systematic process of ECG analysis is described

More information

Chapter 3 Biological measurement 3.1 Nerve conduction

Chapter 3 Biological measurement 3.1 Nerve conduction Chapter 3 Biological measurement 3.1 Nerve conduction Learning objectives: What is in a nerve fibre? How does a nerve fibre transmit an electrical impulse? What do we mean by action potential? Nerve cells

More information