- #1
engineer23
- 75
- 0
Homework Statement
I have data for an ECG and I want to filter it.
Homework Equations
The problem tells me to run the signal through a low pass filter.
I tried a single pass double pole filter (essentially the average of three averages). If we have data points A, B, C, D, E, and F, then the filter takes the data and reduces it through the following formula: [(A+B+C)/3 + (B+C+D)/3 + (C+D+E)/3]/3
Also, the signal to noise ratio is the range of signal/range of noise.
The Attempt at a Solution
I implemented the filter in Excel. But when I plot the filtered data, I don't really see much noise reduction. Is there a better low-pass filter I can use that will give me a clear(er) ECG signal? If so, how do I implement it in Excel?
Thanks...