Geri Dön

Elektrokardiyografik işaretlerde QRS deteksiyon algoritmaları

Başlık çevirisi mevcut değil.

  1. Tez No: 75441
  2. Yazar: MAHMUT KÖROĞLU
  3. Danışmanlar: DOÇ. DR. MEHMET KORÜREK
  4. Tez Türü: Yüksek Lisans
  5. Konular: Elektrik ve Elektronik Mühendisliği, Electrical and Electronics Engineering
  6. Anahtar Kelimeler: Elektrokardiyografi, Electrocardiography
  7. Yıl: 1998
  8. Dil: Türkçe
  9. Üniversite: İstanbul Teknik Üniversitesi
  10. Enstitü: Fen Bilimleri Enstitüsü
  11. Ana Bilim Dalı: Elektronik ve Haberleşme Mühendisliği Ana Bilim Dalı
  12. Bilim Dalı: Biyomedikal Mühendisliği Bilim Dalı
  13. Sayfa Sayısı: Belirtilmemiş.

Özet

Bu tezde, EKG işaretinin oluşumu, normal EKG işareti, EKG işaretindeki bozukluklar, EKG işaretinin algılanması konularının ardından bu işaretin bilgisayar yardımı ile incelenmesini sağlayacak olan algoritmalar incelenecektir. EKG işaretindeki ritm ve şekil bozuklukları incelenebilecek ve bu bozuklukları bilgisayar yardımı ile bulabilecek programların yazılmasına çalışılacaktır. EKG işaretindeki ritm ve şekil bozukluklarına aritmi adı verilir. Aritmi hastalan sürekli gözetim altında tutulan ve yoğun hemşire bakımı isteyen hastalardır. Bu yüzden hastalara bağlanan aritmi dedektörleri sayesinde yoğun bakım ünitelerinde bir rahatlama görülmüştür. Hastanın sürekli olarak incelenmesi sırasında EKG kullanılmaktadır. Böylece hastanın günlük kayıtlan tutulmakta ve ani ölüm riski azaltılabilmektedir. Günümüzde tam anlamıyla mükemmel olmayan bilgisayar teşhisleri uzman bir doktor tarafından gözden geçirilerek teşhise varılmaktadır. Gene de bilgisayar tarafından yapılan EKG incelemeleri fiyatlan düşürmekte ve daha geniş kullanıma yol açmaktadır.

Özet (Çeviri)

The anxions data related heart from ECG records is obtained by two types studies; ECG shape corruptions and rhytim corruptions. But, to obtain these data, We need long time (more than one day) ECG records. To seek shape corruptoins lack of a program control in ECG records take long time. To detect QRS complex from ECG signal is diffticult, not only this signals physiologic variations, at the same time, different noise types. The muscle movement as a corruption affect, electrode shifting, mixing of network frequency and noise delivered from base line variation are examples of this. Digital filters used in this study removed this aftects. The first of QRS complex detection algorithms in this study contains the main operations, digital filters, non-linear transformations and decision making algorithm. In the other four algoritms, 'AF'letters represented amplitude and the first derivation algorithms,“FD”letters represent only the first derivation algorithms,“FS”letters represent the first and the second derivation algorithms, and the final category“DF”letters represent algorithms explained each of relative noise sensitivity response of informed four types of noise by the use of MIT-BIH data base. ECG signals that used in diagnonis have required to clear from noise. The amplitude of ECG signal varies between 10 mv - 5 mv and have a frequency range of about 0,02 - 150 Hz. The signals in these intervals have been easily affected from biological and external signals.Figure (1) shows ECG records that have been affected various noises First method,Detection of QRS complex 1st methode, Dedection of QRS complex Figure (2) shows the block diagram which used to detect QRS complex. The base- line alternating affect having about 0.3 Hz frequency have an important rule in detecting QRS complex. Using a high - pass filter which have 2Hz cut- off frequency, base- line alteration is removed on ECG signal. There are two sub parts of this digital filter output.Because of the frequency spectrum of QRS complex is like 17 Hz a band pass filter. İt passed from a BPF whose central frequency is 17 Hz. Though the energy of signal is increased band pass filter output is passed through square wave block and was obvious to the other signals. The differatiation equation of this operation. y(k) = x2(k) (l)(a) (b) (c) Figure:l Noisy electrocardiograms a)muscle contraction b)baseline drift and respration c)power line and motion artifact BPF SQR INT HPF LPF DLY 12 T MULT Figure :2. Block diagram of QRS detection vuThe next operation is moving window integration.İntegration block and two peaks that wan presented are combiued and to be a positive signal. The differentiation equation for this integration is shown below, y(k)=(l/N).[x (k-(N-l))+x (k-(N-2)) +.... + x (k)] (2) In this equation, N is the sampling number which surraunds the integration width.The other output of HPF is passed 36 Hz cut-off frequency could be removed on signal. A delay of 12 T was put on the output of the block.The arm of this operation (delay operation) is to compansate the delays coming from filter and required for the program is, y(n)=x(n-12) (3) The output of delay block and the output of block which have been increased the energy of QRS signal are multiplied with mutiplier circuit. So the noise on ECG signal can be eliminated by the above operation and detect the place of QRS. Digital Filters High Pass Filter We based on analog (S domain Butterwort 2n4 derivention)low pass filter for this H = 2 *, (4) s2 + 1.41s + l To filter baseline alteration, we select 2Hz cut-off frequency. This transfer functon explained to obtain the correlations between digital and analog filters. W s->^ (5) Wa= Analog cut-off frequency of Low Pass Filter In this sub episode explained to design firstly high pass filter and secondly BPF Then passing z domain from s domain by using bilineer transformation After We obtained the transfer function that used in digital filter and from this the differen tiation equations. Low-Pass Filters In design based on Z domain to prevent a missing of maximum frequency on f spectrum we sample with a signal of F = -£- If we think the maximum frequency 2 of signal is 150 Hz we sample with frequency of signal to be 300 Hz.If we select the vmfrequency of LPF 36 Hz. Because of sample frequency 360 Hz, k is equal to 10.(k=10) So we obtained transfer function and from this the derivation equations. y (k) = 2y (k-1) - y(k-2) + u(k) - 2 u (k-20) + u (k-20) (6) Second method,Algorithms Based on Amplitude and First Derivative (AF) The concept for this algorithm was taken from Gustafson [7]. The first derivative is calculated at each point of the ECG: Y(n) = X(n+1) - X(n-l) 1< n < 8190 (7) The first derivate array is then searched for points which exceed a constant threshold: Y(i) > 0.15. (8) Then the next three derivative values Y(i+1), Y(i+2), and Y(i+3) must also exceed 0.15. If the above conditions are met, point i can be classified as a QRS candidate if the next two sample points have positive slope amplitude products: Y(i+l)X(i+l) and Y(i+2) X(i+2) > 0. (9) Third methodjAIgorithms Based on First Derivative Only (FD) This algorithm was adapted from one developed by Menard [7]. The first derivative is calculated for each point of the ECG, using the formula specified by Menard: Y (n) = - 2 X (n-2) - X (n-1) + X (n+1) - X (n+1) + 2X(n+2) 2<n (10) The slope threshold is calculated as a fraction of the maximum slope for the first derivative array. In the original form only the first 1.2 s of data is considered, but in the experiment the entire 32 s of ECG is used. Slope threshold= 0,7 max [Y(n)] 2 8189 (11) The first derivative array was searched for points which exceed the slope threshold. The first point that exceed the slope threshold is taken as the onsen of a QRS candidate : Y (i) > Slope threshold (12) IXFourth methodcAIgorithms Based on First and Second Derivative (FS) This algorihm is a simplification of the QRS detection scheme presented by Balda [7]. The absolute values of the first and second derivative are calculated from the ECG: YO (n) = ABS [X(n+1)- X (n-1)] 2<n< 8189 ( 1 3) Yl (n) = ABS [X(n+2) - 2X (n) - X (n-2)] 2<n< 8189 (14) [ABS]: Absolute These two arrays are scaled and then summed : Y2 = 1.3 YO (n) + 1.1 Yl (n) (15) This array is scanned until a threshold is met or exceeded Y2(i)>1.0 (16) Once this occurs, the next eight points are compared the threshold. If six or more of these eight points meet exceed the threshold, the criteria for identification of a QRS candidate is met. Fifth methode, Algorhitms Based on Digital Filters (DF) This algorithm is an adaptation of Okada s QRS detection algorithm [7]. The first stage smooths the ECG using a three-point moving average filter: YO (n) = [ X ( n-1) + 2 X (n) + X(n+1)] / 4 1< n< 8190 ( 1 7) The output of the moving point averaging filter is passed through a low-pass filter. n+m Yl (n) = [1 / (2m +1)] ^YO(k) m<n (18) k=n-m The difference between the input and output of the low-pass filter is squared: Y2 (n) = [ YO (n) - Yl (n)]2 m<n< 8191-m ( 1 9) The squared difference is filtered: f n+m "I 2 Y3 (n) = Y2(n) \ £ Y2(k) [ m<n< 8191-m (20) l.k=n-m JA fourth array is formed using the following formula: Y4 (n) = Y3 (n) if [YO (n) - YO (n-m)] [YO(n) - YO (n+m)] > 0 (21) Y4 (n) = 0 otherwise (22) The maximum value of this array is determined and scaled to form the threshold : Threshold =0.125 max [Y4 (n)] m<n (23) A QRS candidate occurs when a point in Y4 (n) exceeds the threshold : If Y4 (n) >threshold then,QRS candidate.

Benzer Tezler

  1. Elektrokardiyografi işaretlerini gerçek zamanda bilgisayara aktaran ve işleyen arayüz programı tasarımı

    Developing an user interface program to transfer and process ECG data

    ALİ NİZAM

    Yüksek Lisans

    Türkçe

    Türkçe

    2000

    Elektrik ve Elektronik Mühendisliğiİstanbul Teknik Üniversitesi

    DOÇ.DR. MEHMET KORUEK

  2. Genel amaçlı biopotansiyel kuvvetlendirici

    General purposes biomedical signal amplifying

    CEYHUN SEZEN

    Yüksek Lisans

    Türkçe

    Türkçe

    1992

    Elektrik ve Elektronik Mühendisliğiİstanbul Teknik Üniversitesi

    DOÇ. DR. MEHMET KORÜREK

  3. Homomorfik filtreleme ile EKG analizi

    Başlık çevirisi yok

    HÜSEYİN HIZ

    Yüksek Lisans

    Türkçe

    Türkçe

    1995

    Elektrik ve Elektronik Mühendisliğiİstanbul Teknik Üniversitesi

    DOÇ.DR. MEHMET KORÜREK

  4. İki kanallı EKG monitörü

    Two channels ECG monitor

    SERVET MOLAK

    Yüksek Lisans

    Türkçe

    Türkçe

    1991

    Elektrik ve Elektronik Mühendisliğiİstanbul Teknik Üniversitesi

    PROF.DR. ERTUĞRUL YAZGAN