SlideShare una empresa de Scribd logo
1 de 8
Descargar para leer sin conexión
Gaurav Gupta et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1309-1316

RESEARCH ARTICLE

www.ijera.com

OPEN ACCESS

Design Analysis of IIR Filter for Power Line Interference
Reduction in ECG Signals
Gaurav Gupta, Rajesh Mehra
M.E Scholar, Electronics & Communication Engineering National Institute of Technical Teachers Training &
Research, Chandigarh, India.
Associate Professor, Department of Electronics & Communication Engineering National Institute of Technical
Teachers Training & Research, Chandigarh, India.

Abstract
In this paper, interference due to 50Hz power line in the electrocardiogram (ECG) measurement is reduced with
the help of IIR filters. Pick up of hum from power line is a very common phenomenon in the measurement of
ECG signals. It is of prime need to reduce the variations coming due to power line so that one can analyze the
most of the critical points in the measured signal. Power Line Interference (PLI) may seriously degrade the ECG
signal, rendering the ECG analysis inaccurate. By employing digital filter approach the effect of PLI is
drastically reduced, thus, avoiding the conditions like changing the recording sites or installing expensive
shields. The developed IIR filter has been designed and simulated using MATLAB with Butterworth and
Chebyshev techniques. Both filters have been analyzed and compared in terms of their performance. It is found
in the results that Butterworth IIR filter gives a more satisfactory response.
Keywords- ECG, IIR, notch filters, PLI.

I. Introduction
In the area of Electrocardiogram (ECG)
analysis and filtration, the role of digital filters has a
rich history. An electrocardiogram (ECG) is a
graphical record of bioelectrical signal generated by
the human body during cardiac cycle. ECG
graphically gives useful information that relates to the
heart functioning by means of a base line and waves
representing the heart voltage changes during a period
of time, usually a short period [1]-[3]. Putting leads on
specific part of the human body, it is possible to get
changes of the bioelectrical heart signal where one of
the most basic forms of organizing them is known as
Einthoven lead system. The ECG has a special value
in the following clinical situations :
a. Auricular and ventricular hypertrophy.
b. Myocardial Infarction (heart attack).
c. Arrhythmias.
d. Generalized suffering affecting heart and blood
pressure.
e. Electrolytic transformations.
In spite of the special value, the ECG is
considered only a laboratory test. It is not an absolute
truth concerning the cardiac pathologies diagnosis.
There are examples of patients presenting string heart
diseases which present a normal ECG, and also
perfectly normal patients getting an abnormal ECG
[4]. Therefore, an ECG must always be interpreted
with the patient clinical information.
According to [5] a signal can be analyzed and
processed in two domains, time and frequency. ECG
signal is one of the human body signals which can be
analyzed and worked in time domain or frequency
www.ijera.com

domain. Figure 1 presents typical waves in an ECG
signal. P, Q, R, S, T and U are specific wave forms
identified in the time domain of an ECG signal. The
QRS complex, formed by Q, R and S waves,
represents a relevant wave form because the heart rate
can be identified locating two successive QRS
complex.

Figure 1 Typical waveform of ECG signal.
Frequency values of an ECG signal vary
from 0 Hz to 100 Hz [3] whereas the associated
amplitude values vary from 0.02 mV to 5 mV.ECG
signals are very weak in amplitude and low in
frequency. Hence they are susceptible to two major
types of noises generated by biological and
environmental resources. Biological sources of noise
causes base line drift and amplitude modulation of
ECG signal. Environmental sources of noise may
cause PLI, instrumentation noise generated by
electronic devices. For removing these unwanted noise
added to the ECG signals, digital filtering is done. The
computational requirement is a major factor which
1309 | P a g e
Gaurav Gupta et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1309-1316
must be considered in practical applications. Digital
filtering techniques are more flexible as they are built
using software and can be changed at any design
stage, which is not possible with their analog
counterpart.
Many of the researchers have worked on the
methods to reduce the interferences. The use of digital
filters in the analysis and filtration of ECG signals is
being recommended [6]. The IIR filters were used for
reducing the noise in the ECG signals.IIR filters
presents a good solution to filtering the ECG for noise
reduction. High pass, low pass and band stop filters
were used to reduce all the noise below 0.5Hz, above
100Hz, and power line interference at 50Hz,
respectively. An efficient FFT method to estimate PLI
in ECG is also being recommended [7]. Power
spectrum of ECG signals can also e calculated by
other conventional methods also. It is important to
measure the power spectrum of ECG signals in order
to estimate the noise level being present at each and
every spectral component.
Parabolic filters were also being tested to
reduce the effects of 50Hz noise [8]. Parabolic filters
presents a distinct advantage in band stop filtering.
There are many factors which should be considered
while justifying the role of any filter in noise removal,
such as, stability in that particular region, phase
linearity (specially in case of IIR filters) and the
number of filter coefficients used. Digital filter
structure such as window based FIR filter is proposed
to maximally remove the noise from the ECG signal
[9]. FIR filters presents an additional advantage of
phase linearity in the region of interest, while, it
presents the problem of increased number of filter
coefficients, which in turn increases the hardware.
The use of ICA theory is employed to
minimize the effect of PLI [10]. Power line

www.ijera.com

www.ijera.com

interference occurs due to the presence of ac power
lines near the measurement site. Due to these power
lines, the 50Hz humming noise get added to the
measured ECG signal. This causes the problem in
measuring the information from the observed ECG.
Experiments on accuracy of 50 Hz interference
subtraction from an electrocardiogram were also being
conducted [11].
A simple self tuned notch filters were
considered for removing interference[12]. Notch
filters presents a very high attenuation to a particular
frequency of interest. Estimation of noise in the ECG
by subtraction procedure is also being done [13].

II. IIR filters
A digital filter is a mathematical algorithm
implemented in hardware/software that operates on a
digital input signal to produce a digital output signal
for the purpose of achieving a filtering objective. The
term digital filter used in this paper refers to the
software filter. Digital filters play a crucial role in
digital signal processing, e.g., biomedical signal
processing . The transfer function for IIR filter is:

Where a and b are the coefficients of the filter. Order
of the filter is M.
The first step in ECG analysis is to record the
electrical activity of the heart. This is done by putting
electrodes on the surface of the body.ECG amplifiers
are used for real time applications. The flow chart for
the step by step by procedure involved in the proposed
digital filtering is given below.

1310 | P a g e
Gaurav Gupta et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1309-1316

www.ijera.com

START

Read ECG signal and add simulated noise to it

Plot the signal in time domain

Choose design parameter of filter for noise reduction

Design Butterworth & Chebyshev type1 digital IIR filter

Filter the noisy ECG signal with the proposed filter

Calculate the PSD of the filtered data with the periodogram method using MATLAB

END
Figure 2 Flowchart for implementation procedures.

III. Proposed IIR Filter Design and
Simulation
Digital IIR filters can be designed to be high
pass, low pass, band pass or band stop. The band stop
filter can be modified to work as a notch filter, which
of our concern in this paper. Digital IIR filters are
being designed from its analog counterpart by various
methods like impulse invariant, matched z-transform
or bilinear z-transform. Analog counterparts of digital
IIR filters are butterworth, chebyshev1and

chebyshev2. We will design the digital IIR filter with
butterworth and chebyshev1 filters and present a
comparative analysis of the both
A 50Hz butterworth notch filter is designed
for power line interference reduction. Figure 3 shows
that magnitude response is flat in the pass band.
Figure 4 shows that phase response is linear in the
pass band, thus making it suitable for the real time
applications. Figure 5 shows the pole zero plot of the
system. It is clear from the figure 5 that system is
stable as no poles are outside the unit circle.

Figure 3 Magnitude response of butterworth notch filter.

www.ijera.com

1311 | P a g e
Gaurav Gupta et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1309-1316

www.ijera.com

Figure 4 Phase response of butterworth notch filter.

Figure 5 Pole zero plot of butterworth notch filter.
Next, a chebyshev type 1 bandstop filter is
designed for power line interference removal. Figure 6
shows that magnitude response is flat in the pass band.

Figure 7 shows that phase response is linear
in the pass band, thus making it suitable for the real
time applications. Figure 8 shows the pole zero plot of
the system. It is clear from the figure 5 that system is
stable as no poles are outside the unit circle.

Figure 6 Magnitude response of chebyshev type 1 filter.

Figure 7 Phase response of chebyshev type 1 filter.

www.ijera.com

1312 | P a g e
Gaurav Gupta et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1309-1316

www.ijera.com

Figure 8 Pole zero plot of chebyshev type 1 filter.
The chebyshev filter is designed so as to stop
the interference coming from the power line. Usually
the noise from power line is not exactly concentrated
at 50Hz. It is centered around 50 Hz. So, a bandstop
filter presents additional advantage.

IV. Results & Discussions
ECG signal before filtration is shown by
figure 9. This ECG signal is corrupted by noise.
Figure 10 shows filtered ECG signal. The filtration is
done using butterworth digital IIR filter for removing
50Hz noise.

Figure 9 ECG signal before filtration.

Figure 10 ECG signal after butterworth filtering.
The power spectral density of the noisy ECG
signal is shown by figure 11. Figure 12 shows the
power spectral density of filtered ECG signal. At the
frequency of 50Hz, frequency spectrum before
filtration shows a signal power of -80dB. After

application of digital butterworth filtering, frequency
spectrum shows a signal power of -108 dB. This result
clearly exhibits the utility of the proposed butterworth
filter in reducing PLI at 50Hz.

Figure 11 Power spectral density of noisy ECG signal.

www.ijera.com

1313 | P a g e
Gaurav Gupta et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1309-1316

www.ijera.com

Figure 12 Power spectral density of butterworth filtered ECG signal.
ECG signal before filtration is show by figure
13. This ECG signal is corrupted by noise and
contains noise at various spectral components. Figure
14 shows filtered ECG signal. The filtration is done

using Chebyshev type 1 IIR filter for removing 50Hz
noise. The filter is bandstop type so as to stop the
noise centered around 50Hz.

Figure 13 Noisy ECG signal.

Figure 14 ECG signal after Chebyshev type 1 filtering.
The power spectral density of the noisy ECG
signal is shown in figure 15. Figure 16 shows the
power spectral density of filtered ECG signal. At the
frequency of 50Hz , frequency spectrum before
filtration shows a signal power of -82dB. After

application of digital Chebyshev type 1 filtering,
frequency spectrum shows a signal power of -100 dB.
This result clearly exhibits the utility of the proposed
filter in reducing PLI at 50Hz.

Figure 15 Power spectral density of noisy ECG signal.

Figure 16 Power spectral density of ECG signal after Chebyshev type 1 filtering.
www.ijera.com

1314 | P a g e
Gaurav Gupta et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1309-1316
The comparative analysis of the proposed
digital IIR filtering methods for PLI removal in ECG
signals is shown in table 1. It is clear from the table
that digital Butterworth filter presents a larger
attenuation to the interference signals at 50Hz. Thus, it
finds more suitability for removing 50Hz power line
interference.

www.ijera.com

Table 1 Comparative analysis of the two proposed IIR
filters.
Filter type
Before
After
Attenuation
filtration
filtration
at 50Hz
Power at Power
at
50Hz (dB) 50Hz (dB)
Butterworth -80
-108
28dB
Chebyshev
-82
-100
18dB
type 1
The combined power spectrum density of
ECG signal is shown by figure 17, before and
filtration. The filter used is Butterworth IIR filter. It is
clear from the figure that noise is removed up to a
satisfactory extent. Figure 18 shows the combined
power spectrum density of signals, before and
filtration using digital Chebyshev type 1 filter.

Figure 17 PSD after and before butterworth filtering.

Figure 18 PSD after and before chebyshev type 1 filtering.

V. Conclusion
The proposed method provides an easy and
less complex tool for reducing 50Hz PLI removal. The
ECG is the most commonly studied potential
interface, mainly due to its fine temporal resolution,
ease of use, portability and low set-up cost. IIR filters
provides a simple way to reduce the interference due
to power line without losing any relevant data. The
comparative analysis clearly shows the utility of
Butterworth filter in PLI removal. Attenuation of 28
dB is offered at 50Hz by filtering with IIR
Butterworth filter, which is fairly a large value and is
suitable to stop noise at 50Hz. Chebyshev type 1
www.ijera.com

bandstop filter offers 18dB of attenuation at 50Hz. But
this filter finds more suitability when the noise due to
power line is present not only at 50Hz but it is
centered around it. In the latter case, it is clearly
visible from figure 18, Chebyshev type 1 bandstop
filter is offering large attenuation to frequencies
around 50Hz,

References
[1]

Goldschlager, N. (June 1989). Principles of
Clinical Electrocardiographic, Appleton &
Lange, 13th edition, ISBN 978-083-8579510, Connecticut, USA.
1315 | P a g e
Gaurav Gupta et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1309-1316
[2]

[4]

[6]

[7]

[9]

[10]

[11]

[12]

Dubin, D. (August 1976). Electrocardiografía
Práctica : Lesión, Trasado e Interpretación,
McGraw Hill Interamericana, 3rd edition,
ISBN 978-968-2500-824, Madrid, Spain
[3] Cuesta, D. (September 2001). Estudio de
Métodos para Procesamiento y Agrupación
de Señales Electrocardiográficas. Doctoral
Thesis, Department of Systems Data
Processing and Computers (DISCA) ,
Polytechnic
University
of
Valencia,
Valencia, Spain.
Goldschlager, N. (June 1989). Principles of
Clinical Electrocardiographic, Appleton &
Lange,13th edition, ISBN 978-083-8579-510,
Connecticut, USA.
[5] Proakis, J. ; Manolakis, D. (2007). Digital
Signal Processing : Principles, Algorithms,
and Applications, Prentice Hall, 3rd edition,
ISBN 978-013-3737-622, New Jersey, USA.
Sonal K. Jagtap and M.D. Uplane , “The
Impact of Digital Filtering to ECG Analysis:
Butterworth Filter Application”, Proc. of the
2012
International
Conference
on
Communication, Information & Computing
Technology (ICCICT), Oct. 19-20, Mumbai,
India,pp. 1-6, 2012.
Nauman Razzaq, Maryam Butt, Muhammad
Salman, Khalid Munawar, Tahir Zaidi , “An
Efficient Method for Estimation of Power
Line Interference in ECG”, Proc. Of U2013
Proceedings of Intemational Conference on
Modelling,
Identification & Control
(ICMIC) Cairo, Egypt, pp. 275- 279, 2013.
[8] G.Kavya and Dr.V.Thulasibai ,
“Parabolic Filter For Removal Of Powerline
Interference In ECG Signal Using
Periodogram Estimation Technique”, Proc.
Of 2012 International Conference on
Advances
in
Computing
and
Communications, pp. 106-109, 2012.
Rashmi Panda and Umesh C. Pati, “Removal
of Artifacts from Electrocardiogram Using
Digital Filter” , Proc. Of 2012 IEEE
Students’
Conference
on
Electrical,
Electronics and Computer Science, pp. 1-4,
2012.
Wang Sanxiu and Jiang Shengtao, “Removal
of Power Line Interference of ECG signal
Based on Independent Component Analysis”,
Proc. Of 2009 First International Workshop
on Education Technology and Computer
Science, pp. 328-330, 2009.
I.A. Dotsinky and I.K. Daskalov, “Accuracy
of 50Hz interference subtraction from an
electrocardiogram”,, Med. Biol. Eng.
Comput., vol. 34, pp. 489-494,1996.
S.K. Yoo, et.al., “Simple self tuned notch
filter in bio-potential amplifier”, Med. Biol.
Eng. Comput., vol. 35, pp. 151-154,1997.
[13] Levkov C., Mihov G., Ivanov R.,

www.ijera.com

www.ijera.com

Daslkov I., Christov I, Dotsinsky I.,
“Removal of power line interference from
ECG: a review of the subtraction procedure”,
Biomed. Eng. Online., Issue 4, vol. 50,2005.

1316 | P a g e

Más contenido relacionado

La actualidad más candente

Denoising of Radial Bioimpedance Signals using Adaptive Wavelet Packet Transf...
Denoising of Radial Bioimpedance Signals using Adaptive Wavelet Packet Transf...Denoising of Radial Bioimpedance Signals using Adaptive Wavelet Packet Transf...
Denoising of Radial Bioimpedance Signals using Adaptive Wavelet Packet Transf...iosrjce
 
Cardio Logical Signal Processing for Arrhythmia Detection with Comparative An...
Cardio Logical Signal Processing for Arrhythmia Detection with Comparative An...Cardio Logical Signal Processing for Arrhythmia Detection with Comparative An...
Cardio Logical Signal Processing for Arrhythmia Detection with Comparative An...IRJET Journal
 
Biomedical signal processing
Biomedical signal processingBiomedical signal processing
Biomedical signal processingAbdul Kader
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) ijceronline
 
IRJET- A Comparative Analysis of CMOS Amplifiers for ECG Signals
IRJET- A Comparative Analysis of CMOS Amplifiers for ECG SignalsIRJET- A Comparative Analysis of CMOS Amplifiers for ECG Signals
IRJET- A Comparative Analysis of CMOS Amplifiers for ECG SignalsIRJET Journal
 
Identification of Myocardial Infarction from Multi-Lead ECG signal
Identification of Myocardial Infarction from Multi-Lead ECG signalIdentification of Myocardial Infarction from Multi-Lead ECG signal
Identification of Myocardial Infarction from Multi-Lead ECG signalIJERA Editor
 
A low-cost electro-cardiograph machine equipped with sensitivity and paper sp...
A low-cost electro-cardiograph machine equipped with sensitivity and paper sp...A low-cost electro-cardiograph machine equipped with sensitivity and paper sp...
A low-cost electro-cardiograph machine equipped with sensitivity and paper sp...TELKOMNIKA JOURNAL
 
DE-NOISING OF ECG USING WAVELETS AND MULTIWAVELETS
DE-NOISING OF ECG  USING WAVELETS  AND MULTIWAVELETS     DE-NOISING OF ECG  USING WAVELETS  AND MULTIWAVELETS
DE-NOISING OF ECG USING WAVELETS AND MULTIWAVELETS ajayhakkumar
 
1A-pulse-oximeter-system--OxiSense--with-embedded-signal-pro_2018_Microelectr...
1A-pulse-oximeter-system--OxiSense--with-embedded-signal-pro_2018_Microelectr...1A-pulse-oximeter-system--OxiSense--with-embedded-signal-pro_2018_Microelectr...
1A-pulse-oximeter-system--OxiSense--with-embedded-signal-pro_2018_Microelectr...NCHANDRASEKHAR20PHD7
 
FPGA based Heart Arrhythmia’s Detection Algorithm
FPGA based Heart Arrhythmia’s Detection AlgorithmFPGA based Heart Arrhythmia’s Detection Algorithm
FPGA based Heart Arrhythmia’s Detection AlgorithmIDES Editor
 
Wavelet based Signal Processing for Compression a Methodology for on-line Tel...
Wavelet based Signal Processing for Compression a Methodology for on-line Tel...Wavelet based Signal Processing for Compression a Methodology for on-line Tel...
Wavelet based Signal Processing for Compression a Methodology for on-line Tel...iosrjce
 
Implementation and demonstration of li fi technology
Implementation and demonstration of li fi technologyImplementation and demonstration of li fi technology
Implementation and demonstration of li fi technologyeSAT Journals
 
LPNF Research Fair Poster
LPNF Research Fair PosterLPNF Research Fair Poster
LPNF Research Fair PosterKaidi Du
 
Artifact elimination in ECG signal using wavelet transform
Artifact elimination in ECG signal using wavelet transformArtifact elimination in ECG signal using wavelet transform
Artifact elimination in ECG signal using wavelet transformTELKOMNIKA JOURNAL
 
An Implementation of Embedded System in Patient Monitoring System
An Implementation of Embedded System in Patient Monitoring SystemAn Implementation of Embedded System in Patient Monitoring System
An Implementation of Embedded System in Patient Monitoring Systemijsrd.com
 
The research of_portable_ecg_monitoring_system_with_usb_host_interface
The research of_portable_ecg_monitoring_system_with_usb_host_interfaceThe research of_portable_ecg_monitoring_system_with_usb_host_interface
The research of_portable_ecg_monitoring_system_with_usb_host_interfaceArhamSheikh1
 

La actualidad más candente (20)

Denoising of Radial Bioimpedance Signals using Adaptive Wavelet Packet Transf...
Denoising of Radial Bioimpedance Signals using Adaptive Wavelet Packet Transf...Denoising of Radial Bioimpedance Signals using Adaptive Wavelet Packet Transf...
Denoising of Radial Bioimpedance Signals using Adaptive Wavelet Packet Transf...
 
Cardio Logical Signal Processing for Arrhythmia Detection with Comparative An...
Cardio Logical Signal Processing for Arrhythmia Detection with Comparative An...Cardio Logical Signal Processing for Arrhythmia Detection with Comparative An...
Cardio Logical Signal Processing for Arrhythmia Detection with Comparative An...
 
Biomedical signal processing
Biomedical signal processingBiomedical signal processing
Biomedical signal processing
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
IRJET- A Comparative Analysis of CMOS Amplifiers for ECG Signals
IRJET- A Comparative Analysis of CMOS Amplifiers for ECG SignalsIRJET- A Comparative Analysis of CMOS Amplifiers for ECG Signals
IRJET- A Comparative Analysis of CMOS Amplifiers for ECG Signals
 
Identification of Myocardial Infarction from Multi-Lead ECG signal
Identification of Myocardial Infarction from Multi-Lead ECG signalIdentification of Myocardial Infarction from Multi-Lead ECG signal
Identification of Myocardial Infarction from Multi-Lead ECG signal
 
A low-cost electro-cardiograph machine equipped with sensitivity and paper sp...
A low-cost electro-cardiograph machine equipped with sensitivity and paper sp...A low-cost electro-cardiograph machine equipped with sensitivity and paper sp...
A low-cost electro-cardiograph machine equipped with sensitivity and paper sp...
 
D04101822
D04101822D04101822
D04101822
 
DE-NOISING OF ECG USING WAVELETS AND MULTIWAVELETS
DE-NOISING OF ECG  USING WAVELETS  AND MULTIWAVELETS     DE-NOISING OF ECG  USING WAVELETS  AND MULTIWAVELETS
DE-NOISING OF ECG USING WAVELETS AND MULTIWAVELETS
 
1A-pulse-oximeter-system--OxiSense--with-embedded-signal-pro_2018_Microelectr...
1A-pulse-oximeter-system--OxiSense--with-embedded-signal-pro_2018_Microelectr...1A-pulse-oximeter-system--OxiSense--with-embedded-signal-pro_2018_Microelectr...
1A-pulse-oximeter-system--OxiSense--with-embedded-signal-pro_2018_Microelectr...
 
FPGA based Heart Arrhythmia’s Detection Algorithm
FPGA based Heart Arrhythmia’s Detection AlgorithmFPGA based Heart Arrhythmia’s Detection Algorithm
FPGA based Heart Arrhythmia’s Detection Algorithm
 
Wavelet based Signal Processing for Compression a Methodology for on-line Tel...
Wavelet based Signal Processing for Compression a Methodology for on-line Tel...Wavelet based Signal Processing for Compression a Methodology for on-line Tel...
Wavelet based Signal Processing for Compression a Methodology for on-line Tel...
 
Implementation and demonstration of li fi technology
Implementation and demonstration of li fi technologyImplementation and demonstration of li fi technology
Implementation and demonstration of li fi technology
 
LPNF Research Fair Poster
LPNF Research Fair PosterLPNF Research Fair Poster
LPNF Research Fair Poster
 
Artifact elimination in ECG signal using wavelet transform
Artifact elimination in ECG signal using wavelet transformArtifact elimination in ECG signal using wavelet transform
Artifact elimination in ECG signal using wavelet transform
 
rupesh k10741
rupesh  k10741rupesh  k10741
rupesh k10741
 
Jq3516631668
Jq3516631668Jq3516631668
Jq3516631668
 
An Implementation of Embedded System in Patient Monitoring System
An Implementation of Embedded System in Patient Monitoring SystemAn Implementation of Embedded System in Patient Monitoring System
An Implementation of Embedded System in Patient Monitoring System
 
The research of_portable_ecg_monitoring_system_with_usb_host_interface
The research of_portable_ecg_monitoring_system_with_usb_host_interfaceThe research of_portable_ecg_monitoring_system_with_usb_host_interface
The research of_portable_ecg_monitoring_system_with_usb_host_interface
 
Ecg
EcgEcg
Ecg
 

Similar a Hk3613091316

ECG SIGNAL DE-NOISING USING DIGITAL FILTER TECHNIQUES
ECG SIGNAL DE-NOISING USING DIGITAL FILTER TECHNIQUESECG SIGNAL DE-NOISING USING DIGITAL FILTER TECHNIQUES
ECG SIGNAL DE-NOISING USING DIGITAL FILTER TECHNIQUESIRJET Journal
 
Revealing and evaluating the influence of filters position in cascaded filter...
Revealing and evaluating the influence of filters position in cascaded filter...Revealing and evaluating the influence of filters position in cascaded filter...
Revealing and evaluating the influence of filters position in cascaded filter...nooriasukmaningtyas
 
Noise reduction in ecg by iir filters a comparative study
Noise reduction  in ecg by iir  filters a comparative studyNoise reduction  in ecg by iir  filters a comparative study
Noise reduction in ecg by iir filters a comparative studyIAEME Publication
 
IRJET- R Peak Detection with Diagnosis of Arrhythmia using Adaptive Filte...
IRJET-  	  R Peak Detection with Diagnosis of Arrhythmia using Adaptive Filte...IRJET-  	  R Peak Detection with Diagnosis of Arrhythmia using Adaptive Filte...
IRJET- R Peak Detection with Diagnosis of Arrhythmia using Adaptive Filte...IRJET Journal
 
IRJET - FPGA based Electrocardiogram (ECG) Signal Analysis using Linear Phase...
IRJET - FPGA based Electrocardiogram (ECG) Signal Analysis using Linear Phase...IRJET - FPGA based Electrocardiogram (ECG) Signal Analysis using Linear Phase...
IRJET - FPGA based Electrocardiogram (ECG) Signal Analysis using Linear Phase...IRJET Journal
 
ECG signal denoising using a novel approach of adaptive filters for real-time...
ECG signal denoising using a novel approach of adaptive filters for real-time...ECG signal denoising using a novel approach of adaptive filters for real-time...
ECG signal denoising using a novel approach of adaptive filters for real-time...IJECEIAES
 
IRJET- Design Simulation and Analysis of Efficient De-Noising of ECG Signals ...
IRJET- Design Simulation and Analysis of Efficient De-Noising of ECG Signals ...IRJET- Design Simulation and Analysis of Efficient De-Noising of ECG Signals ...
IRJET- Design Simulation and Analysis of Efficient De-Noising of ECG Signals ...IRJET Journal
 
A Wireless ECG Plaster for Real-Time Cardiac Health Monitoring in Body Senso...
A Wireless ECG Plaster for Real-Time Cardiac  Health Monitoring in Body Senso...A Wireless ECG Plaster for Real-Time Cardiac  Health Monitoring in Body Senso...
A Wireless ECG Plaster for Real-Time Cardiac Health Monitoring in Body Senso...ecgpapers
 
ECG Signal Denoising using Digital Filter and Adaptive Filter
ECG Signal Denoising using Digital Filter and Adaptive FilterECG Signal Denoising using Digital Filter and Adaptive Filter
ECG Signal Denoising using Digital Filter and Adaptive FilterIRJET Journal
 
Suppression of power line interference correction of baselinewanders and
Suppression of power line interference correction of baselinewanders andSuppression of power line interference correction of baselinewanders and
Suppression of power line interference correction of baselinewanders andIAEME Publication
 
Signal conversion
Signal conversionSignal conversion
Signal conversionsatheesh714
 
Fpga based computer aided diagnosis of cardiac murmurs and sounds
Fpga based computer aided diagnosis of cardiac murmurs and soundsFpga based computer aided diagnosis of cardiac murmurs and sounds
Fpga based computer aided diagnosis of cardiac murmurs and soundseSAT Publishing House
 
2.4GHZ CLASS AB POWER AMPLIFIER FOR HEALTHCARE APPLICATION
2.4GHZ CLASS AB POWER AMPLIFIER FOR HEALTHCARE APPLICATION2.4GHZ CLASS AB POWER AMPLIFIER FOR HEALTHCARE APPLICATION
2.4GHZ CLASS AB POWER AMPLIFIER FOR HEALTHCARE APPLICATIONijbesjournal
 
04352464
0435246404352464
04352464iiui
 
Heart rate detection using hilbert transform
Heart rate detection using hilbert transformHeart rate detection using hilbert transform
Heart rate detection using hilbert transformeSAT Journals
 
Design and development of electro optical system for acquisition of ppg signa...
Design and development of electro optical system for acquisition of ppg signa...Design and development of electro optical system for acquisition of ppg signa...
Design and development of electro optical system for acquisition of ppg signa...eSAT Publishing House
 
IRJET- Congestive Heart Failure Recognition by Analyzing The ECG Signals usi...
IRJET-  Congestive Heart Failure Recognition by Analyzing The ECG Signals usi...IRJET-  Congestive Heart Failure Recognition by Analyzing The ECG Signals usi...
IRJET- Congestive Heart Failure Recognition by Analyzing The ECG Signals usi...IRJET Journal
 

Similar a Hk3613091316 (20)

ECG SIGNAL DE-NOISING USING DIGITAL FILTER TECHNIQUES
ECG SIGNAL DE-NOISING USING DIGITAL FILTER TECHNIQUESECG SIGNAL DE-NOISING USING DIGITAL FILTER TECHNIQUES
ECG SIGNAL DE-NOISING USING DIGITAL FILTER TECHNIQUES
 
Revealing and evaluating the influence of filters position in cascaded filter...
Revealing and evaluating the influence of filters position in cascaded filter...Revealing and evaluating the influence of filters position in cascaded filter...
Revealing and evaluating the influence of filters position in cascaded filter...
 
Hj3613041308
Hj3613041308Hj3613041308
Hj3613041308
 
Noise reduction in ecg by iir filters a comparative study
Noise reduction  in ecg by iir  filters a comparative studyNoise reduction  in ecg by iir  filters a comparative study
Noise reduction in ecg by iir filters a comparative study
 
IRJET- R Peak Detection with Diagnosis of Arrhythmia using Adaptive Filte...
IRJET-  	  R Peak Detection with Diagnosis of Arrhythmia using Adaptive Filte...IRJET-  	  R Peak Detection with Diagnosis of Arrhythmia using Adaptive Filte...
IRJET- R Peak Detection with Diagnosis of Arrhythmia using Adaptive Filte...
 
E05613238
E05613238E05613238
E05613238
 
IRJET - FPGA based Electrocardiogram (ECG) Signal Analysis using Linear Phase...
IRJET - FPGA based Electrocardiogram (ECG) Signal Analysis using Linear Phase...IRJET - FPGA based Electrocardiogram (ECG) Signal Analysis using Linear Phase...
IRJET - FPGA based Electrocardiogram (ECG) Signal Analysis using Linear Phase...
 
ECG signal denoising using a novel approach of adaptive filters for real-time...
ECG signal denoising using a novel approach of adaptive filters for real-time...ECG signal denoising using a novel approach of adaptive filters for real-time...
ECG signal denoising using a novel approach of adaptive filters for real-time...
 
IRJET- Design Simulation and Analysis of Efficient De-Noising of ECG Signals ...
IRJET- Design Simulation and Analysis of Efficient De-Noising of ECG Signals ...IRJET- Design Simulation and Analysis of Efficient De-Noising of ECG Signals ...
IRJET- Design Simulation and Analysis of Efficient De-Noising of ECG Signals ...
 
A Wireless ECG Plaster for Real-Time Cardiac Health Monitoring in Body Senso...
A Wireless ECG Plaster for Real-Time Cardiac  Health Monitoring in Body Senso...A Wireless ECG Plaster for Real-Time Cardiac  Health Monitoring in Body Senso...
A Wireless ECG Plaster for Real-Time Cardiac Health Monitoring in Body Senso...
 
ECG Signal Denoising using Digital Filter and Adaptive Filter
ECG Signal Denoising using Digital Filter and Adaptive FilterECG Signal Denoising using Digital Filter and Adaptive Filter
ECG Signal Denoising using Digital Filter and Adaptive Filter
 
Suppression of power line interference correction of baselinewanders and
Suppression of power line interference correction of baselinewanders andSuppression of power line interference correction of baselinewanders and
Suppression of power line interference correction of baselinewanders and
 
I047020950101
I047020950101I047020950101
I047020950101
 
Signal conversion
Signal conversionSignal conversion
Signal conversion
 
Fpga based computer aided diagnosis of cardiac murmurs and sounds
Fpga based computer aided diagnosis of cardiac murmurs and soundsFpga based computer aided diagnosis of cardiac murmurs and sounds
Fpga based computer aided diagnosis of cardiac murmurs and sounds
 
2.4GHZ CLASS AB POWER AMPLIFIER FOR HEALTHCARE APPLICATION
2.4GHZ CLASS AB POWER AMPLIFIER FOR HEALTHCARE APPLICATION2.4GHZ CLASS AB POWER AMPLIFIER FOR HEALTHCARE APPLICATION
2.4GHZ CLASS AB POWER AMPLIFIER FOR HEALTHCARE APPLICATION
 
04352464
0435246404352464
04352464
 
Heart rate detection using hilbert transform
Heart rate detection using hilbert transformHeart rate detection using hilbert transform
Heart rate detection using hilbert transform
 
Design and development of electro optical system for acquisition of ppg signa...
Design and development of electro optical system for acquisition of ppg signa...Design and development of electro optical system for acquisition of ppg signa...
Design and development of electro optical system for acquisition of ppg signa...
 
IRJET- Congestive Heart Failure Recognition by Analyzing The ECG Signals usi...
IRJET-  Congestive Heart Failure Recognition by Analyzing The ECG Signals usi...IRJET-  Congestive Heart Failure Recognition by Analyzing The ECG Signals usi...
IRJET- Congestive Heart Failure Recognition by Analyzing The ECG Signals usi...
 

Último

The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 

Último (20)

The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 

Hk3613091316

  • 1. Gaurav Gupta et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1309-1316 RESEARCH ARTICLE www.ijera.com OPEN ACCESS Design Analysis of IIR Filter for Power Line Interference Reduction in ECG Signals Gaurav Gupta, Rajesh Mehra M.E Scholar, Electronics & Communication Engineering National Institute of Technical Teachers Training & Research, Chandigarh, India. Associate Professor, Department of Electronics & Communication Engineering National Institute of Technical Teachers Training & Research, Chandigarh, India. Abstract In this paper, interference due to 50Hz power line in the electrocardiogram (ECG) measurement is reduced with the help of IIR filters. Pick up of hum from power line is a very common phenomenon in the measurement of ECG signals. It is of prime need to reduce the variations coming due to power line so that one can analyze the most of the critical points in the measured signal. Power Line Interference (PLI) may seriously degrade the ECG signal, rendering the ECG analysis inaccurate. By employing digital filter approach the effect of PLI is drastically reduced, thus, avoiding the conditions like changing the recording sites or installing expensive shields. The developed IIR filter has been designed and simulated using MATLAB with Butterworth and Chebyshev techniques. Both filters have been analyzed and compared in terms of their performance. It is found in the results that Butterworth IIR filter gives a more satisfactory response. Keywords- ECG, IIR, notch filters, PLI. I. Introduction In the area of Electrocardiogram (ECG) analysis and filtration, the role of digital filters has a rich history. An electrocardiogram (ECG) is a graphical record of bioelectrical signal generated by the human body during cardiac cycle. ECG graphically gives useful information that relates to the heart functioning by means of a base line and waves representing the heart voltage changes during a period of time, usually a short period [1]-[3]. Putting leads on specific part of the human body, it is possible to get changes of the bioelectrical heart signal where one of the most basic forms of organizing them is known as Einthoven lead system. The ECG has a special value in the following clinical situations : a. Auricular and ventricular hypertrophy. b. Myocardial Infarction (heart attack). c. Arrhythmias. d. Generalized suffering affecting heart and blood pressure. e. Electrolytic transformations. In spite of the special value, the ECG is considered only a laboratory test. It is not an absolute truth concerning the cardiac pathologies diagnosis. There are examples of patients presenting string heart diseases which present a normal ECG, and also perfectly normal patients getting an abnormal ECG [4]. Therefore, an ECG must always be interpreted with the patient clinical information. According to [5] a signal can be analyzed and processed in two domains, time and frequency. ECG signal is one of the human body signals which can be analyzed and worked in time domain or frequency www.ijera.com domain. Figure 1 presents typical waves in an ECG signal. P, Q, R, S, T and U are specific wave forms identified in the time domain of an ECG signal. The QRS complex, formed by Q, R and S waves, represents a relevant wave form because the heart rate can be identified locating two successive QRS complex. Figure 1 Typical waveform of ECG signal. Frequency values of an ECG signal vary from 0 Hz to 100 Hz [3] whereas the associated amplitude values vary from 0.02 mV to 5 mV.ECG signals are very weak in amplitude and low in frequency. Hence they are susceptible to two major types of noises generated by biological and environmental resources. Biological sources of noise causes base line drift and amplitude modulation of ECG signal. Environmental sources of noise may cause PLI, instrumentation noise generated by electronic devices. For removing these unwanted noise added to the ECG signals, digital filtering is done. The computational requirement is a major factor which 1309 | P a g e
  • 2. Gaurav Gupta et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1309-1316 must be considered in practical applications. Digital filtering techniques are more flexible as they are built using software and can be changed at any design stage, which is not possible with their analog counterpart. Many of the researchers have worked on the methods to reduce the interferences. The use of digital filters in the analysis and filtration of ECG signals is being recommended [6]. The IIR filters were used for reducing the noise in the ECG signals.IIR filters presents a good solution to filtering the ECG for noise reduction. High pass, low pass and band stop filters were used to reduce all the noise below 0.5Hz, above 100Hz, and power line interference at 50Hz, respectively. An efficient FFT method to estimate PLI in ECG is also being recommended [7]. Power spectrum of ECG signals can also e calculated by other conventional methods also. It is important to measure the power spectrum of ECG signals in order to estimate the noise level being present at each and every spectral component. Parabolic filters were also being tested to reduce the effects of 50Hz noise [8]. Parabolic filters presents a distinct advantage in band stop filtering. There are many factors which should be considered while justifying the role of any filter in noise removal, such as, stability in that particular region, phase linearity (specially in case of IIR filters) and the number of filter coefficients used. Digital filter structure such as window based FIR filter is proposed to maximally remove the noise from the ECG signal [9]. FIR filters presents an additional advantage of phase linearity in the region of interest, while, it presents the problem of increased number of filter coefficients, which in turn increases the hardware. The use of ICA theory is employed to minimize the effect of PLI [10]. Power line www.ijera.com www.ijera.com interference occurs due to the presence of ac power lines near the measurement site. Due to these power lines, the 50Hz humming noise get added to the measured ECG signal. This causes the problem in measuring the information from the observed ECG. Experiments on accuracy of 50 Hz interference subtraction from an electrocardiogram were also being conducted [11]. A simple self tuned notch filters were considered for removing interference[12]. Notch filters presents a very high attenuation to a particular frequency of interest. Estimation of noise in the ECG by subtraction procedure is also being done [13]. II. IIR filters A digital filter is a mathematical algorithm implemented in hardware/software that operates on a digital input signal to produce a digital output signal for the purpose of achieving a filtering objective. The term digital filter used in this paper refers to the software filter. Digital filters play a crucial role in digital signal processing, e.g., biomedical signal processing . The transfer function for IIR filter is: Where a and b are the coefficients of the filter. Order of the filter is M. The first step in ECG analysis is to record the electrical activity of the heart. This is done by putting electrodes on the surface of the body.ECG amplifiers are used for real time applications. The flow chart for the step by step by procedure involved in the proposed digital filtering is given below. 1310 | P a g e
  • 3. Gaurav Gupta et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1309-1316 www.ijera.com START Read ECG signal and add simulated noise to it Plot the signal in time domain Choose design parameter of filter for noise reduction Design Butterworth & Chebyshev type1 digital IIR filter Filter the noisy ECG signal with the proposed filter Calculate the PSD of the filtered data with the periodogram method using MATLAB END Figure 2 Flowchart for implementation procedures. III. Proposed IIR Filter Design and Simulation Digital IIR filters can be designed to be high pass, low pass, band pass or band stop. The band stop filter can be modified to work as a notch filter, which of our concern in this paper. Digital IIR filters are being designed from its analog counterpart by various methods like impulse invariant, matched z-transform or bilinear z-transform. Analog counterparts of digital IIR filters are butterworth, chebyshev1and chebyshev2. We will design the digital IIR filter with butterworth and chebyshev1 filters and present a comparative analysis of the both A 50Hz butterworth notch filter is designed for power line interference reduction. Figure 3 shows that magnitude response is flat in the pass band. Figure 4 shows that phase response is linear in the pass band, thus making it suitable for the real time applications. Figure 5 shows the pole zero plot of the system. It is clear from the figure 5 that system is stable as no poles are outside the unit circle. Figure 3 Magnitude response of butterworth notch filter. www.ijera.com 1311 | P a g e
  • 4. Gaurav Gupta et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1309-1316 www.ijera.com Figure 4 Phase response of butterworth notch filter. Figure 5 Pole zero plot of butterworth notch filter. Next, a chebyshev type 1 bandstop filter is designed for power line interference removal. Figure 6 shows that magnitude response is flat in the pass band. Figure 7 shows that phase response is linear in the pass band, thus making it suitable for the real time applications. Figure 8 shows the pole zero plot of the system. It is clear from the figure 5 that system is stable as no poles are outside the unit circle. Figure 6 Magnitude response of chebyshev type 1 filter. Figure 7 Phase response of chebyshev type 1 filter. www.ijera.com 1312 | P a g e
  • 5. Gaurav Gupta et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1309-1316 www.ijera.com Figure 8 Pole zero plot of chebyshev type 1 filter. The chebyshev filter is designed so as to stop the interference coming from the power line. Usually the noise from power line is not exactly concentrated at 50Hz. It is centered around 50 Hz. So, a bandstop filter presents additional advantage. IV. Results & Discussions ECG signal before filtration is shown by figure 9. This ECG signal is corrupted by noise. Figure 10 shows filtered ECG signal. The filtration is done using butterworth digital IIR filter for removing 50Hz noise. Figure 9 ECG signal before filtration. Figure 10 ECG signal after butterworth filtering. The power spectral density of the noisy ECG signal is shown by figure 11. Figure 12 shows the power spectral density of filtered ECG signal. At the frequency of 50Hz, frequency spectrum before filtration shows a signal power of -80dB. After application of digital butterworth filtering, frequency spectrum shows a signal power of -108 dB. This result clearly exhibits the utility of the proposed butterworth filter in reducing PLI at 50Hz. Figure 11 Power spectral density of noisy ECG signal. www.ijera.com 1313 | P a g e
  • 6. Gaurav Gupta et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1309-1316 www.ijera.com Figure 12 Power spectral density of butterworth filtered ECG signal. ECG signal before filtration is show by figure 13. This ECG signal is corrupted by noise and contains noise at various spectral components. Figure 14 shows filtered ECG signal. The filtration is done using Chebyshev type 1 IIR filter for removing 50Hz noise. The filter is bandstop type so as to stop the noise centered around 50Hz. Figure 13 Noisy ECG signal. Figure 14 ECG signal after Chebyshev type 1 filtering. The power spectral density of the noisy ECG signal is shown in figure 15. Figure 16 shows the power spectral density of filtered ECG signal. At the frequency of 50Hz , frequency spectrum before filtration shows a signal power of -82dB. After application of digital Chebyshev type 1 filtering, frequency spectrum shows a signal power of -100 dB. This result clearly exhibits the utility of the proposed filter in reducing PLI at 50Hz. Figure 15 Power spectral density of noisy ECG signal. Figure 16 Power spectral density of ECG signal after Chebyshev type 1 filtering. www.ijera.com 1314 | P a g e
  • 7. Gaurav Gupta et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1309-1316 The comparative analysis of the proposed digital IIR filtering methods for PLI removal in ECG signals is shown in table 1. It is clear from the table that digital Butterworth filter presents a larger attenuation to the interference signals at 50Hz. Thus, it finds more suitability for removing 50Hz power line interference. www.ijera.com Table 1 Comparative analysis of the two proposed IIR filters. Filter type Before After Attenuation filtration filtration at 50Hz Power at Power at 50Hz (dB) 50Hz (dB) Butterworth -80 -108 28dB Chebyshev -82 -100 18dB type 1 The combined power spectrum density of ECG signal is shown by figure 17, before and filtration. The filter used is Butterworth IIR filter. It is clear from the figure that noise is removed up to a satisfactory extent. Figure 18 shows the combined power spectrum density of signals, before and filtration using digital Chebyshev type 1 filter. Figure 17 PSD after and before butterworth filtering. Figure 18 PSD after and before chebyshev type 1 filtering. V. Conclusion The proposed method provides an easy and less complex tool for reducing 50Hz PLI removal. The ECG is the most commonly studied potential interface, mainly due to its fine temporal resolution, ease of use, portability and low set-up cost. IIR filters provides a simple way to reduce the interference due to power line without losing any relevant data. The comparative analysis clearly shows the utility of Butterworth filter in PLI removal. Attenuation of 28 dB is offered at 50Hz by filtering with IIR Butterworth filter, which is fairly a large value and is suitable to stop noise at 50Hz. Chebyshev type 1 www.ijera.com bandstop filter offers 18dB of attenuation at 50Hz. But this filter finds more suitability when the noise due to power line is present not only at 50Hz but it is centered around it. In the latter case, it is clearly visible from figure 18, Chebyshev type 1 bandstop filter is offering large attenuation to frequencies around 50Hz, References [1] Goldschlager, N. (June 1989). Principles of Clinical Electrocardiographic, Appleton & Lange, 13th edition, ISBN 978-083-8579510, Connecticut, USA. 1315 | P a g e
  • 8. Gaurav Gupta et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1309-1316 [2] [4] [6] [7] [9] [10] [11] [12] Dubin, D. (August 1976). Electrocardiografía Práctica : Lesión, Trasado e Interpretación, McGraw Hill Interamericana, 3rd edition, ISBN 978-968-2500-824, Madrid, Spain [3] Cuesta, D. (September 2001). Estudio de Métodos para Procesamiento y Agrupación de Señales Electrocardiográficas. Doctoral Thesis, Department of Systems Data Processing and Computers (DISCA) , Polytechnic University of Valencia, Valencia, Spain. Goldschlager, N. (June 1989). Principles of Clinical Electrocardiographic, Appleton & Lange,13th edition, ISBN 978-083-8579-510, Connecticut, USA. [5] Proakis, J. ; Manolakis, D. (2007). Digital Signal Processing : Principles, Algorithms, and Applications, Prentice Hall, 3rd edition, ISBN 978-013-3737-622, New Jersey, USA. Sonal K. Jagtap and M.D. Uplane , “The Impact of Digital Filtering to ECG Analysis: Butterworth Filter Application”, Proc. of the 2012 International Conference on Communication, Information & Computing Technology (ICCICT), Oct. 19-20, Mumbai, India,pp. 1-6, 2012. Nauman Razzaq, Maryam Butt, Muhammad Salman, Khalid Munawar, Tahir Zaidi , “An Efficient Method for Estimation of Power Line Interference in ECG”, Proc. Of U2013 Proceedings of Intemational Conference on Modelling, Identification & Control (ICMIC) Cairo, Egypt, pp. 275- 279, 2013. [8] G.Kavya and Dr.V.Thulasibai , “Parabolic Filter For Removal Of Powerline Interference In ECG Signal Using Periodogram Estimation Technique”, Proc. Of 2012 International Conference on Advances in Computing and Communications, pp. 106-109, 2012. Rashmi Panda and Umesh C. Pati, “Removal of Artifacts from Electrocardiogram Using Digital Filter” , Proc. Of 2012 IEEE Students’ Conference on Electrical, Electronics and Computer Science, pp. 1-4, 2012. Wang Sanxiu and Jiang Shengtao, “Removal of Power Line Interference of ECG signal Based on Independent Component Analysis”, Proc. Of 2009 First International Workshop on Education Technology and Computer Science, pp. 328-330, 2009. I.A. Dotsinky and I.K. Daskalov, “Accuracy of 50Hz interference subtraction from an electrocardiogram”,, Med. Biol. Eng. Comput., vol. 34, pp. 489-494,1996. S.K. Yoo, et.al., “Simple self tuned notch filter in bio-potential amplifier”, Med. Biol. Eng. Comput., vol. 35, pp. 151-154,1997. [13] Levkov C., Mihov G., Ivanov R., www.ijera.com www.ijera.com Daslkov I., Christov I, Dotsinsky I., “Removal of power line interference from ECG: a review of the subtraction procedure”, Biomed. Eng. Online., Issue 4, vol. 50,2005. 1316 | P a g e