design of derivative neural network controller

42 downloads 0 Views 621KB Size Report
Keywords: Electrocardiography, Heartbeat, Holter monitor, HRV, Hurst parameter, signal processing. 1. INTRODUCTION. Electrocardiography is one of the ...
Complex Control Systems  2012 Institute of Systems Engineering and Robotics ISSN 1310 - 8255

INTELLIGENT SYSTEM FOR PROCESSING AND ANALYSIS OF CARDIOLOGICAL DATA

G. Georgieva-Tsaneva, M. Gospodinov, E. Gospodinova, K. Cheshmedzhiev

Abstract: In this paper a new intelligent software system for processing and analyzing of cardiac Holter’s data is proposed. The electrocardiogram (ECG) analysis plays an important role in identifying the cardiovascular disorders. The standard lengths of the records, used in ECG analysis are 5 minutes and 24 hours. In this research is investigated the records of 24 hours. Heart Rate Variability (HRV) of ECG is the temporal variation between sequences of consecutive heartbeats. HRV analysis is a technique that relies on the assessment of fluctuations on the intervals among successive ECG R waves. This article investigates the behavior of the Hurst parameter over the HRV. Keywords: Electrocardiography, Heartbeat, Holter monitor, HRV, Hurst parameter, signal processing. 1. INTRODUCTION Electrocardiography is one of the modern contemporary non-invasive methods for analyzing the functional state of the cardiovascular activity. An electrocardiogram (Fig.1) is a measurement of the electrical activity of the heart. Some of the feature extraction methods implemented in the scientific research include Fourier Transform, Wavelet Transform and other methods. The particular attention in this paper is given to the analysis of the Variability of the Heartbeats – the characteristic depending on the intervals between heart pulses. The scientific studies in this direction [1, 2, 3, 5] indicate especially importance of this parameter in cardiology. One of the new diagnostic methods for heart variability research and diagnostic is based on the mathematical analysis of the Hurst parameter. This parameter has different values in case of healthy and diseased patients. After heart disease and after physical exercise the Hurst parameter increases. The research activities carried out over the real cardiac database, obtained from the Department of Cardiology at the regional hospital, confirms these results. The conducted studies show that Hurst parameter can be used as a predictor of cardiovascular disease and the results can be applied in clinical practice. The presented intelligent cardiological system included: - Maintaining of database with real ECG data; - Patient choice and review of cardiological data; - Determining of Heart Rate Variability;

33

-

Calculation of the Hurst parameter over HRV; Simulation of HRV data for test of the created algorithms.

2. ECG DATA SETS In this research is analyzed the information from database composed of ECG data records for patients with cardiovascular disease. The ECG database is given by the Veliko Tarnovo Regional Hospital “Dr. Stephen Cherkezov”. The length of each ECG record is around 24 hours. The sampling rate of the ECG is 200 Hz. The investigated group of patients is in the age 42-92 years. Data were obtained by Holter monitoring of the heart activity. The patient’s resumes usual activities while the Holter records a continuous ECG tracing for at least 24 hours. Data obtained by Holter monitor are compressed and the information is organized in 5 second blocks. After decompression by the developed algorithm of the intelligent system the blocks are organized in 4 channels with different length. R wave RR interval ECG ECG AMPLITUDE

1.5 1 0.5 0 -0.5 -1 0

500

1000

1500

2000

TIME [SEC]

Fig. 1 Electrocardiogram The developed system performs the following steps:  Determining the number of recorded channels;  Setting the operating mode;  Decompression of data;  Combines different 5-seconds blocks;  Reproduce each recorded channel;  Determining the cardiac intervals;  Creating HRV sequence;  Hurst parameter computation and analysis of deviation from the normal status. 3. HEART RATE VARIABILITY AND HURST PARAMETER The HRV is a measurement of the interaction between sympathetic and parasympathetic activity in autonomic functioning. The health monitoring is important task [6]. On a standard electrocardiogram, the maximum upward deflection of a normal QRS complex is at the peak of the R wave (Fig. 1). The duration between two adjacent QRS peaks resulting from sinus node is termed the NN (normal to normal) interval. HRV is the measurement of the variability of the NN intervals. The high variability is an indicator of good health (Fig. 2) The low variability indicates serious risk for pathological diseases (Fig. 3).

34

RR INTERVAL [SEC]

HIGH HRV

1.3 1.2 1.1 1 0.9 0.8 0.7 0.6 0.5 1

10

19

28

37

46

55

64

73

82

91

100

TIME [SEC]

Fig. 2 Normal HRV

RR INTERVAL [SEC]

LOW HRV 1.3 1.1 0.9 0.7 0.5 1

10

19

28

37

46

55

64

73

82

91

100

TIME [SEC]

Fig. 3 Abnormal HRV In science literature the analysis techniques from fractal theory are applied to assess the HRV [ 1, 9, 11, 14]. In this research the fractal scaling properties of the Heart Rate Variability time series are studied using the Hurst parameter. The published results of the investigated values of the Hurst parameter (H > 0.5) show increasing after the disease, trauma and physical activity [10, 14]. The described in this article investigation by analyzing the Heart Rate Variability confirm the above mentioned results. The R/S diagram of HRV time series for Hurst parameter is shown in Fig. 4. As mentioned in figure, the Hurst parameter increased after the cardiovascular disease. In the developed system are used three methods to determine the accuracy of the Hurst parameter: R/S (Rescaled adjusted range) method, ANOVA analysis (Analysis of Variance) and IDC (Indexes of Dispersion) method. Only the R/S method for cardiac data is used in the scientific literature. The developed system uses three methods. The comparative analysis shows higher accuracy of ANOVA and IDC [7, 8]. This is the reason for using of these two methods in determining the Hurst parameter. The relative error of the estimated Hurst parameter defined by [4]: (1)

Н 

Hˆ  H H

.100% ,

35

10 HEALTHY PATIENTS

LOG(R/S)

8

ILL PATIENTS

6 4 2 0 0

2

4

6

8

10

LOG(LENGHT OF BLOCК)

Fig. 4 The Hurst parameter of the HRV for ECG patients after the cardiovascular disease ˆ - determined value of Hurst parameter; where: Н Н – the real (input) value of the Hurst parameter.

For simulation of cardiac sequences are used Wavelet transform and Gaussian distributions. The developed algorithm with Fourier transform is described in [13]. The typical bimodal spectrum of the short sets of HRV data is created by the sum of two Gaussian distributions [13]: (2) (

Si (f) 

 f  fi 2  ,  exp 2  2. . с i2  2c i  σ i2

f - frequency; f i - means of frequency; сi - standard deviations;

 i2

- power in the

LF and HF bands). The substitution of the Fourier transform with Wavelet transform gives the following: - a high performance; - a better representation of the data in time-frequency domain. 4. INTELLIGENT SYSTEM ECGAniSis The software realization of intelligent system is ECGAniSis. The basic components of the developed software are as follows: 1. ECG database with functions: maintenance, open records, editing and adding new records; 2. Visualization of the patient’s data. The patient’s data includes: name, address, phone, physiological data, Holter recording date, start time and duration of the record, name of the doctor, address of the hospital and medical conclusion (Fig. 5). 3. Display of four ECG leads (Fig. 6) 4. Determining Heart Rate Variability. 5. Calculation the Hurst parameter for each patient. 6. Simulation of HRV data with the ability to set various input values (Fig. 7).

36

Fig. 5. Data of the patients

Fig. 6 Four ECG leads. 5. CONCLUSIONS In this article a new intelligent software system for processing and analyzing of cardiac Holter’s signals is described. The system is result of research of the Hurst parameter over the Heart Rate Variability. The study of the Hurst parameter along with other parameters (used in the study of ECG) will assist in the setting of correct diagnosis and prevention of cardiovascular diseases. On the base of the scientific research is

37

developed practical applied software with database for patient’s monitoring of the HRV and long-term storage of the results and investigation of their medical status.

Fig. 7 Simulation of HRV data

REFERENCES 1. 2. 3.

4. 5. 6. 7. 8.

9. 10. 11.

12.

38

Abry P., H. Wendt, S. Jaffard, H. Helgason, P. Goncalv`es. Methodology for Multifractal Analysis of HRV: From LF/HF Ratio to Wavelet Leaders. Eng. Med Biology Society, 2010, 106-109. Acharya U.R. , K.P. Joseph, N.Kannathal, C.M. Lim, J.S. Suri. Heart rate variability: a review, Med. Bio . Eng. Comput, Vol. 44, 2006, pp.1031-1051. Chamchad D., G.Djaiani, H.J.Jung, L.Nakhamchik, J.Carroll, J.C.Horrow. Nonlinear HRV analysis may predict atrial fibrillation after coronary artery bypass grafting. International Anesthesia Research Society, Vol. 103, No 5, 2006, pp.1109-1112. Ciftlikli C., A. Gezer. Comparison of Daubechies wavelets for Hurst parameter estimation. Turk J Elec Eng and Comp Sci, Vol18, No 1, 2010, pp.117-128. Clifford G. Signal Processing Methods for Heart Rate Variability. Michaelmas Term, 2002. Dimitrova M., S.Lozanova, L.Lahtchev, C.Roumenin. A framework for desing of cloud compatible medical interfaces. CompSysTech’12, 2012, 195-200. Georgieva-Tsaneva G. Determination of the Hurst exponent in short HRV synthesized sequences , International conference “Robotics and machatronics 2011”, Varna , 19-20.09, 2011. Georgieva-Tsaneva G., М. Gospodinov, К.Cheshmedjev, Application of the ANOVA analysis in short HRV sequences , International conference “Robotics and machatronics 2011”, Varna , 19-20.09, 2011. Holland A., M. Aboy. A novel recursive Fourier transform for nonuniform sampled signals: application to heart rate variability spectrum estimation. Med.Biol.Eng.Comput., 47, , 2009, рр. 697-707. Jahne B. Digital Image Processing: Concepts, Algorithms and Scientific Applications. Third.Ed.Berlin:Springer-Verlag, 1995. Krstacic G., A. Krstacic, M. Martinis, A. Knezevic, E.Vargovic, A. Smalcelj, M. Jembrek-Gostovic, D. Gamberger, T. Smuc. Non-linear analysis of heart rate variability in patients with coronary heart disease. Computers in Cardiology, Vol. 29, 2002, pp.673-675. Martinis M., A. Knezevic, G.Krstacic, E.Vargovic. Changes in the Hurst exponent of heart beat intervals during physical activities, Physics 0212029, 2002.

13.

McSharry P.E., Clifford G., Tarassenko L., Smith L.A. A dynamical model for generating synthetic electrocardiogram signals. IEEE Trans. Biomed. Eng. 2003, Vol.50, No 3, pp.289-294. Received 11.12.2012

39

Suggest Documents