SciELO - Scientific Electronic Library Online

 
vol.23 número1Effect of the Trivalent Erbium Concentration on the Luminescent Properties of TiO2 Er3+ CompositesModelado con COMSOL Multiphysics: Distribución de temperatura de nano partículas de Fe3O4 para terapia oncológica índice de autoresíndice de materiabúsqueda de artículos
Home Pagelista alfabética de revistas  

Servicios Personalizados

Revista

Articulo

Indicadores

Links relacionados

  • No hay artículos similaresSimilares en SciELO

Compartir


Computación y Sistemas

versión On-line ISSN 2007-9737versión impresa ISSN 1405-5546

Comp. y Sist. vol.23 no.1 Ciudad de México ene./mar. 2019  Epub 26-Feb-2021

https://doi.org/10.13053/cys-23-1-3171 

Article of the thematic issue

Cardiac Abnormalities Detection from Compressed ECG

M. Torres-Cisneros1  2  * 

R. Guzman-Cabrera1 

S. Villalobos3 

D.A. May-Arrioja2 

F. Martell2 

1 University of Guanajuato, Applied Physics and Advanced Technologies, Guanajuato, Mexico. torres.cisneros@ugto.mx

2 Centro de Investigaciones en Óptica, Aguascalientes, Mexico

3 Centro de Investigaciones en Óptica, Guanajuato, Mexico


Abstract:

In the aim of automatic detection of cardiac anomalies, in particular arrhythmias, we propose and design two algorithms for arrhythmias detection based on the energy of the ECG signal. Our results have shown that it is possible to obtain a prediction error as small as 0.66% when we use the overlapped windows method. Our algorithms can obtain this error analyzing 30 min signal length just in 12 s of processing time. Our results are faster and competitive if we compare them with those in the literature.

Keywords: ECG automatic detection; QRS complex detection; RR segment

1 Introduction

The World Health Organization estimates that 17.5 million people died of cardiovascular disease. This represents 30% of all global deaths [1]. Nevertheless, as most of the diseases, the early diagnostic is fundamental to avoid fatal consequences. In this way, the electric activity of the heart can be registered and recorded, and it is known as electrocardiogram (ECG). The ECG signal contains complete information about the health state of the heart.

Then, when a doctor analyzes an ECG signal, he can detect if the hearth has some blood flux problem, a disease, suffer from some indisposed of the autonomic nervous system or if it suffers some stress. In a healthy person, the ECG signal appears almost periodic, and it is characterized by five peaks and valleys labeled by the letters P, Q, R, S, T, as it is shown in Fig 1. The first attempt to automate ECG analysis by digital computer was made as early as in 1956 by Pipberger and his group [2], they developed an automatic vector cardiographic analysis program.

Fig.1. A typical ECG signal 

The first industrial ECG processing system came into the market during the seventies. The detection of the QRS complex is the most crucial task in automatic ECG signal analysis. QRS complex can be identified using general ECG parameter detection method. R-peak is the less complicated point to distinguish from noisy component since it has large amplitude [3].

The T analysis wave during atrial flutter could require canceling the flutter wave [4]. In the past five decades, numerous computer programs have been developed for the automatic interpretation of ECG. However, methods and independent databases to test the reliability of such programs are still scarce.

Each ECG algorithm has different ways to perform the analysis; for example, some numerical codes are single bits based, whereas others take into account average bits. This fact has created a situation whereby substantial difference results in measurements made by different computer programs and this hampers the exchange of diagnostic criteria and interpretation results [1-3,5].

In the last consensus report [6], two ECG patterns are considered:

  • a) type-1 ECG pattern, where a coved ST-segment elevation ≥ 2mm is followed by a negative T-wave, with little or no isoelectric separation. This feature is present in some right precordial leads.

  • b) type-2 ECG pattern also characterized by an ST-segment elevation but followed by a positive or biphasic T-wave that results in a saddle-back configuration.

To perform this task, many programming languages are employed, such as Matlab[7], C language [8], Java[9], or even LabView[10].

In this work, we propose two different numerical methods to detect RR intervals based on the well-known difference method [11] taking into account the energy pulse. The code was done in Matlab (c) . Section two presents the general methodology of the work.

Our results, the comparison with other literature methods and the discussion are presented in the third section, while we close with the conclusion of the work.

2 Methodology

The general methodology includes several stage s. In the first instance, we use ECG records to take them from the MIT-BIH arrhythmia database [12], which has 48 ECG files with an approximate duration of 30 min each. The records were acquired at a sampling rate of 360 Hz, and each record comes from a different patient. Next, each ECG file was digitally filtered using a low-pass filter of 22nd order with a cut-off frequency of 15 Hz. Thus, electrical artifacts and inherent high-frequency noise were eliminated, see Fig. 2a.

Fig. 2 a) x, the ECG signal in the database MIT-BIH tape 103; b) Xd, the ECG signal after performing the difference operation; c) Xdf, the signal after applying a low pass filter; d) X^df, the signal after going through the thresholds 

The method of differences consists of applying the first numerical derivative of the ECG signal. From Fig. 2b it is possible to observe that. The high-frequency components signal in Fig. 2b was smooth using a 10th order low pass filter with a cut-off frequency of 10 Hz, Fig. 2c. Finally, we close this stage by setting two thresholds (positive and negative) to flat the signal, as can be seen in Fig. 2d. It is convenient to consider that the RR (peak to peak) interval has a duration between 0.4 to 1.2 s, this fact implies that all filtering operations must be performed in the bandwidth range from 0.833 to 2.5 Hz.

In the next block, we divide the positive and negative segments from the ECG signal, as is shown in Fig 3a. Once we have separated the positive and negative segments of the QRS signal, we use the window method to obtain the energy for each one. We also used two methods to obtain each local maxima of the ECG signal, that is, the R points, we call them; adjacent and overlapped windows. These methods consist of splitting the ECG signal in windows with a specific time width, as can be seen in Fig 3b. In our case, for the adjacent windows method, we used 300 ms as time width and for the overlapped windows method the period was 500 ms with an overlap of 250 ms. We have to mention that time duration windows values, in both cases, were established as a result of several tests that we present in the next section.

Fig. 3 a) and are the positive and negative parts of the signal X^df; b) Selection of the local extremes of each window for both the positive and negative sides; c) The pair of positive and negative ends of the original ECG signal; d) The position of the maximum R point. 

An algorithm was designed to detect the maximum value of the ECG signal inside of each window; i.e., 500 ms or 300 ms duration time, depending on the method. It is also capable of discarding all local maxima that did not correspond to points R.

The same tool was applied to the negative part of the ECG signal; the final result is observed in Fig 3c. We finish this stage remembering that the average distance in time from one-point R to another is between 0.4 to 1.2 s, then we can to discard those points located about ±250 ms around of every R point (tolerance margin), Fig 3d.

Once we identified the R points, it was essential to verify which of them corresponded to false positives (FP), false negatives (FN) and true positives (TP). Then we correlated the points identified against those validated at the MIT-BIH database. We considered, as tolerance margin for each point; ±250 ms. Finally, to have a quantitative comparison between the results obtained between our proposal and some methods that exist in the literature, we calculate a prediction error percentage, which is defined elsewhere by the Eq. 1:

Fd=FP+FNTotal Beating. (1)

3 Results and Discussion

At the end of the last section, we used some specific values to the window width and to the tolerance margin in time around each point R. Indeed, those values were determined in this section using simple numerical experiments; we used different values in our algorithms, and we select the combination, which generates the smallest error value. For the method of adjacent windows, we try four different window widths: 150, 200, 250 and 300 ms; while for tolerance margins we probed five: 100, 200, 250, 300 and 350 ms.

For these experiments, we spent 4.5 h of processing time to evaluate each combination for these parameters in the 48 ECG files in the database. The best results were obtained for a window length of 300 ms and a tolerance margin of 350 ms (prediction error: 0.97 %). On the other hand, we repeat the procedure for the overlapped window method. In this case, we spent 5 h of a processing time of 5 h, and we obtain the smallest error value for the combination of a window width of 500 ms and a tolerance margin of 350 ms (prediction error: 0.66 %).

Once we found the optimal pair of parameter values, we can compare our methods against some reported in the literature. Table 1 compares the results for the three most complex files in the database, where our two methods; adjacent and overlapped, were compared against three methods: The difference operation method (DOM) [11], the Pan & Tompkins method (PT) [13] and the wavelet transform method (WT) [14]. For complex, we mean that the beat recognition has a high level of difficulty.

Table 1 Comparison of prediction errors (%) between different detection methods 

Registry # Adjacent Overlapped DOM PT WT
105 0.54% 0.27% 0.66% 3.46% 1.09%
108 1.08% 1.87% 0.34% 12.54% 1.59%
203 1.54% 0.40% 0.60% 2.78% 0.87%
Processing time 10s 12s 90s - 180s

The three files have an average length of 30 minutes, and it can be seen from the Table 1 that our methods spent just about 10 % of the processing time for other methods (10 s and 12 s). From the results, it is also possible to appreciate that the DOM has the best prediction error while our methods are competitive only in file #105.

Now, to probe the efficiency of the proposed methods, we use them in the 48 files and compare the results of the 5 methods. Table 2 shows the prediction error results. It is observed that the average error percentages (0.97% and 0.66%) of the methodologies proposed here are not comparable with the best results of the DOM and WT methods [11], (0.2% and 0.17%), respectively.

Table 2 Comparison of prediction errors (%) between different detection methods 

File# Heartbeats Totals Adjacent
Windows
Overlapped Windows Differences Method PT Method WT
Method
100 2273 0.00 0.00 0.04 0.00 0.00
101 1865 0.11 0.27 0.05 0.43 0.00
102 2187 0.00 0.00 0.05 0.00 0.11
103 2084 0.00 0.00 0.00 0.00 0.00
104 2229 0.22 0.18 0.09 0.04 0.45
105 2572 0.54 0.27 0.66 3.46 1.09
106 2027 1.13 0.89 0.30 0.35 0.25
107 2137 0.28 0.28 0.14 0.09 0.00
108 1763 1.08 1.87 0.34 12.54 1.59
109 2532 0.04 0.08 0.12 0.04 0.00
111 2124 0.00 0.00 0.05 0.05 0.09
112 2539 0.08 0.04 0.04 0.04 0.12
113 1795 0.95 0.33 0.50 0.00 0.11
114 1879 0.85 2.18 0.05 1.06 0.16
115 1953 0.15 0.10 0.00 0.00 0.00
116 2412 0.58 0.46 0.70 1.04 0.04
117 1535 1.30 1.82 0.13 0.13 0.07
118 2278 0.18 0.31 0.44 0.04 0.04
119 1987 0.70 0.00 0.00 0.05 0.05
121 1863 0.16 0.16 0.11 0.59 0.16
122 2476 0.04 0.04 0.00 0.08 0.00
123 1518 2.04 4.15 0.00 0.00 0.00
124 1619 1.30 0.56 0.06 0.00 0.00
200 2601 0.88 0.62 0.19 0.35 0.04
201 1963 3.72 0.87 1.02 0.51 0.66
202 2136 4.07 1.03 0.05 0.19 0.05
203 2980 1.54 0.40 0.60 2.78 0.87
205 2656 0.64 0.53 0.60 0.08 0.04
207 2332 2.70 1.63 0.05 0.43 0.27
208 2955 0.78 0.47 0.47 0.60 0.14
209 3005 0.13 0.60 0.03 0.10 0.00
210 2650 1.06 0.72 0.53 0.38 0.23
212 2748 0.07 0.04 0.04 0.00 0.00
213 3251 0.09 0.03 0.09 0.09 0.00
214 2262 2.17 1.46 0.18 0.26 -
215 3363 0.18 0.18 0.12 0.03 -
217 2208 0.05 0.09 0.09 0.45 0.09
219 2154 3.02 1.72 0.00 0.00 0.00
220 2048 0.34 0.34 0.00 0.00 0.00
221 2427 1.81 2.39 0.04 0.08 0.29
222 2483 3.30 2.58 0.20 7.33 0.40
223 2605 0.23 0.12 0.04 0.04 0.08
228 2053 0.88 0.97 0.10 1.46 0.49
230 2256 0.04 0.04 0.09 0.04 0.00
231 1571 3.44 0.32 0.80 0.00 0.00
232 1780 3.54 0.22 0.00 0.39 0.00
233 3079 0.19 0.13 0.29 0.03 0.00
234 2753 0.04 0.00 0.04 0.00 0.00
Total 109,966 0.97 0.66 0.20 0.74 0.17

In particular, each of the 48 registers has inherent characteristics regarding the morphology of the ECG signal. The age of the patient is another factor that can affect the length of the RR segment. Then, if the goal is to establish an optimal window width, we need to introduce more inputs variables that enable us to classify the files and relate them with the patient, for example; age, sex, weight, etc.

3 Conclusion

In this paper, we propose the use of two methods to automatically detect the R points in an electrocardiogram (ECG). Our methods use a signal segmentation (windows) where we calculate the energy of the signal after some signal processing.

Due to the way we use the segmentation, we call the two methods as adjacent and overlapped windows.

To evaluate the detection methods proposed, we used the MIT-BIH arrhythmia database [12] and compare our methods against three popular methods in the literature: The difference operation method (DOM) [11], the Pan & Tompkins method (PT) [13] and the wavelet transform method (WT) [14].

We have compared the five methods against 3 specific database files and also against the 48 files. Our results show that our methods are faster than the other three because they only use about 10% of the processing time. Nevertheless, our methods present a higher failure rate when we use them in several files and obtain the average, even when in some files, our methods present the smallest error.

References

1. Willems, J. L., Abreu-Lima, C., Arnaud, P., Brohet, C. R., Denis, B., Gehing, J., Graham, I., van-Herpen, G., Machado, H., Michaelis, J., & Moulopoulous, S. D. (1990). Evaluation of ECG interpretation results obtained by computer and cardiologists. Methods of Information in Medicine, Vol. 29, No. 1, pp. 308-316. DOI: 10.1055/s-0038-1634794. [ Links ]

2. Pipberger, H. V., McManus, C. D., & Pipberger H. A. (1990). Methods of ECG interpretation in the AVA program. Methods of Information in Medicine, Vol. 29, No. 1, pp. 337-341. [ Links ]

3. Lee, D. H., Rabbi, A., Choi, J., & Reza, F. R. (2012). Development of a mobile phone-based e-health monitoring application. International Journal of Advanced Computer Science Applications, Vol. 3, No. 3, pp. 38-43. DOI:10.14569/IJACSA.2012.030307. [ Links ]

4. Jacquemet, V., Dubé, B., Nadeau, R., LeBlanc, A. R., Sturmer, M., Becker, G., Kus, T., & Vinet, A. (2011). Extraction and Analysis of T waves in Electrocardiograms During atrial Flutter. IEEE Trans. on BME, Vol. 58, No. 4, pp. 1104-1112. DOI: 10.1109/TBME.2010.2099228. [ Links ]

5. Rocha, T., Paredes, S., Carvalho, P., Henriques, J., Harris, M., Morais, J., & Antumes, M. (2010). A lead dependent ischemic episodes detection strategy using Hermite functions. Biomedical Signal Processing and Control, Vol. 5, No. 4, pp. 271-281. DOI: 10.1016/j.bspc.2010. 07.001. [ Links ]

6. Bayés-De-Luna, A., Brugada, J., Baranchuk, A., Borggrefe, M., Breithardt, G., Goldwasser, D., Lambiase, P., Riera, A. P., Garcia-Niebla, J., Pastore, C., Oreto, G., Mckenna, W., Zareba, W., Brugada, R., & Brugada, P. (2012). Current electrocardiographic criteria for diagnosis of Brugada pattern: a consensus report. Journal of electrocardiology, Vol. 45, No. 5, pp. 433-442. DOI: 10.1016/j.jelectrocard.2012.06.004. [ Links ]

7. Narayana, K. V. L. & Rao, A. B. (2011). Wavelet-based QRS detection in ECG using MATLAB. Innovative Systems Design and Engineering, Vol. 2, No. 1, pp. 60-69. [ Links ]

8. Hamilton, P., (2002). Open Source ECG Analysis. Computers in Cardiology, Vol. 29, No. 1, pp. 101-104. DOI: 10.1109/CIC.2002.1166717. [ Links ]

9. Iliopoulos, C. S. & Michalakopoulos, S. (2010). Combinatorial ECG Analysis for Mobile Devices. Proceedings of the 11th ACM SIGMM International Conference on Multimedia Information Retrieval, pp. 409-412. DOI: 10.1145/1743384.1743454. [ Links ]

10. National Instruments (2009). Using LabVIEW for heart rate variability analysis. http://zone.ni.com/devzone/cda/epd/p/id/5832. [ Links ]

11. Yeh, Y. C. & Wang, J. W. (2008). QRS complexes detection for ECG signal: The Difference Operation Method. Computer Methods and Programs in Biomedicine. Vol. 91, No. 3, pp 245-254. DOI: 10.1016/j.cmpb.2008.04.006. [ Links ]

12. MIT-BIH Database Distribution (1998). M. I. o. and C. Technology, M. A.Links ]

13. Pan, J. & Tompkings, W. J. (1985). A real-time QRS detection algorithm. IEEE Trans. on Biomedical Eng., Vol. BME-32, No. 3, pp. 230-236. DOI: 10.1109/TBME.1985.325532. [ Links ]

14. Li, C., Zheng, C., &Tai, C. (1995). Detection of ECG characteristic points using wavelets transforms. IEEE Trans. on Biomedical Engineering. Vol. 42, No. 1, pp. 21-28. DOI: 10.1109/10.362922. [ Links ]

Received: September 02, 2018; Accepted: December 08, 2018

* Corresponding author is M. Torres-Cisneros. torres.cisneros@ugto.mx

Creative Commons License This is an open-access article distributed under the terms of the Creative Commons Attribution License