Giter VIP home page Giter VIP logo

Comments (1)

alexisgcomte avatar alexisgcomte commented on September 26, 2024

Hello alexxony,

Our reference is Brno University of Technology ECG Quality Database (BUT QDB).

Our library focus mainly on physical signal noise, ie electrocardiogram noise. It may be caused for exemple by movements of tje recording device. As our ML models are trained for this, it may not be very efficient on your specific issue, which has more to do with network jittering. Still, you can try !

  • initialize ecg_qc class as in readme, with proper sampling frequency
  • you have to spit your ecg_qc signal into samples of fixed seconds. For last pip version the ML model is trained of a time window is 9 seconds
  • use get_signal_quality(sample_signal) to get the binary quality of the signal. It will compute SQIs and use trained model to classify noise.

The libary is still beta and might not suit your specific issue, however if you want we can help you develop this part. It would improve usability of the library!

Best regards,

Alexis

from ecg_qc.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.