a) Provide pertinent summary of the basic principles behind ECG monitoring
b) Using MATLAB, provide plots of the "clean" and "noisy" ECG signals. Investigate the spectral estimation of the clean and noisy signals, using MATLAB code and SPTOOL, Discuss fully the results and conclusions that you reach.
c) Using your findings in Q1, design FIR filters.
i) The following equation, is an approximation of an impulse response for a FIR filter. Using MATLAB coding design a FIR filter, with the Hamming window applied to its coefficients. Once you are satisfied with your design, using convolution apply your filter to the noisy ECG signal.
ii) Using your findings in Q1(a) and Q1(b), design appropriate FIR filters in SPTOOL. Apply each appropriate filter design to the noisy signal, to allow comparison of the result in Q1(c)(i).
iii) Compare and contrast your results.
d) Using SPTOOL, design an IIR digital filter and compare the performance to the FIR filters designed in Q1