Scott writes:
It’s time for a lecture. I’ve been spending a lot of time creating a DIY dlectrocardiogram and it produces fairly noisy signals. I’ve spent some time and effort researching the best ways to clean-up these signals, and the results are incredibly useful! Therefore, I’ve decided to lightly document these results in a blog entry.
Here’s an example of my magic! I take a noisy recording and turn it into a beautiful trace. See the example figure with the blue traces. How is this possible? Well I’ll explain it for you. Mostly, it boils down to eliminating excess high-frequency sine waves which are in the original recording due to electromagnetic noise. A major source of noise can be from the alternating current passing through wires traveling through the walls of your house or building. My original ECG circuit was highly susceptible to this kind of interference, but my improved ECG circuit eliminates most of this noise. However, noise is still in the trace (see the figure to the left), and it needed to be removed.
Signal Filtering with Python - [Link]
gilbertojunqueira.com writes:
There are many times where you would like to “stabilize” an input signal so that you don’t see the input value “jumping” so much. This is specially true on the MilliVolt Signal range, where nearby noise present can disturb the original signal. In this case, you always have the option of buying some kind of signal conditioner, which handles the filtering function of the raw signal. However, there are many times where the noise problem presents itself after the system is built, in which case a simple software solution is preferable to mitigate the problem.
Simple Software Filter - [Link]











Leave a Reply
You must be logged in to post a comment.