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

I would like to make realtime arrhythmia classification system #11

Open
Wilbur0912 opened this issue Apr 20, 2022 · 0 comments
Open

I would like to make realtime arrhythmia classification system #11

Wilbur0912 opened this issue Apr 20, 2022 · 0 comments

Comments

@Wilbur0912
Copy link

I use ad8232 as device for get ecg signal

Here is my question

  1. Is all leads of ecg can be fed into that model to do prediction?
  2. The author turned ecg signal into 2d image and augmented it, this seems like he is talking about the former step of trainning phase, but does my signal which fed into the model to do prediction will be also transformed in 2d and augmented?
  3. Does my signal has to be denoised, because the article said signal don't have to be denoised if using 2d convolutional model to predict it
  4. The data generate from ad8232 is from 0 to 1024, but its sample data is from -1 < x < 1, If my data is usually between 300 < x < 700, can I process my data like this (x - 500)/1000, make it between -1 < x < 1. Is my method reasonable?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant