Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalizing ECG and ACC Data for Visualization from PolarH10 #463

Open
8 tasks
gauricollab09 opened this issue Jun 3, 2024 · 0 comments
Open
8 tasks

Normalizing ECG and ACC Data for Visualization from PolarH10 #463

gauricollab09 opened this issue Jun 3, 2024 · 0 comments
Labels
question Further information is requested

Comments

@gauricollab09
Copy link

Platform your question concerns:

  • Android
  • iOS
  • Other
  • [/] Platform is not relevant for this question

Device:

  • Polar OH1
  • Polar Verity Sense
  • [/] Polar H10
  • Polar H9
  • Other
  • Device is not relevant for this question

Description:

Hi everyone,
I'm working on a project where I need to visualize ECG and ACC signals from PolarH10. Specifically, I want to plot the signals from the last 10 seconds of data in a small rectangle on an image. To fit the plots within this rectangle, I normalize the data each time I receive a new data packet from Polar.

Here’s the problem:

Whenever I get a new data packet, I normalize the values for the entire 10 seconds of data. This causes issues because if the new packet contains very high values, the existing normalized values become very small, and if the new packet contains very low values, the existing plots become large. This makes the plots very dynamic and hard to read.

One of the suggested way to deal with this issue is to use local gain, but I'm not sure how to implement this.

Can someone explain how to manage this issue or share how they’ve solved similar problems? Any advice or pointers to resources would be greatly appreciated!

Thank you!

@gauricollab09 gauricollab09 added the question Further information is requested label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant