Heart sound segmentation

This project first aim to create a signal processing MATLAB program that segment heart sounds by detecting the first heart sound (S1) and second heart sound (S2) and the heart cycle boundaries. However, in this project, only the S1 and S2 sounds are detected using the envelope segmentation methods w...

Full description

Saved in:
Bibliographic Details
Main Author: Manalo Daisy Grace Rivera
Other Authors: Soh Cheong Boon
Format: Final Year Project
Language:English
Published: 2017
Subjects:
Online Access:http://hdl.handle.net/10356/71993
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:This project first aim to create a signal processing MATLAB program that segment heart sounds by detecting the first heart sound (S1) and second heart sound (S2) and the heart cycle boundaries. However, in this project, only the S1 and S2 sounds are detected using the envelope segmentation methods which includes Shannon Energy, Hilbert and Shannon Entropy with thresholding. These methods create an envelope of the signal to find the start and stop points of both S1 and S2. The threshold value is determined by finding the lowest Root Mean Square (RMS) Error calculated in a range of 0.01 to 0.02. The RMS Error is computed based on a manually recorded start and stop point and it is also used to find the best among the envelope detection methods. The envelope detection method was implemented to a normal heart sound and a heart sound with split S1. The Shannon Entropy method was deemed the best envelope detection method as it recorded the lowest total RMS error for both the normal and split S1 signal.