Detection of First Heart Sound. Using Sequence Alignment Algorithm

Size: px
Start display at page:

Download "Detection of First Heart Sound. Using Sequence Alignment Algorithm"

Transcription

1 24 Detection of First Heart Sound Using Sequence Alignment Algorithm The Sixth PSU Engineering Conference 8-9 May 2008 P. Bangcharoensap 1, S. Kamolphiwong 2, T. Kamolphiwong 2, M. Karnjanadecha 2, S. Sea-Wong 2 and S. Cheewatanakornkul 3 Centre for Network Research (CNR), Department of Computer Engineering, Faculty of Engineering, Prince of Songkla University, Thailand phiradet@gmail.com, ksinchai@coe.psu.ac.th, kthossaporn@coe.psu.ac.th, montri@fivedots.coe.psu.ac.th,suthon@coe.psu.ac.th, sirichai.chee@gmail.com Abstract- Heart Sound Auscultation is a helpful and non-invasive diagnostic tool for detecting heart dysfunction. Segmentation of First Heart Sound (S1) into its major sound components is the first step in the automated diagnosis of cardiac. However, to detect S1, it requires the proficiency and high experience technical skill. A new method for detection of S1 components of Heart Sound without the ECG reference is proposed. This algorithm is based on Sequence Alignment which is often used in biology, for example for finding relationships between primary sequences of DNA, RNA, or protein. The Experiment results show that the proposed algorithm have achieved the accuracy of 94% (Overall Error Rate) which is better than other algorithms. Furthermore, this research can be applied for assisting the new physician in Heart Sound Auscultation. It can solve the deficient of proficient doctor in countryside. It can help physician student for learning Heart Sound Auscultation. Therefore, segmentation of first heart sound into associated cardiac cycle is a primary step prior to the analysis of heart sounds for diagnostic purpose. This is because S1 sound is the start of cardiac cycle as shown in Figure 1. Segmentation of First Heart Sound (S1) usually use the reference of electrocardiogram (ECG) signal or/and carotid pulse but it is expensive and non-portable. Once it is detected, diagnostic features may be subsequently extracted for each type of sound. However, S1 sound detection is one of the major problems in heart sound analysis [3]. Previously attempts at an algorithm for segmentation result in a 93% success rate [1]. The purpose of this study is to develop a detection algorithm for detecting first heart sound into its component using Sequence Alignment Algorithm. Keywords: First Heart Sound (S1), Sequence Alignment, Heart Sound Segmentation I. INTRODUCTION Many heart dysfunctions can be effectively diagnosed using auscultation techniques. Heart Sound Auscultation is one of the most reliable, inexpensive and non-invasive tools because of its ability to provide the useful information concerning the integrity and function of heart valve and the hemodynamic of the heart. Phonocardiogram (PCG) is the recording of the heart sound and murmurs [2]. It is a multicomponent signal comprising of fundamental heart sound component (S1 and S2) and other components such as Opening Snap and Ejection Click. Figure 1. The section of heart sound signal (1) Buranarumluk school, Trang, Thailand (2) Department of Computer Engineering, Faculty of Engineering, Prince of Songkla University, Thailand (3) Faculty of Medicine, Prince of Songkla University, Thailand This project was supported by National Electronics and Computer Technology Center (NECTEC), National Science and Technology Agency (NSTDA), Ministry of Science, Thailand, under Young Scientist Competition 2008 (YSC) and 10 th Junior Science Talent Project (JSTP #10).

2 25 II. SEQUENCE ALIGNMENT In bioinformatics, a Sequence Alignment is a way of arranging the primary sequences of DNA, RNA, or protein to identify regions of similarity that may be a consequence of functional, structural, or evolutionary relationships between the sequences. Aligned sequences of nucleotide or amino acid residues are typically represented as rows within a matrix. Gaps are inserted between the residues so that residues with identical or similar characters are aligned in successive columns. Sequence alignment can be used for nonbiological sequences, such as identifying similarities in a series of letters and words present in human language. In this paper, we are interested in applying sequence alignment technique to this task. The objective of this research is then to study how the sequence alignment can be applied to analyze the heart sound signal. Sequence Alignment has a number of methods but in this paper proposed two main methods called Needleman-Wunsch Algorithm [8] and Smith-Waterman Algorithm [7] Needleman-Wunsch Algorithm performs a global alignment. Global alignments, which attempt to align every residue in every sequence, are most useful when the sequences in the query set are similar and of roughly equal size. It is commonly used in bioinformatics to align protein or nucleotide sequences. The algorithm was proposed in 1970 by Saul Needleman and Christian Wunsch in their paper [8]. Smith-Waterman Algorithm performs a local alignment. Local alignments are more useful for dissimilar sequences that are suspected to contain regions of similarity or similar sequence motifs within their larger sequence context. That is determining similar regions between two nucleotide or protein sequences. Instead of looking at the total sequence, The Smith-Waterman algorithm compares segments of all possible lengths and optimizes the similarity measure. The algorithm was first proposed in 1981 by Temple Smith and Michael Waterman in their [7]. III. METHODOLOGY Pre-processing All signals which use in the experiment is normalized according to the equation. (1) Proposed S1 Detection Algorithm The scheme for determining the type of signal (S1 or not) show as this Pseudo-code. FreqA = FFT(A) for i 1 to N do { FreqT = FFT(Template i ) dis = SeqAlig(FreqA, FreqT) if dis Threshold then { score score+1 } } if score then A is S1 Signal else A is not S1 Signal - A: represents the suspect signal. - N: represents the number of Template. - FFT(x): represents the Fast Fourier Transform (FFT) which convert time domain signal to frequency domain signal. - SeqAlig(A,B): represents the function to calculate the Minimum Distance Mapping of signal A and signal B. In our work, we study two algorithms for calculate the Minimum Distance Mapping of two signals as follows. 1. S-W algorithm: This algorithm developed based on Smith-Waterman Algorithm. This algorithm will calculate the distance that maximizes the local match between two alignments. It can be calculated in Dynamic Programming as follows. the distance = = A m - B n ; m=length of A n = length of B 2. N-W algorithm: This algorithm developed based on Needleman-Wunsch Algorithm. This algorithm will calculate the distance that maximizes the global match between two alignments. It can be calculated in Dynamic Programming as follows.

3 26 = A m - B n According to graph in Figure 4, it shows the Overall Error Rate of SW is 26 % (when N=100 and Threshold=0.009). the distance = S (m,n) ; m = length of A n = length of B Note: the purpose of these algorithms tried to matching data set A (A i represent a data in set A) and B (B j represent a data in set B). IV. PERFORMANCE MEASUREMENT To evaluate the effectiveness of the first heart sound detection, three commonly Error Rate can be given the explanations as follows: 1. False Accept Rate (FAR): the percentage of detecting other heart sound component (S2) which not S1. It can be calculated as follows. (2) Figure 3. The FAR and FRR of SW algorithm According to graph in Figure 5, it show the Overall Error Rate of NW is 6 % (when N=100 and Threshold = 1.9).. 2. False Reject Rate (FRR): the percentage of S1signal which missed. It can be calculated as follows. 3. Overall Error Rate (OER): the intersection of FAR and FRR curves (ROC) as shown below. Figure 4. The FAR and FRR of SW algorithm Figure 2. Overall Error Rate (OER) VI. DISCUSSION According to experiment results, the NW algorithm obviously better than the SW algorithm. V. EXPERIMENT RESULTS The Heart Sound were receive from M.D. Anthony Ricke, GE Healthcare, WI, USA and were collected at GE Healthcare from nine different human subjects, using CardioLab system and a Dash family patient monitor. The CardioLab system sampled data from ECG leads I,II and III, and an electronic stethoscope signal at 977 samples per second.[1]

4 27 component. The minimum overall error rate or best case was 6% where threshold are 1.9 and the number of templates are 100 in NW algorithm. This minimum error rate showed promising results which indicated that this algorithm could be implemented as a complement to the actual system. Figure 5. the section of S1(template) and S1(input). VIII. ACKNOWLEDGMENT I would like to thank Associate Professor Dr.Sinchai Kamolphiwong and Associate Professor Dr.Montri Karnjanadecha, Department of Computer Engineering, Faculty of Engineering, Prince of Songkla University who gave me continuously advice. I also would like to thank Associate Professor Dr.Thossaporn Kamolphiwong, Suthon Sea-Wong and M.D.Sirichai Cheewatanakornkul for their valuable support. I wish to thank National Electronics and Computer Technology Center (NECTEC), National Science and Technology Agency (NSTDA) for their support under Young Scientist Competition (YSC) and Junior Science Talent Project (JSTP). I wish to thanks to my family for their unending encouragement. Last, I would like to thank everyone who involve in this project. Figure 6. the section of S1(template) and S2(input). The figure 6 shows the frequency of S1 and S1 and Figure 7 shows the frequency of S1 and S2. If consider in the whole of signal S1(input) and S1(template) quite similar and S1 and S2 quite difference. But if focus in the short region of signal S1(template) and S1(input) there is the difference in some short region. In the other hand, there are few short region which S2 similar to S1 (in accident) such as showed in figure 6.Then consideration in whole of data concept as NW algorithm is better than the consideration of the short region as SW algorithm. That is why the NW better than SW algorithm. The concept like NW algorithm have been applied in Speech Recognize named Dynamic Time Warping. However, further study should be conducted. First of all, combining between NW algorithm and SW algorithm with the Logical Operation (AND, OR) is needed to be developed. Nonetheless, the relationship between the number of templates and error rate may be further studied. VII. CONCLUSION Novel first heart sound detection approaches have been proposed based on Sequence Alignment in this paper. The prime aim of this research is to develop the algorithms that can segment the first heart sound component (S1) into other heart sound IX. REFERENCES [1] AD Ricke, RJ Povinelli, MT Johnson., 2005, Automatic Segmentation of Heart Sound Signals Using Hidden Markov Models, Computers in Cardiology 2005, Sept , Page(s): [2] P. Wang., Y. Kim., L. H. Ling., C. B. Soh., First Heart Sound Detection for Phonocardiogram Segmentation, Proceeding of the 2005 IEEE, Engineering in Medicine and Biology 27 th Annual Conference, Shanghai, China, September 1-4, 2005 [3] D. Kumar., P. Carvalho., M. Antunes., J. Henriques., L. Eugenio., R. Schmidt., J. Habetha., Detection of S1 and S2 Heart Sound by High Frequency Signatures, Cardiothoractic Surgery Centre, University Hospital of Coimbra, Portugal [4] T.F. Smith, M.S. Waterman, Identification of Common Molecular Subsequences, J. Mol. Biol. (1981) 147, pp , [5] Saul Needleman, Christian Wunsch, A General Method Applicable to The Search for Similarities in The Amino Acid Sequence of Two Proteins, J Mol Biol. 48(3):443-53, [6] Michael J. Barrett M.D., Archana Saxena M.D., Katherine A. Thomas.,2007. Rapid Rise in Cardiac Auscultation Skill After a Single 90 Minute Intervention: A Quality Improvement Study., Temple University School of Medicine.

5 28 [7] T.F. Smith, M.S. Waterman,1981. Identification of Common Molecular Subsequences, J. Mol. Biol.(1981)147,pp [8] Saul Needleman, Christian Wunsch,1970 A General Method Applicable to The Search for Similarities in The Amino Acid Sequence of Two Proteins, J Mol Biol. 48(3):443-53

Study and Design of a Shannon-Energy-Envelope based Phonocardiogram Peak Spacing Analysis for Estimating Arrhythmic Heart-Beat

Study and Design of a Shannon-Energy-Envelope based Phonocardiogram Peak Spacing Analysis for Estimating Arrhythmic Heart-Beat International Journal of Scientific and Research Publications, Volume 4, Issue 9, September 2014 1 Study and Design of a Shannon-Energy-Envelope based Phonocardiogram Peak Spacing Analysis for Estimating

More information

Statistical Fuzzy Classifier for Heart Sounds

Statistical Fuzzy Classifier for Heart Sounds Statistical Fuzzy Classifier for Heart Sounds Talha J. Ahmed 1, Hussnain Ali 2, Shoab Khan 3, College of Electrical & Mechanical Engineering, NUST, Pakistan 1 teejay.ahmed@gmail.com, 2 hussnainali@gmail.com,

More information

Priya Rani 1, A N Cheeran 2, Vaibhav D Awandekar 3 and Rameshwari S Mane 4

Priya Rani 1, A N Cheeran 2, Vaibhav D Awandekar 3 and Rameshwari S Mane 4 Remote Monitoring of Heart Sounds in Real-Time Priya Rani 1, A N Cheeran 2, Vaibhav D Awandekar 3 and Rameshwari S Mane 4 1,4 M. Tech. Student (Electronics), VJTI, Mumbai, Maharashtra 2 Associate Professor,

More information

Classification of Phonocardiogram using an Adaptive Fuzzy Inference System

Classification of Phonocardiogram using an Adaptive Fuzzy Inference System Classification of Phonocardiogram using an Adaptive Fuzzy Inference System Talha J. Ahmad 1, Hussnain Ali 1, Shoab A. Khan 1,2 1 Center for Advanced Research in Engineering, Islamabad, Pakistan 2 National

More information

Heart Murmur Recognition Based on Hidden Markov Model

Heart Murmur Recognition Based on Hidden Markov Model Journal of Signal and Information Processing, 2013, 4, 140-144 http://dx.doi.org/10.4236/jsip.2013.42020 Published Online May 2013 (http://www.scirp.org/journal/jsip) Heart Murmur Recognition Based on

More information

Isolation of Systolic Heart Murmurs Using Wavelet Transform and Energy Index

Isolation of Systolic Heart Murmurs Using Wavelet Transform and Energy Index 28 Congress on Image and Signal Processing Isolation of Syslic Heart Murmurs Using Wavelet Transform and Energy Index Nikolay Atanasov and Taikang Ning Trinity College, Connecticut, USA nikolay.atanasov@trincoll.edu

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

Assessing Systolic Time-Intervals from Heart Sound: a Feasibility Study

Assessing Systolic Time-Intervals from Heart Sound: a Feasibility Study Assessing Systolic Time-Intervals from Heart Sound: a Feasibility Study P. Carvalho, R. P. Paiva, R. Couceiro, J. Henriques, I. Quintal, J. Muehlsteff, X. L. Aubert, M. Antunes Abstract Systolic time intervals

More information

PHONOCARDIOGRAM SIGNAL ANALYSIS FOR MURMUR DIAGNOSING USING SHANNON ENERGY ENVELOP AND SEQUENCED DWT DECOMPOSITION

PHONOCARDIOGRAM SIGNAL ANALYSIS FOR MURMUR DIAGNOSING USING SHANNON ENERGY ENVELOP AND SEQUENCED DWT DECOMPOSITION Journal of Engineering Science and Technology Vol., No. 9 (7) 393-4 School of Engineering, Taylor s University PHONOCARDIOGRAM SIGNAL ANALYSIS FOR MURMUR DIAGNOSING USING SHANNON ENERGY ENVELOP AND SEQUENCED

More information

A framework for automatic heart sound analysis without segmentation

A framework for automatic heart sound analysis without segmentation RESEARCH Open Access A framework for automatic heart sound analysis without segmentation Sumeth Yuenyong 1*, Akinori Nishihara 1, Waree Kongprawechnon 2, Kanokvate Tungpimolrut 3 * Correspondence: toey123@gmail.

More information

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING 134 TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING H.F.S.M.Fonseka 1, J.T.Jonathan 2, P.Sabeshan 3 and M.B.Dissanayaka 4 1 Department of Electrical And Electronic Engineering, Faculty

More information

Classifying heart sounds using peak location for segmentation and feature construction

Classifying heart sounds using peak location for segmentation and feature construction Classifying heart sounds using peak location for segmentation and feature construction Elsa Ferreira Gomes GECAD - Knowledge Eng.Decision Support Institute of Engineering (ISEP/IPP) Porto, Portugal Emanuel

More information

ISPUB.COM. Spectral analysis of the PCG signals. S Debbal, F Bereksi-Reguig INTRODUCTION THEORITICAL BACKGROUND RESULTS AND DISCUSSION.

ISPUB.COM. Spectral analysis of the PCG signals. S Debbal, F Bereksi-Reguig INTRODUCTION THEORITICAL BACKGROUND RESULTS AND DISCUSSION. ISPUB.COM The Internet Journal of Medical Technology Volume 4 Number 1 Spectral analysis of the PCG signals S Debbal, F Bereksi-Reguig Citation S Debbal, F Bereksi-Reguig. Spectral analysis of the PCG

More information

Heart Sounds Parameter Extraction for Automatic Diagnosis

Heart Sounds Parameter Extraction for Automatic Diagnosis , pp.107-112 http://dx.doi.org/10.14257/astl.205.97.18 Heart Sounds Parameter Extraction for Automatic Diagnosis António Meireles 1, Lino Figueiredo 1, and Luís Seabra Lopes 2 1 GECAD - Knowledge Engineering

More information

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

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

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction 1.1 Motivation and Goals The increasing availability and decreasing cost of high-throughput (HT) technologies coupled with the availability of computational tools and data form a

More information

Monitoring Cardiac Stress Using Features Extracted From S1 Heart Sounds

Monitoring Cardiac Stress Using Features Extracted From S1 Heart Sounds e-issn 2455 1392 Volume 2 Issue 4, April 2016 pp. 271-275 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Monitoring Cardiac Stress Using Features Extracted From S1 Heart Sounds Biju V.

More information

Segmentation of Heart Sounds by Re-Sampled Signal Energy Method

Segmentation of Heart Sounds by Re-Sampled Signal Energy Method Segmentation of Heart Sounds by Re-Sampled Signal Energy Method Omer Deperlioglu Afyon Kocatepe University, Afyonkarahisar, Turkey Erenler Mahallesi, Gazlıgöl Yolu Rektörlük E Blok, 03200 Afyonkarahisar

More information

Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System

Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System Lung Cancer Diagnosis from CT Images Using Fuzzy Inference System T.Manikandan 1, Dr. N. Bharathi 2 1 Associate Professor, Rajalakshmi Engineering College, Chennai-602 105 2 Professor, Velammal Engineering

More information

Automatic Hemorrhage Classification System Based On Svm Classifier

Automatic Hemorrhage Classification System Based On Svm Classifier Automatic Hemorrhage Classification System Based On Svm Classifier Abstract - Brain hemorrhage is a bleeding in or around the brain which are caused by head trauma, high blood pressure and intracranial

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

Assessing PEP and LVET from Heart Sounds: Algorithms and Evaluation

Assessing PEP and LVET from Heart Sounds: Algorithms and Evaluation Assessing PEP and LVET from Heart Sounds: Algorithms and Evaluation R. P. Paiva, P. Carvalho, X. Aubert, J. Muehlsteff, J. Henriques and M. Antunes Abstract This paper addresses the estimation of systolic

More information

Detection of Mild Cognitive Impairment using Image Differences and Clinical Features

Detection of Mild Cognitive Impairment using Image Differences and Clinical Features Detection of Mild Cognitive Impairment using Image Differences and Clinical Features L I N L I S C H O O L O F C O M P U T I N G C L E M S O N U N I V E R S I T Y Copyright notice Many of the images in

More information

EXTRACT THE BREAST CANCER IN MAMMOGRAM IMAGES

EXTRACT THE BREAST CANCER IN MAMMOGRAM IMAGES International Journal of Civil Engineering and Technology (IJCIET) Volume 10, Issue 02, February 2019, pp. 96-105, Article ID: IJCIET_10_02_012 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=10&itype=02

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

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE SAKTHI NEELA.P.K Department of M.E (Medical electronics) Sengunthar College of engineering Namakkal, Tamilnadu,

More information

Enhanced Endocardial Boundary Detection in Echocardiography Images using B-Spline and Statistical Method

Enhanced Endocardial Boundary Detection in Echocardiography Images using B-Spline and Statistical Method Copyright 2014 American Scientific Publishers Advanced Science Letters All rights reserved Vol. 20, 1876 1880, 2014 Printed in the United States of America Enhanced Endocardial Boundary Detection in Echocardiography

More information

AUTOMATIC MEASUREMENT ON CT IMAGES FOR PATELLA DISLOCATION DIAGNOSIS

AUTOMATIC MEASUREMENT ON CT IMAGES FOR PATELLA DISLOCATION DIAGNOSIS AUTOMATIC MEASUREMENT ON CT IMAGES FOR PATELLA DISLOCATION DIAGNOSIS Qi Kong 1, Shaoshan Wang 2, Jiushan Yang 2,Ruiqi Zou 3, Yan Huang 1, Yilong Yin 1, Jingliang Peng 1 1 School of Computer Science and

More information

Overview. Page 1 of 9. Impedance Cardiography

Overview.  Page 1 of 9. Impedance Cardiography Updated 05.14.10 BSL PRO Lesson H21: Impedance Cardiography Data collected from a subject using the referenced set-up procedure. Note that dz/dt maximum is determined on a cycle by cycle basis from the

More information

Detection of Atrial Fibrillation Using Model-based ECG Analysis

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

More information

Blood Pressure Estimation Using Photoplethysmography (PPG)

Blood Pressure Estimation Using Photoplethysmography (PPG) Blood Pressure Estimation Using Photoplethysmography (PPG) 1 Siddhi Sham Karande, BE E&TC, VIIT Pune. 2 Kiran Rajendrasingh Thakur, BE E&TC, VIIT Pune. 3 Sneha Dattatraya Waghmare, BE E&TC, VIIT Pune 4

More information

Study the Evolution of the Avian Influenza Virus

Study the Evolution of the Avian Influenza Virus Designing an Algorithm to Study the Evolution of the Avian Influenza Virus Arti Khana Mentor: Takis Benos Rachel Brower-Sinning Department of Computational Biology University of Pittsburgh Overview Introduction

More information

Mammography is a most effective imaging modality in early breast cancer detection. The radiographs are searched for signs of abnormality by expert

Mammography is a most effective imaging modality in early breast cancer detection. The radiographs are searched for signs of abnormality by expert Abstract Methodologies for early detection of breast cancer still remain an open problem in the Research community. Breast cancer continues to be a significant problem in the contemporary world. Nearly

More information

A Framework for Medical Diagnosis using Hybrid Reasoning

A Framework for Medical Diagnosis using Hybrid Reasoning A Framework for Medical using Hybrid Reasoning Deepti Anne John, Rose Rani John Abstract The traditional method of reasoning was rule-based reasoning (). It does not use past experiences to reason. Case-based

More information

MULTI-MODAL FETAL ECG EXTRACTION USING MULTI-KERNEL GAUSSIAN PROCESSES. Bharathi Surisetti and Richard M. Dansereau

MULTI-MODAL FETAL ECG EXTRACTION USING MULTI-KERNEL GAUSSIAN PROCESSES. Bharathi Surisetti and Richard M. Dansereau MULTI-MODAL FETAL ECG EXTRACTION USING MULTI-KERNEL GAUSSIAN PROCESSES Bharathi Surisetti and Richard M. Dansereau Carleton University, Department of Systems and Computer Engineering 25 Colonel By Dr.,

More information

Segmentation of Tumor Region from Brain Mri Images Using Fuzzy C-Means Clustering And Seeded Region Growing

Segmentation of Tumor Region from Brain Mri Images Using Fuzzy C-Means Clustering And Seeded Region Growing IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 5, Ver. I (Sept - Oct. 2016), PP 20-24 www.iosrjournals.org Segmentation of Tumor Region from Brain

More information

Emotions and Stress. 6. Why is guilt a learned emotion?

Emotions and Stress. 6. Why is guilt a learned emotion? Emotions and Stress Emotions and Stress 1. In the space provided answer the following questions: What are emotions? Are emotions good or bad? Can you control emotions? Should you control emotions? Is it

More information

Informative Gene Selection for Leukemia Cancer Using Weighted K-Means Clustering

Informative Gene Selection for Leukemia Cancer Using Weighted K-Means Clustering IOSR Journal of Pharmacy and Biological Sciences (IOSR-JPBS) e-issn: 2278-3008, p-issn:2319-7676. Volume 9, Issue 4 Ver. V (Jul -Aug. 2014), PP 12-16 Informative Gene Selection for Leukemia Cancer Using

More information

FINGERPRINT BASED GENDER IDENTIFICATION USING FREQUENCY DOMAIN ANALYSIS

FINGERPRINT BASED GENDER IDENTIFICATION USING FREQUENCY DOMAIN ANALYSIS FINGERPRINT BASED GENDER IDENTIFICATION USING FREQUENCY DOMAIN ANALYSIS Ritu Kaur 1 and Susmita Ghosh Mazumdar 2 1 M. Tech Student, RCET Bhilai, India 2 Reader, Department of Electronics & Telecom, RCET

More information

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

Real Time Sign Language Processing System

Real Time Sign Language Processing System Real Time Sign Language Processing System Dibyabiva Seth (&), Anindita Ghosh, Ariruna Dasgupta, and Asoke Nath Department of Computer Science, St. Xavier s College (Autonomous), Kolkata, India meetdseth@gmail.com,

More information

Analysis of Speech Recognition Techniques for use in a Non-Speech Sound Recognition System

Analysis of Speech Recognition Techniques for use in a Non-Speech Sound Recognition System Analysis of Recognition Techniques for use in a Sound Recognition System Michael Cowling, Member, IEEE and Renate Sitte, Member, IEEE Griffith University Faculty of Engineering & Information Technology

More information

Automatic Detection of Non- Biological Artifacts in ECGs Acquired During Cardiac Computed Tomography

Automatic Detection of Non- Biological Artifacts in ECGs Acquired During Cardiac Computed Tomography Computer Aided Medical Procedures Automatic Detection of Non- Biological Artifacts in ECGs Acquired During Cardiac Computed Tomography Rustem Bekmukhametov 1, Sebastian Pölsterl 1,, Thomas Allmendinger

More information

Clustering of MRI Images of Brain for the Detection of Brain Tumor Using Pixel Density Self Organizing Map (SOM)

Clustering of MRI Images of Brain for the Detection of Brain Tumor Using Pixel Density Self Organizing Map (SOM) IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 6, Ver. I (Nov.- Dec. 2017), PP 56-61 www.iosrjournals.org Clustering of MRI Images of Brain for the

More information

Impaired Regional Myocardial Function Detection Using the Standard Inter-Segmental Integration SINE Wave Curve On Magnetic Resonance Imaging

Impaired Regional Myocardial Function Detection Using the Standard Inter-Segmental Integration SINE Wave Curve On Magnetic Resonance Imaging Original Article Impaired Regional Myocardial Function Detection Using the Standard Inter-Segmental Integration Ngam-Maung B, RT email : chaothawee@yahoo.com Busakol Ngam-Maung, RT 1 Lertlak Chaothawee,

More information

MULTILEAD SIGNAL PREPROCESSING BY LINEAR TRANSFORMATION

MULTILEAD SIGNAL PREPROCESSING BY LINEAR TRANSFORMATION MULTILEAD SIGNAL PREPROCESSING BY LINEAR TRANSFORMATION TO DERIVE AN ECG LEAD WHERE THE ATYPICAL BEATS ARE ENHANCED Chavdar Lev Levkov Signa Cor Laboratory, Sofia, Bulgaria, info@signacor.com ECG signal

More information

USING CORRELATION COEFFICIENT IN ECG WAVEFORM FOR ARRHYTHMIA DETECTION

USING CORRELATION COEFFICIENT IN ECG WAVEFORM FOR ARRHYTHMIA DETECTION BIOMEDICAL ENGINEERING- APPLICATIONS, BASIS & COMMUNICATIONS USING CORRELATION COEFFICIENT IN ECG WAVEFORM FOR ARRHYTHMIA DETECTION 147 CHUANG-CHIEN CHIU 1,2, TONG-HONG LIN 1 AND BEN-YI LIAU 2 1 Institute

More information

Robust Detection of Atrial Fibrillation for a Long Term Telemonitoring System

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

More information

Classification of Real Heart Disease Using Probabilistic Neural Network

Classification of Real Heart Disease Using Probabilistic Neural Network Impact Factor (SJIF): 5.301 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 Volume 5, Issue 9, September-2018 Classification of Real

More information

A Novel Design and Development of Condenser Microphone Based Stethoscope to Analyze Phonocardiogram Spectrum Using Audacity

A Novel Design and Development of Condenser Microphone Based Stethoscope to Analyze Phonocardiogram Spectrum Using Audacity A Novel Design and Development of Condenser Microphone Based Stethoscope to Analyze Phonocardiogram Spectrum Using Audacity Tarak Das 1, Parameswari Hore 1, Prarthita Sharma 1, Tapas Kr. Dawn 2 1 Department

More information

MORPHOLOGICAL CHARACTERIZATION OF ECG SIGNAL ABNORMALITIES: A NEW APPROACH

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

More information

SPEECH TO TEXT CONVERTER USING GAUSSIAN MIXTURE MODEL(GMM)

SPEECH TO TEXT CONVERTER USING GAUSSIAN MIXTURE MODEL(GMM) SPEECH TO TEXT CONVERTER USING GAUSSIAN MIXTURE MODEL(GMM) Virendra Chauhan 1, Shobhana Dwivedi 2, Pooja Karale 3, Prof. S.M. Potdar 4 1,2,3B.E. Student 4 Assitant Professor 1,2,3,4Department of Electronics

More information

IDENTIFICATION OF MYOCARDIAL INFARCTION TISSUE BASED ON TEXTURE ANALYSIS FROM ECHOCARDIOGRAPHY IMAGES

IDENTIFICATION OF MYOCARDIAL INFARCTION TISSUE BASED ON TEXTURE ANALYSIS FROM ECHOCARDIOGRAPHY IMAGES IDENTIFICATION OF MYOCARDIAL INFARCTION TISSUE BASED ON TEXTURE ANALYSIS FROM ECHOCARDIOGRAPHY IMAGES Nazori Agani Department of Electrical Engineering Universitas Budi Luhur Jl. Raya Ciledug, Jakarta

More information

A Simple Pipeline Application for Identifying and Negating SNOMED CT in Free Text

A Simple Pipeline Application for Identifying and Negating SNOMED CT in Free Text A Simple Pipeline Application for Identifying and Negating SNOMED CT in Free Text Anthony Nguyen 1, Michael Lawley 1, David Hansen 1, Shoni Colquist 2 1 The Australian e-health Research Centre, CSIRO ICT

More information

Estimation of Systolic and Diastolic Pressure using the Pulse Transit Time

Estimation of Systolic and Diastolic Pressure using the Pulse Transit Time Estimation of Systolic and Diastolic Pressure using the Pulse Transit Time Soo-young Ye, Gi-Ryon Kim, Dong-Keun Jung, Seong-wan Baik, and Gye-rok Jeon Abstract In this paper, algorithm estimating the blood

More information

I. INTRODUCTION III. OVERALL DESIGN

I. INTRODUCTION III. OVERALL DESIGN Inherent Selection Of Tuberculosis Using Graph Cut Segmentation V.N.Ilakkiya 1, Dr.P.Raviraj 2 1 PG Scholar, Department of computer science, Kalaignar Karunanidhi Institute of Technology, Coimbatore, Tamil

More information

COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION

COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION 1 R.NITHYA, 2 B.SANTHI 1 Asstt Prof., School of Computing, SASTRA University, Thanjavur, Tamilnadu, India-613402 2 Prof.,

More information

The recommended method for diagnosing sleep

The recommended method for diagnosing sleep reviews Measuring Agreement Between Diagnostic Devices* W. Ward Flemons, MD; and Michael R. Littner, MD, FCCP There is growing interest in using portable monitoring for investigating patients with suspected

More information

Early Detection of Lung Cancer

Early Detection of Lung Cancer Early Detection of Lung Cancer Aswathy N Iyer Dept Of Electronics And Communication Engineering Lymie Jose Dept Of Electronics And Communication Engineering Anumol Thomas Dept Of Electronics And Communication

More information

CONSTRUCTION OF PHYLOGENETIC TREE USING NEIGHBOR JOINING ALGORITHMS TO IDENTIFY THE HOST AND THE SPREADING OF SARS EPIDEMIC

CONSTRUCTION OF PHYLOGENETIC TREE USING NEIGHBOR JOINING ALGORITHMS TO IDENTIFY THE HOST AND THE SPREADING OF SARS EPIDEMIC CONSTRUCTION OF PHYLOGENETIC TREE USING NEIGHBOR JOINING ALGORITHMS TO IDENTIFY THE HOST AND THE SPREADING OF SARS EPIDEMIC 1 MOHAMMAD ISA IRAWAN, 2 SITI AMIROCH 1 Institut Teknologi Sepuluh Nopember (ITS)

More information

Project PRACE 1IP, WP7.4

Project PRACE 1IP, WP7.4 Project PRACE 1IP, WP7.4 Plamenka Borovska, Veska Gancheva Computer Systems Department Technical University of Sofia The Team is consists of 5 members: 2 Professors; 1 Assist. Professor; 2 Researchers;

More information

A Simulation for Estimation of the Blood Pressure using Arterial Pressure-volume Model

A Simulation for Estimation of the Blood Pressure using Arterial Pressure-volume Model A Simulation for Estimation of the Blood Pressure using Arterial Pressure-volume Model Gye-rok Jeon, Jae-hee Jung, In-cheol Kim, Ah-young Jeon, Sang-hwa Yoon, Jung-man Son, Jae-hyung Kim, Soo-young Ye,

More information

MRI Image Processing Operations for Brain Tumor Detection

MRI Image Processing Operations for Brain Tumor Detection MRI Image Processing Operations for Brain Tumor Detection Prof. M.M. Bulhe 1, Shubhashini Pathak 2, Karan Parekh 3, Abhishek Jha 4 1Assistant Professor, Dept. of Electronics and Telecommunications Engineering,

More information

PROCESSING THE ABDOMINAL FETAL ECG USING A NEW METHOD. Zentralinstitut fur Biomedizinische Technik der Universitat Erlangen-Nurnberg, FRG

PROCESSING THE ABDOMINAL FETAL ECG USING A NEW METHOD. Zentralinstitut fur Biomedizinische Technik der Universitat Erlangen-Nurnberg, FRG PROCESSING THE ABDOMINAL FETAL ECG USING A NEW METHOD J Nagel, M Schaldach Zentralinstitut fur Biomedizinische Technik der Universitat Erlangen-Nurnberg, FRG INTRODUCTION The excellent natural shielding

More information

PC based Heart Sound Monitoring System

PC based Heart Sound Monitoring System PC based Heart Sound Monitoring System Arathy R Assistant Professor in Electronics and biomedical Engineering Model Engineering College Thrikkakara, Cochin Gowriprabha V PGET-D&D,Skanray Healthcare pvt

More information

Hybrid EEG-HEG based Neurofeedback Device

Hybrid EEG-HEG based Neurofeedback Device APSIPA ASC 2011 Xi an Hybrid EEG-HEG based Neurofeedback Device Supassorn Rodrak *, Supatcha Namtong, and Yodchanan Wongsawat ** Department of Biomedical Engineering, Faculty of Engineering, Mahidol University,

More information

Classification and Statistical Analysis of Auditory FMRI Data Using Linear Discriminative Analysis and Quadratic Discriminative Analysis

Classification and Statistical Analysis of Auditory FMRI Data Using Linear Discriminative Analysis and Quadratic Discriminative Analysis International Journal of Innovative Research in Computer Science & Technology (IJIRCST) ISSN: 2347-5552, Volume-2, Issue-6, November-2014 Classification and Statistical Analysis of Auditory FMRI Data Using

More information

Appendix: Instructions for Treatment Index B (Human Opponents, With Recommendations)

Appendix: Instructions for Treatment Index B (Human Opponents, With Recommendations) Appendix: Instructions for Treatment Index B (Human Opponents, With Recommendations) This is an experiment in the economics of strategic decision making. Various agencies have provided funds for this research.

More information

Social Determinants of Health

Social Determinants of Health FORECAST HEALTH WHITE PAPER SERIES Social Determinants of Health And Predictive Modeling SOHAYLA PRUITT Director Product Management Health systems must devise new ways to adapt to an aggressively changing

More information

Comparing Multifunctionality and Association Information when Classifying Oncogenes and Tumor Suppressor Genes

Comparing Multifunctionality and Association Information when Classifying Oncogenes and Tumor Suppressor Genes 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Automatic Heart Sound Analysis Module Based on Stockwell Transform

Automatic Heart Sound Analysis Module Based on Stockwell Transform Automatic Heart Sound Analysis Module Based on Stockwell Transform Applied on Auto-Diagnosis and Telemedicine Applications Ali Moukadem, Alain Dieterlen MIPS Laboratory University of Haute Alsace Mulhouse,

More information

An active unpleasantness control system for indoor noise based on auditory masking

An active unpleasantness control system for indoor noise based on auditory masking An active unpleasantness control system for indoor noise based on auditory masking Daisuke Ikefuji, Masato Nakayama, Takanabu Nishiura and Yoich Yamashita Graduate School of Information Science and Engineering,

More information

Decision Support System for Heart Disease Diagnosing Using K-NN Algorithm

Decision Support System for Heart Disease Diagnosing Using K-NN Algorithm Decision Support System for Heart Disease Diagnosing Using K-NN Algorithm Tito Yuwono Department of Electrical Engineering Islamic University of Indonesia Yogyakarta Address: Kaliurang Street KM 14 Yogyakarta,

More information

MISD First Grade Scoring Rubric Fourth Nine Weeks

MISD First Grade Scoring Rubric Fourth Nine Weeks Language and Literacy Development accuracy, an Decode words in context and isolation 1.3A (iii)(v) Use letter-sound patterns 1.22B (i)(ii)(iii), 1.22C,1.22D Vocabulary 1.3F, 1.6B High-Frequency Words 1.3H

More information

Comparison of Lip Image Feature Extraction Methods for Improvement of Isolated Word Recognition Rate

Comparison of Lip Image Feature Extraction Methods for Improvement of Isolated Word Recognition Rate , pp.57-61 http://dx.doi.org/10.14257/astl.2015.107.14 Comparison of Lip Image Feature Extraction Methods for Improvement of Isolated Word Recognition Rate Yong-Ki Kim 1, Jong Gwan Lim 2, Mi-Hye Kim *3

More information

Honors Biology Chapter 2. The Science of Biology

Honors Biology Chapter 2. The Science of Biology Honors Biology Chapter 2 The Science of Biology Concept 2.1: Discovery Science Emphasizes Inquiry and Observation I. Science as Inquiry A. Science = to know, to answer? s about the natural world 1. 2 main

More information

Adaptation of Classification Model for Improving Speech Intelligibility in Noise

Adaptation of Classification Model for Improving Speech Intelligibility in Noise 1: (Junyoung Jung et al.: Adaptation of Classification Model for Improving Speech Intelligibility in Noise) (Regular Paper) 23 4, 2018 7 (JBE Vol. 23, No. 4, July 2018) https://doi.org/10.5909/jbe.2018.23.4.511

More information

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

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

More information

A Judgment of Intoxication using Hybrid Analysis with Pitch Contour Compare (HAPCC) in Speech Signal Processing

A Judgment of Intoxication using Hybrid Analysis with Pitch Contour Compare (HAPCC) in Speech Signal Processing A Judgment of Intoxication using Hybrid Analysis with Pitch Contour Compare (HAPCC) in Speech Signal Processing Seong-Geon Bae #1 1 Professor, School of Software Application, Kangnam University, Gyunggido,

More information

Using Data Mining Techniques to Analyze Crime patterns in Sri Lanka National Crime Data. K.P.S.D. Kumarapathirana A

Using Data Mining Techniques to Analyze Crime patterns in Sri Lanka National Crime Data. K.P.S.D. Kumarapathirana A !_ & Jv OT-: j! O6 / *; a IT Oi/i34- Using Data Mining Techniques to Analyze Crime patterns in Sri Lanka National Crime Data K.P.S.D. Kumarapathirana 139169A LIBRARY UNIVERSITY or MORATL^VA, SRI LANKA

More information

Hands-On Ten The BRCA1 Gene and Protein

Hands-On Ten The BRCA1 Gene and Protein Hands-On Ten The BRCA1 Gene and Protein Objective: To review transcription, translation, reading frames, mutations, and reading files from GenBank, and to review some of the bioinformatics tools, such

More information

The Cardiac Cycle Clive M. Baumgarten, Ph.D.

The Cardiac Cycle Clive M. Baumgarten, Ph.D. The Cardiac Cycle Clive M. Baumgarten, Ph.D. OBJECTIVES: 1. Describe periods comprising cardiac cycle and events within each period 2. Describe the temporal relationships between pressure, blood flow,

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

ANALYSIS AND CLASSIFICATION OF EEG SIGNALS. A Dissertation Submitted by. Siuly. Doctor of Philosophy

ANALYSIS AND CLASSIFICATION OF EEG SIGNALS. A Dissertation Submitted by. Siuly. Doctor of Philosophy UNIVERSITY OF SOUTHERN QUEENSLAND, AUSTRALIA ANALYSIS AND CLASSIFICATION OF EEG SIGNALS A Dissertation Submitted by Siuly For the Award of Doctor of Philosophy July, 2012 Abstract Electroencephalography

More information

The Best Bits in the Iris Code

The Best Bits in the Iris Code The Best Bits in the Iris Code Karen Hollingsworth Dept. of Computer Science and Engineering University of Notre Dame Where do the bits in the iris code come from? 2 Steps in Iris Biometrics Acquire Image

More information

Computational Analysis of UHT Sequences Histone modifications, CAGE, RNA-Seq

Computational Analysis of UHT Sequences Histone modifications, CAGE, RNA-Seq Computational Analysis of UHT Sequences Histone modifications, CAGE, RNA-Seq Philipp Bucher Wednesday January 21, 2009 SIB graduate school course EPFL, Lausanne ChIP-seq against histone variants: Biological

More information

Analysis of Voltage Stability using L-Index Method

Analysis of Voltage Stability using L-Index Method International Journal of Electrical Engineering. ISSN 0974-2158 Volume 4, Number 4 (2011), pp.483-498 International Research Publication House http://www.irphouse.com Analysis of Voltage Stability using

More information

GE Healthcare. The GE EK-Pro Arrhythmia Detection Algorithm for Patient Monitoring

GE Healthcare. The GE EK-Pro Arrhythmia Detection Algorithm for Patient Monitoring GE Healthcare The GE EK-Pro Arrhythmia Detection Algorithm for Patient Monitoring Table of Contents Arrhythmia monitoring today 3 The importance of simultaneous, multi-lead arrhythmia monitoring 3 GE EK-Pro

More information

Automatic Segmentation of Jaw Tissues in CT Using Active Appearance Models and Semi-automatic Landmarking

Automatic Segmentation of Jaw Tissues in CT Using Active Appearance Models and Semi-automatic Landmarking Automatic Segmentation of Jaw Tissues in CT Using Active Appearance Models and Semi-automatic Landmarking Sylvia Rueda 1,JoséAntonioGil 1, Raphaël Pichery 2,andMarianoAlcañiz 1 1 Medical Image Computing

More information

Journal of Emerging Trends in Computing and Information Sciences

Journal of Emerging Trends in Computing and Information Sciences Drivers Reading Time Model on Variable Message Signs Using Korean Characters 1 Taehyung Kim, 2 Taehyeong Kim *, 3 Cheol Oh, 4 Bum-Jin Park, 5 Hyoungsoo Kim 1 Research Fellow, The Korea Transport Institute,

More information

Text Mining Technique to Distinguish between Clinical Medicine and Biomedical Engineering Research Articles Motoki Sakai

Text Mining Technique to Distinguish between Clinical Medicine and Biomedical Engineering Research Articles Motoki Sakai Text Mining Technique to Distinguish between Clinical Medicine and Biomedical Engineering Research Articles Motoi Saai Abstract Biomedical engineering (BM) is used to solve medical problems in diverse

More information

Copyright 2008 Society of Photo Optical Instrumentation Engineers. This paper was published in Proceedings of SPIE, vol. 6915, Medical Imaging 2008:

Copyright 2008 Society of Photo Optical Instrumentation Engineers. This paper was published in Proceedings of SPIE, vol. 6915, Medical Imaging 2008: Copyright 28 Society of Photo Optical Instrumentation Engineers. This paper was published in Proceedings of SPIE, vol. 695, Medical Imaging 28: Computer Aided Diagnosis and is made available as an electronic

More information

Variant Classification. Author: Mike Thiesen, Golden Helix, Inc.

Variant Classification. Author: Mike Thiesen, Golden Helix, Inc. Variant Classification Author: Mike Thiesen, Golden Helix, Inc. Overview Sequencing pipelines are able to identify rare variants not found in catalogs such as dbsnp. As a result, variants in these datasets

More information

PATTERN RECOGNITION OF AMPHETAMINES FTIR SPECTRA WITH MODIFIED PHASE-INPUT FOURIER CORRELATION. Alin C. Teusdea 1, Mirela Praisler 2

PATTERN RECOGNITION OF AMPHETAMINES FTIR SPECTRA WITH MODIFIED PHASE-INPUT FOURIER CORRELATION. Alin C. Teusdea 1, Mirela Praisler 2 Analele Universităţii de Vest din Timişoara Vol. LV 2 Seria Fizică PATTERN RECOGNITION OF AMPHETAMINES FTIR SPECTRA WITH MODIFIED PHASE-INPUT FOURIER CORRELATION Alin C. Teusdea Mirela Praisler 2 University

More information

Predicting Breast Cancer Survivability Rates

Predicting Breast Cancer Survivability Rates Predicting Breast Cancer Survivability Rates For data collected from Saudi Arabia Registries Ghofran Othoum 1 and Wadee Al-Halabi 2 1 Computer Science, Effat University, Jeddah, Saudi Arabia 2 Computer

More information

Fuzzy Decision Tree FID

Fuzzy Decision Tree FID Fuzzy Decision Tree FID Cezary Z. Janikow Krzysztof Kawa Math & Computer Science Department Math & Computer Science Department University of Missouri St. Louis University of Missouri St. Louis St. Louis,

More information

Obstructive Sleep Apnea Severity Multiclass Classification Using Analysis of Snoring Sounds

Obstructive Sleep Apnea Severity Multiclass Classification Using Analysis of Snoring Sounds Proceedings of the 2 nd World Congress on Electrical Engineering and Computer Systems and Science (EECSS'16) Budapest, Hungary August 16 17, 2016 Paper No. ICBES 142 DOI: 10.11159/icbes16.142 Obstructive

More information

Physiology of the Heart Delmar Learning, a Division of Thomson Learning, Inc.

Physiology of the Heart Delmar Learning, a Division of Thomson Learning, Inc. Physiology of the Heart 2004 Delmar Learning, a Division of Thomson Learning, Inc. Physiology of the Heart State Standards 35) Outline the structure and functions of the anatomy of the cardiovascular system,

More information

The Human Behaviour-Change Project

The Human Behaviour-Change Project The Human Behaviour-Change Project Participating organisations A Collaborative Award funded by the www.humanbehaviourchange.org @HBCProject This evening Opening remarks from the chair Mary de Silva, The

More information

Digital hearing aids are still

Digital hearing aids are still Testing Digital Hearing Instruments: The Basics Tips and advice for testing and fitting DSP hearing instruments Unfortunately, the conception that DSP instruments cannot be properly tested has been projected

More information