Skip to main content

Paper Review on De-noising pf ECG signal


Published in: Signal Processing Systems (SiPS), 2015 IEEE Workshop
Link: https://ieeexplore.ieee.org/document/7344997/
Topic-Denoising and Baseline Correction of ECG Signals using Sparse Representation

In the above paper, the authors have documented of de-noising of thinly dispersed ECG signal and baseline correction approach.Thinly dispersed and superfluous representation is a signal
processing method which can be used effectively and can be implemented to learn the inner structure from given noisy input signals. The characteristics of various waves P- and T- waves and the QRS complexes which are present in the ECG signals and also the smooth varying baseline wandering which are unknown information in the learned dictionaries of the above-mentioned denoising method. this learned dictionary is used to denoise the ECG signal and also and effectively reconstruct using specific atoms in the dictionary and remove the baseline wandering which are present in the signals. Also, they have given details of experimental recordings which are demonstrated in the paper proves that their method can be effectively implemented to remove the noisy and baseline wandering in an ECG signal while maintaining the natural ECG waves. Also, the important thing which is to be noted is the proposed methodology is said to be nearly independent of any parameter thus it makes it open to automized ECG analysis systems. Thus this method can be implemented generally in clinical situations.

Comments

  1. Good Work and Informative Too!

    ReplyDelete
  2. Good overview on Deposing paper..perfectly explained the algorithm in simple terms.

    ReplyDelete
  3. Thanks for providing the paper link!!

    ReplyDelete

Post a Comment

Popular posts from this blog

DSPP 2018

For us DSPP was one of the best courses of the semester. The lectures were highly interactive and the process of learning was made an extremely joyous experience. The course encompassed several innovative learning techniques. Along with the conventional lectures and laboratory sessions, there were activities designed for students to study IEEE papers and patents. These activities helped us understand the procedure of drafting IEEE paper, and provided the much needed experience of researching on selected subject matter and draft an IEEE paper. Moreover, through these activities I discovered the availability of patents online. The study of patents proved to be taxing but a good exercise in learning to document innovations. Besides from learning the syllabus topics of DSPP, important ethics and valued principles like team work, leadership, code of conduct,etc were also imbibed in students. Overall, the course definitely added value to student lives in many ways more than just in academic...

Fast Fourier Transform (FFT)

As the input signal values increases the DFT computational time also increases. Thus to decrease this time, we have implemented DITFFT radix-2 algorithm for N=4 and N=8. This algorithm decimates the input sample values into smaller pieces until the prime factor 2 is obtained.

Butterworth Filter Deaign

Here we have designed our own Impulse invariant response (IIR) filter. First wh have designed Butterworth Low Pass filter and High Pass filter and plot the magnitude spectrum using scilab. Scilab was used as it is a open source software. Thus anyone can easily implement their mathematical model on scilab and analyse it. The magnitude spectrum  whicha was plotted after the input parameters provided by the us is in terms of Logarithmic scale on magnitude axis(Y-axis) and Frequency in Hertz(X-axis). To ensure correct nature of the magnitude spectrum we have taken the values in a certain range.