Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Need help on this. #1

Open
prasadad opened this issue Oct 6, 2016 · 3 comments
Open

Need help on this. #1

prasadad opened this issue Oct 6, 2016 · 3 comments

Comments

@prasadad
Copy link

prasadad commented Oct 6, 2016

Can you please provide us which algorithm you have implemented for this..and can you please provide any basic explanation on this fetal heartrate detection.
Thanks in advance.

@pd90
Copy link
Owner

pd90 commented Oct 7, 2016

basically i was listening to the output from an fetal doppler device via a normal table conference mic setup the hardware implementation is a long story so i will directly move to the software part.

i have used the AudioRecord class from the media library to directly manipulate the input from the mic, the manipulation will give you a byte array(PCM), and you can define your sampling rate according to your need, next came the noise cancellation, android has its own classNoiseSuppressor for background noise removal but it is not that effective, so you can set up your own noise cancellation module. i have also used gaussian filter to do the same. once you get a clear signal(Raw input) you can proceed with the further heart rate calculation, that might depend on your scenario and how do you want to implement it!!

@AdamM68
Copy link

AdamM68 commented Sep 27, 2018

pd90 - If You don'y mind I would like to ask a question via private email. Can You contact me:
[email protected]
Thanks

@AdamM68
Copy link

AdamM68 commented Jul 16, 2021

I'm still searching for contact wit You, to ask some questions about this project. Thanks for help.
Please answer to : [email protected]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants