Giter Site home page Giter Site logo

bpppg's Introduction

Blood Pressure Estimation using PPG Signal Morphological Features

This repository contains the codes corresponding to study continous blood pressure estimation using PPG features.

Requirements

Please install the following Python (3.8) libraries:

  • hrv-analysis
  • biosppy
  • pyampd
  • scipy
  • mat73
  • sklearn
  • pandas
  • numpy
  • matplotlib
  • pickle

Usage

You can skip steps 1,2, and 3 and use the pre-extracted features.csv.

1-

  • Download MIMIC II dataset (BP, ECG, PPG) raw signals and save as MATLAB matrices in "data" folder. (similar to the matrices available on UCI BP dataset)

or,

  • Use the sample dataset provided in data folder and load it using the following code:
>>> import pickle
>>> with open('data_sample_BP_PPG.pkl', 'rb') as f:
...   [data] = pickle.load(f)

2- Run featureExtractor.py

3- Run CSVconcat.py to concat CSV feature files created by the previous step.

4- Run BPEstimation.py to fit and test machine learning based models.

Plots

The results of BP estimation using Random Forest model (10-fold cross validation, MIMIC II dataset):

Systolic BP: corr=0.79, MAE=11.12 mmHg, STD=9.96 mmHg

Diastolic BP: corr=0.78, MAE=4.06 mmHg, STD=3.95 mmHg

RegPlot_sys_RandomForest RegPlot_dia_RandomForest

Citing this work

Please use the following citation:

Hasanzadeh, Navid, Mohammad Mahdi Ahmadi, and Hoda Mohammadzade. "Blood pressure estimation using photoplethysmogram signal and its morphological features." IEEE Sensors Journal 20, no. 8 (2019): 4300-4310.

bpppg's People

Contributors

navidhasanzadeh avatar navidhz avatar

Stargazers

 avatar  avatar SSS 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.