Coder Social home page Coder Social logo

vital-signs-ppg-signal-analysis's Introduction

Vital signs: PPG Signal Analysis

Using only the driver's hands, Vital signs such as heart rate can be monitored to confirm whether he is in good condition or not to avoid accidents. And make a decision such as stopping the vechile.



Why use PPG over ECG?

PPG indirectly measures heart rate and can be measured anywhere with adequate access to skin vessels. Although not as accurate as ECG, it is worth noting that PPG is still an incredibly accurate measure of heart rate



Algorithm

Description : Systolic upslopes are detected from a signal generated with a slope sum function, which sums the magnitudes of the PPG upslopes in the previous 0.17 s. Adaptive thresholding is used to identify systolic upslopes in this signal. The 'qppgfast' implementation of this beat detector was used, after testing showed it performed similarly to the original 'qppg' implementation.

inputs

    sig : a vector of PPG values

    fs : the sampling frequency of the PPG in Hz

outputs

    peaks : indices of detected pulse peaks

    onsets : indices of detected pulse onsets


My Contribuation

My contribution was about implementation the algorithm in Python programming language.



References

A. N. Vest et al., 'An open source benchmarked toolbox for cardiovascular waveform and interval analysis,' Physiological Measurement, vol. 39, no. 10, 2018. https://doi.org/10.1088/1361-6579/aae021

vital-signs-ppg-signal-analysis's People

Contributors

ahmedachraf2001 avatar

Stargazers

 avatar

Watchers

 avatar

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.