sparkfun / AD8232_Heart_Rate_Monitor

AD8232 Heart Rate Monitor
Other
186 stars 190 forks source link

Sampling rate #14

Closed DominiqueMakowski closed 6 years ago

DominiqueMakowski commented 6 years ago

Hey, I do have a question and didn't find the answer in the data sheet.

What is the default / maximum sampling rate with which we can acquire ECG with this?

Thanks

Fieryfire commented 6 years ago

You essentially find the bandwidth of the ECG signal and multiply by 10. So you have 40Hz bandwidth. And with 400Hz set as sampling rate. You should be good to go

On Thu, Aug 2, 2018 at 4:08 PM, Dominique Makowski <notifications@github.com

wrote:

Hey, I do have a question and didn't find the answer in the data sheet.

What is the default / maximum sampling rate with which we can acquire ECG with this?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sparkfun/AD8232_Heart_Rate_Monitor/issues/14, or mute the thread https://github.com/notifications/unsubscribe-auth/ASVTr95jq-rcS86MNQ27ZDBGiqD11Rm9ks5uMwf0gaJpZM4VsXEE .

DominiqueMakowski commented 6 years ago

@Fieryfire I am not sure, do you mean that 400Hz is a good sampling rate to acquire ECG data or that the maximum (or default) sampling rate that one can acquire with the AD8232 heart rate monitor is 400 Hz?

Fieryfire commented 6 years ago

The AD8232 is only a signal conditioner. The output from it is analog. It is upto you to use a micro controller with an ADC to be able to sample the analog data For ex. using an arduino can get the job done

On Thu, Aug 2, 2018 at 6:23 PM, Dominique Makowski <notifications@github.com

wrote:

@Fieryfire https://github.com/Fieryfire I am not sure, do you mean that 400Hz is a good sampling rate to acquire ECG data or that the maximum (or default) sampling rate that one can acquire with the AD8232 heart rate monitor is 400 Hz?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sparkfun/AD8232_Heart_Rate_Monitor/issues/14#issuecomment-409985874, or mute the thread https://github.com/notifications/unsubscribe-auth/ASVTr_TbHGeMGk46nu7P-hXhdZHUNEtSks5uMyeZgaJpZM4VsXEE .

DominiqueMakowski commented 6 years ago

Ok i got it :)