ECG Signal Processing

Thread Starter

rmunny

Joined Jul 17, 2017
4
Hello,

I am working on a project where I am trying to acquire ECG data for further analysis. Using AD8232 sensor I was able to get my raw data. So far I am using MSP430F5438A and working in Code Composer Studio (CCS). I was asking if anyone did the next processing like filtering to remove noise and interference, at msp430. Can you please share your work (Analysis algorithm and Code)? Here in the attachment the graph of the raw data I am getting from my sensor (ADC values actually).
Following is the link to AD8232 sensor datasheet:
http://www.analog.com/media/en/technical-documentation/data-sheets/AD8232.pdf


Thanks.
 

Attachments

be80be

Joined Jul 5, 2008
2,072
I use Energia for the MSP430 but I have CCS 7.4.0 too I would over sample the adc and look at the big picture
See how much noise your really getting and remove the noise in software.
 

Thread Starter

rmunny

Joined Jul 17, 2017
4
I use Energia for the MSP430 but I have CCS 7.4.0 too I would over sample the adc and look at the big picture
See how much noise your really getting and remove the noise in software.
Thanks. Please let me know if you find a way to get rid of the noise and your method to do so.
 
Top