Skip to content

kamyar-nemati/libecg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Repository name: libecg

Hybrid lossless and lossy compression technique for ECG signals

Publication

Abstract: A single cycle of an ECG signal is composed of multiple segments. The QRS segment is considered as the most important segment for accurate diagnosis in many heart related disorders and this segment should be preserved against any major signal distortion during the process of compression. In this paper, a novel hybrid ECG signal data compression technique is proposed, in which lossless compression is applied on QRS segments and lossy compression is applied on other segments, without actually implementing any wave-recognition algorithm. Experimental results have shown that with the optimal selection of threshold and aperture size, it is possible to preserve the quality of QRS segments for enhancing the diagnostic capability with the reconstructed signal while achieving higher compression efficiency at the same time.

K. Nemati and K. Ramakrishnan, "Hybrid lossless and lossy compression technique for ECG signals," 2017 Third International Conference on Sensing, Signal Processing and Security (ICSSS), Chennai, India, 2017, pp. 450-455.

doi: 10.1109/SSPS.2017.8071639

keywords: {Biomedical signal processing;Data compression;Electrocardiography},

URL: http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8071639&isnumber=8071554

Sensing, Signal Processing and Security (ICSSS), 2017 Third International Conference on IEEE Xplore http://ieeexplore.ieee.org/document/8071639/

Repo Description

A proof-of-concept was necessary in order to measure the actual performance of the proposed compression technique. Due to the flexible nature of the algorithm, it was important to prepare an implementation, preferably as an independent library, so that we could measure the empirical compression performance on a variety range of different ECG signals.

Design

High-Level Design Model High-Level Design Model


Level-1 Design Model: Compression Level-1 Design Model: Compression


Level-1 Design Model: Decompression Level-1 Design Model: Decompression