100+ datasets found
  1. i

    Smartwatch heart rate data

    • ieee-dataport.org
    Updated Aug 29, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Nupur Biswas (2024). Smartwatch heart rate data [Dataset]. https://ieee-dataport.org/documents/smartwatch-heart-rate-data
    Explore at:
    Dataset updated
    Aug 29, 2024
    Authors
    Nupur Biswas
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    there may be missing datum.

  2. d

    Martin et al_Zebrafish Heart Rate Assay_ All Data

    • datasets.ai
    • catalog.data.gov
    53
    Updated Sep 6, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    U.S. Environmental Protection Agency (2024). Martin et al_Zebrafish Heart Rate Assay_ All Data [Dataset]. https://datasets.ai/datasets/martin-et-al-zebrafish-heart-rate-assay-all-data
    Explore at:
    53Available download formats
    Dataset updated
    Sep 6, 2024
    Dataset authored and provided by
    U.S. Environmental Protection Agency
    Description

    Data file contains heart rate values for each fish by experiment. The data were used to generate figures and tables in the attached manuscript.

    This dataset is associated with the following publication: Martin, W.K., A. Tennant, R. Conolly, K. Prince, J. Stevens, D. DeMarini, B. Martin, L. Thompson, I. Gilmour, W. Cascio, M. Hays, M. Hazari, S. Padilla, and A. Farraj. High-Throughput Video Processing to Score Heart Rate Responses to Xenobiotics in Wild-type Embryonic Zebrafish per imaging field. Scientific Reports. Nature Publishing Group, London, UK, 9(1): 145, (2019).

  3. P

    VIPL-HR Dataset

    • paperswithcode.com
    Updated Dec 4, 2018
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Xuesong Niu; Hu Han; Shiguang Shan; Xilin Chen (2018). VIPL-HR Dataset [Dataset]. https://paperswithcode.com/dataset/vipl-hr
    Explore at:
    Dataset updated
    Dec 4, 2018
    Authors
    Xuesong Niu; Hu Han; Shiguang Shan; Xilin Chen
    Description

    VIPL-HR database is a database for remote heart rate (HR) estimation from face videos under less-constrained situations. It contains 2,378 visible light videos (VIS) and 752 near-infrared (NIR) videos of 107 subjects. Nine different conditions, including various head movements and illumination conditions are taken into consideration. All the videos are recorded using Logitech C310, RealSense F200 and the front camera of HUAWEI P9 smartphone, and the ground-truth HR is recorded using a CONTEC CMS60C BVP sensor (a FDA approved device).

  4. S

    CNN + LSTM model source program for continuous monitoring of exercise heart...

    • scidb.cn
    Updated Nov 26, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Haibo Xu; Litao Wen; Yufeng Lin (2020). CNN + LSTM model source program for continuous monitoring of exercise heart rate based on PPG signals with motion artifacts [Dataset]. http://doi.org/10.11922/sciencedb.00357
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Nov 26, 2020
    Dataset provided by
    Science Data Bank
    Authors
    Haibo Xu; Litao Wen; Yufeng Lin
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This program establishes a deep learning model of CNN+LSTM, which is used for continuous monitoring of exercise heart rate with PPG signals containing motion artifacts, and has achieved good results in the PPG-DaLiA database. The description is as follows: 1. The file main_program_file is the main file, including model construction, data processing, data training, model data verification, and other processing programs for PPG signals that are not used in this article. model: build exercise heart rate monitoring model file; activity_time.xls: Collect each activity time node of each volunteer signal obtained from the PPG-DaLiA database; original_data_read.py: signal data preprocessing program (signal from the PPG-DaLiA database); ppg_filed_hr_cornet_estimate.py: training and prediction program for all volunteers’ PPG signals; ppg_filed_hr_cornet_estimate_single.py: a program to predict the PPG signal of a single volunteer; _1d_cnn, _2d_cnn, ppg_excerise_cnn_type.py, ppg_filed_hr_cnn_estimate.py: programs that use the CNN method for prediction; spc_hr_cornet_estimate.py, spc_hr_cnn_estimate.py: programs for predicting and verifying using other database PPG signals. save_model_estimate_hr.py, save_model_estimate_hr_spc.py: save the heart rate prediction model and the model program for the heart rate prediction model to be used in the SPC database. out_fig: model prediction picture output folder; 2. Data source The data comes from the PPG-DaLiA database (PPG Data For Daily Life Activity, https://archive.ics.uci.edu/ml/datasets/PPG-DaLiA): The database comes from Robert Bosch GmbH and Bosch Sensortec GmbH. The signals in this database come from 15 volunteers of different ages and different physical conditions. PPG and heart rate data are continuously collected during different exercises. The preprocessing of the downloaded data is in the program original_data_read.py. 3.other _0_basic_fun, ch3_preprocess, my_pyhht_lib: some external references of the main program, mainly the functions called by the data preprocessing part, and the main program can view their functions.This program establishes a deep learning model of CNN+LSTM, which is used for continuous monitoring of exercise heart rate with PPG signals containing motion artifacts, and has achieved good results in the PPG-DaLiA database. The description is as follows: 1. The file main_program_file is the main file, including model construction, data processing, data training, model data verification, and other processing programs for PPG signals that are not used in this article. model: build exercise heart rate monitoring model file; activity_time.xls: Collect each activity time node of each volunteer signal obtained from the PPG-DaLiA database; original_data_read.py: signal data preprocessing program (signal from the PPG-DaLiA database); ppg_filed_hr_cornet_estimate.py: training and prediction program for all volunteers’ PPG signals; ppg_filed_hr_cornet_estimate_single.py: a program to predict the PPG signal of a single volunteer; _1d_cnn, _2d_cnn, ppg_excerise_cnn_type.py, ppg_filed_hr_cnn_estimate.py: programs that use the CNN method for prediction; spc_hr_cornet_estimate.py, spc_hr_cnn_estimate.py: programs for predicting and verifying using other database PPG signals. save_model_estimate_hr.py, save_model_estimate_hr_spc.py: save the heart rate prediction model and the model program for the heart rate prediction model to be used in the SPC database. out_fig: model prediction picture output folder; 2. Data source The data comes from the PPG-DaLiA database (PPG Data For Daily Life Activity, https://archive.ics.uci.edu/ml/datasets/PPG-DaLiA): The database comes from Robert Bosch GmbH and Bosch Sensortec GmbH. The signals in this database come from 15 volunteers of different ages and different physical conditions. PPG and heart rate data are continuously collected during different exercises. The preprocessing of the downloaded data is in the program original_data_read.py. 3.other _0_basic_fun, ch3_preprocess, my_pyhht_lib: some external references of the main program, mainly the functions called by the data preprocessing part, and the main program can view their functions.

  5. i

    Data from: Experimental Data: Finger Scanning Speed and Heart Rate Counting

    • ieee-dataport.org
    Updated Feb 26, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Norihisa Miki (2024). Experimental Data: Finger Scanning Speed and Heart Rate Counting [Dataset]. https://ieee-dataport.org/documents/experimental-data-finger-scanning-speed-and-heart-rate-counting
    Explore at:
    Dataset updated
    Feb 26, 2024
    Authors
    Norihisa Miki
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    where the finger outline was extracted from the video.

  6. Z

    BIDMC Heart Rate Dataset (32 seconds window)

    • data.niaid.nih.gov
    • zenodo.org
    Updated Mar 24, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Francois Petitjean (2021). BIDMC Heart Rate Dataset (32 seconds window) [Dataset]. https://data.niaid.nih.gov/resources?id=zenodo_3902675
    Explore at:
    Dataset updated
    Mar 24, 2021
    Dataset provided by
    Chang Wei Tan
    Francois Petitjean
    Geoffrey I Webb
    Christoph Bergmeir
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This dataset is part of the Monash, UEA & UCR time series regression repository. http://tseregression.org/

    The goal of this dataset is to estimate heart rate using PPG and ECG data. This dataset contains 7949 time series obtained from the Physionet's BIDMC PPG and Respiration dataset, which was extracted from the much larger MIMIC II waveform database.

    Please refer to https://physionet.org/content/bidmc/1.0.0/ for more details

    Relevant papers Pimentel, M.A.F. et al. Towards a Robust Estimation of Respiratory Rate from Pulse Oximeters. IEEE Transactions on Biomedical Engineering, 64(8), pp.1914-1923, 2016. DOI: 10.1109/TBME.2016.2613124.

    Citation request Pimentel, M.A.F. et al. Towards a Robust Estimation of Respiratory Rate from Pulse Oximeters. IEEE Transactions on Biomedical Engineering, 64(8), pp.1914-1923, 2016. DOI: 10.1109/TBME.2016.2613124. Goldberger, A., Amaral, L., Glass, L., Hausdorff, J., Ivanov, P. C., Mark, R., ... & Stanley, H. E. (2000). PhysioBank, PhysioToolkit, and PhysioNet: Components of a new research resource for complex physiologic signals. Circulation [Online]. 101 (23), pp. e215–e220.

  7. m

    HRV data: ECG vs. HR Chest strap vs. PPG technology

    • data.mendeley.com
    • narcis.nl
    Updated Oct 5, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Alejandro Javaloyes (2021). HRV data: ECG vs. HR Chest strap vs. PPG technology [Dataset]. http://doi.org/10.17632/d4kypz3m77.1
    Explore at:
    Dataset updated
    Oct 5, 2021
    Authors
    Alejandro Javaloyes
    License

    Attribution-NonCommercial 3.0 (CC BY-NC 3.0)https://creativecommons.org/licenses/by-nc/3.0/
    License information was derived automatically

    Description

    HRV data of a cohort of pro-cyclists. All the HRV variables are available here. Any use of this dataset without permission is prohibited.

  8. d

    Korea Horse Association_ Horse ECG/heart rate data

    • data.go.kr
    json+xml
    Updated Jun 7, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2025). Korea Horse Association_ Horse ECG/heart rate data [Dataset]. https://www.data.go.kr/en/data/15105575/openapi.do
    Explore at:
    json+xmlAvailable download formats
    Dataset updated
    Jun 7, 2025
    License

    https://data.go.kr/ugs/selectPortalPolicyView.dohttps://data.go.kr/ugs/selectPortalPolicyView.do

    Description

    Each stable of the Korea Racing Authority provides collected data such as ECG and heart rate of horses during horse training. (The provided information is horse number (hrNo), horse name (hrNm), equipment sequence number (deviceSeq), measurement date (mesurDy), measurement date and time (mesurDt), ECG (ecg), and heart rate (hr) data.) - You can search the data using the measurement date (mesur_dy), horse number (hr_no), page number (pageNo), and the number to be displayed per page (numOfRows) in the request message. - If there is no request message, the data of the most recent measurement date among the data is displayed.

  9. f

    Data from: A dataset of clinically recorded radar vital signs with...

    • figshare.com
    xlsx
    Updated May 30, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Sven Schellenberger; Kilin Shi; Tobias Steigleder; Anke Malessa; Fabian Michler; Laura Hameyer; Nina Neumann; Fabian Lurz; Robert Weigel; Christoph Ostgathe; Alexander Koelpin (2023). A dataset of clinically recorded radar vital signs with synchronised reference sensor signals [Dataset]. http://doi.org/10.6084/m9.figshare.12186516.v2
    Explore at:
    xlsxAvailable download formats
    Dataset updated
    May 30, 2023
    Dataset provided by
    figshare
    Authors
    Sven Schellenberger; Kilin Shi; Tobias Steigleder; Anke Malessa; Fabian Michler; Laura Hameyer; Nina Neumann; Fabian Lurz; Robert Weigel; Christoph Ostgathe; Alexander Koelpin
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    In a previous publication the database of our phase 0 study on the feasibility of non-contact vital signs monitoring was published. Based on the data it has been shown that besides pulse and respiration, radar systems are also capable to measure the heart sounds of the test persons. The heart sound offers a significant advantage when trying to measure the heartbeat as precisely as possible, as it has a very concise and sharp morphology. This precision is, e.g., very important for determining the parameters of heart rate variability.Following a successful phase 0, a clinical evaluation of the radar has been planned and performed. In phase 1, 30 healthy subjects were measured with the radar and a synchronised reference device, the so-called Task Force Monitor. In addition to non-contact continuous blood pressure, the Task Force Monitor can measure ECG, ICG and impedance. It also evaluates the raw signals and determines additional values such as heart rate, stroke volume, cardiac output, thoracic fluid content, total peripheral resistance, and many more.Besides a resting scenario, scenarios such as the Valsalva maneuver, tilt table test or breath holding were performed to evoke different triggers of the autonomic nervous system. The measurements were performed and monitored by medical professionals at the university hospital Erlangen. The study was approved by the ethics committee of the Friedrich-Alexander-Universität Erlangen-Nürnberg (No. 85_15B). All research was performed in accordance with relevant guidelines and regulations. The informed consent was obtained from all subjects in human trials.Due to size constrains the dataset is split in three zip files. Download the files and unzip them in one folder using a tool like "7zip" to get the whole database.Important:Information on how to use the database and the measurements can be found in the corresponding publication: https://www.nature.com/articles/s41597-020-00629-5

  10. Heart Rate Monitor Import Data India – Buyers & Importers List

    • seair.co.in
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Seair Exim, Heart Rate Monitor Import Data India – Buyers & Importers List [Dataset]. https://www.seair.co.in
    Explore at:
    .bin, .xml, .csv, .xlsAvailable download formats
    Dataset provided by
    Seair Exim Solutions
    Authors
    Seair Exim
    Area covered
    India
    Description

    Subscribers can find out export and import data of 23 countries by HS code or product’s name. This demo is helpful for market analysis.

  11. v

    Global Heart Rate Variability Analysis System Market Size By Type, By...

    • verifiedmarketresearch.com
    Updated Sep 14, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    VERIFIED MARKET RESEARCH (2024). Global Heart Rate Variability Analysis System Market Size By Type, By Component, By Application, By Geographic Scope And Forecast [Dataset]. https://www.verifiedmarketresearch.com/product/heart-rate-variability-analysis-system-market/
    Explore at:
    Dataset updated
    Sep 14, 2024
    Dataset authored and provided by
    VERIFIED MARKET RESEARCH
    License

    https://www.verifiedmarketresearch.com/privacy-policy/https://www.verifiedmarketresearch.com/privacy-policy/

    Time period covered
    2024 - 2031
    Area covered
    Global
    Description

    Heart Rate Variability Analysis System Market size was valued at USD 13.53 Billion in 2023 and is projected to reach USD 37.23 Billion by 2031, growing at a CAGR of 10.7% during the forecast period 2024-2031.

    Global Heart Rate Variability Analysis System Market Drivers

    The market drivers for the Heart Rate Variability Analysis System Market can be influenced by various factors. These may include:

    Data security and privacy issues: Since the healthcare industry handles sensitive patient data, outsourcing RCM procedures may give rise to questions with data security, privacy, and third-party vendor trust, as well as regulatory compliance (such as HIPAA in the US).

    Issues with Regulatory Compliance: There are many regulations in the healthcare sector. Modifications to healthcare laws, billing standards, or policies may make it difficult for outsourcing partners to maintain compliance, which could result in inefficient operations.

    Global Heart Rate Variability Analysis System Market Restraints

    Several factors can act as restraints or challenges for the Heart Rate Variability Analysis System Market. These may include:

    Data security and privacy issues: Since the healthcare industry handles sensitive patient data, outsourcing RCM procedures may give rise to questions with data security, privacy, and third-party vendor trust, as well as regulatory compliance (such as HIPAA in the US).

    Issues with Regulatory Compliance: There are many regulations in the healthcare sector. Modifications to healthcare laws, billing standards, or policies may make it difficult for outsourcing partners to maintain compliance, which could result in inefficient operations.

  12. Data from: Annual PM2.5 and cardiovascular mortality rate data: Trends...

    • catalog.data.gov
    Updated Nov 12, 2020
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    U.S. EPA Office of Research and Development (ORD) (2020). Annual PM2.5 and cardiovascular mortality rate data: Trends modified by county socioeconomic status in 2,132 US counties [Dataset]. https://catalog.data.gov/dataset/annual-pm2-5-and-cardiovascular-mortality-rate-data-trends-modified-by-county-socioeconomi
    Explore at:
    Dataset updated
    Nov 12, 2020
    Dataset provided by
    United States Environmental Protection Agencyhttp://www.epa.gov/
    Area covered
    United States
    Description

    Data on county socioeconomic status for 2,132 US counties and each county’s average annual cardiovascular mortality rate (CMR) and total PM2.5 concentration for 21 years (1990-2010). County CMR, PM2.5, and socioeconomic data were obtained from the U.S. National Center for Health Statistics, U.S. Environmental Protection Agency’s Community Multiscale Air Quality modeling system, and the U.S. Census, respectively. A socioeconomic index was created using seven county-level measures from the 1990 US census using factor analysis. Quintiles of this index were used to generate categories of county socioeconomic status. This dataset is associated with the following publication: Wyatt, L., G. Peterson, T. Wade, L. Neas, and A. Rappold. The contribution of improved air quality to reduced cardiovascular mortality: Declines in socioeconomic differences over time. ENVIRONMENT INTERNATIONAL. Elsevier B.V., Amsterdam, NETHERLANDS, 136: 105430, (2020).

  13. p

    Data from: MIT-BIH Arrhythmia Database

    • physionet.org
    • paperswithcode.com
    • +1more
    Updated Feb 24, 2005
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    George Moody; Roger Mark (2005). MIT-BIH Arrhythmia Database [Dataset]. http://doi.org/10.13026/C2F305
    Explore at:
    Dataset updated
    Feb 24, 2005
    Authors
    George Moody; Roger Mark
    License

    Open Data Commons Attribution License (ODC-By) v1.0https://www.opendatacommons.org/licenses/by/1.0/
    License information was derived automatically

    Description

    The MIT-BIH Arrhythmia Database contains 48 half-hour excerpts of two-channel ambulatory ECG recordings, obtained from 47 subjects studied by the BIH Arrhythmia Laboratory between 1975 and 1979. Twenty-three recordings were chosen at random from a set of 4000 24-hour ambulatory ECG recordings collected from a mixed population of inpatients (about 60%) and outpatients (about 40%) at Boston's Beth Israel Hospital; the remaining 25 recordings were selected from the same set to include less common but clinically significant arrhythmias that would not be well-represented in a small random sample.

  14. d

    Replication Data for: “Validity of Heart Rate Measurements in Wrist-Based...

    • search.dataone.org
    • borealisdata.ca
    • +1more
    Updated Oct 23, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Eng, Janice (2024). Replication Data for: “Validity of Heart Rate Measurements in Wrist-Based Monitors Across Skin Tones During Exercise”. [Dataset]. http://doi.org/10.5683/SP3/LLD99A
    Explore at:
    Dataset updated
    Oct 23, 2024
    Dataset provided by
    Borealis
    Authors
    Eng, Janice
    Description

    This dataset is for the article entitled: “Validity of Heart Rate Measurements in Wrist-Based Monitors Across Skin Tones During Exercise”.

  15. m

    The database of normal RR-intervals of length up to 512 of 46 healthy...

    • mostwiedzy.pl
    csv
    Updated Jun 24, 2021
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Krzysztof Narkiewicz; Beata Graff (2021). The database of normal RR-intervals of length up to 512 of 46 healthy subjects at rest [Dataset]. http://doi.org/10.34808/4k51-7n26
    Explore at:
    csv(169526)Available download formats
    Dataset updated
    Jun 24, 2021
    Authors
    Krzysztof Narkiewicz; Beata Graff
    License

    Attribution-NonCommercial 4.0 (CC BY-NC 4.0)https://creativecommons.org/licenses/by-nc/4.0/
    License information was derived automatically

    Description

    This dataset contains the data that was a basis for the results discussed in the paper “Persistent homology as a new method of the assessment of heart rate variability” by Grzegorz Graff, Beata Graff, Paweł Pilarczyk, Grzegorz Jabłoński, Dariusz Gąsecki, Krzysztof Narkiewicz, Plos One (2021), DOI: 10.1371/journal.pone.0253851.

  16. P

    PPG Dalia Dataset

    • paperswithcode.com
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    PPG Dalia Dataset [Dataset]. https://paperswithcode.com/dataset/ppg-dalia-1
    Explore at:
    Description

    PPG-DaLiA is a publicly available dataset for PPG-based heart rate estimation. This multimodal dataset features physiological and motion data, recorded from both a wrist- and a chest-worn device, of 15 subjects while performing a wide range of activities under close to real-life conditions. The included ECG data provides heart rate ground truth. The included PPG- and 3D-accelerometer data can be used for heart rate estimation, while compensating for motion artefacts.

  17. T

    Data Heart Rate dan SpO2

    • dataverse.telkomuniversity.ac.id
    xlsx
    Updated Apr 2, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Telkom University Dataverse (2022). Data Heart Rate dan SpO2 [Dataset]. http://doi.org/10.34820/FK2/QFL4QY
    Explore at:
    xlsx(18534)Available download formats
    Dataset updated
    Apr 2, 2022
    Dataset provided by
    Telkom University Dataverse
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    Data heart rate dan SpO2 dari subjek penelitian.

  18. p

    Data from: Brno University of Technology Smartphone PPG Database (BUT PPG)

    • physionet.org
    Updated Aug 23, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Andrea Nemcova; Radovan Smisek; Eniko Vargova; Lucie Maršánová; Martin Vitek; Lukas Smital; Marina Filipenska; Pavlina Sikorova; Pavel Gálík (2024). Brno University of Technology Smartphone PPG Database (BUT PPG) [Dataset]. http://doi.org/10.13026/tn53-8153
    Explore at:
    Dataset updated
    Aug 23, 2024
    Authors
    Andrea Nemcova; Radovan Smisek; Eniko Vargova; Lucie Maršánová; Martin Vitek; Lukas Smital; Marina Filipenska; Pavlina Sikorova; Pavel Gálík
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Brno
    Description

    Brno University of Technology Smartphone PPG Database (BUT PPG) is a database created by the cardiology team at the Department of Biomedical Engineering, Brno University of Technology, for the purpose of evaluating PPG quality and estimation of heart rate (HR). The data comprises 3,888 10-second recordings of PPGs and associated ECG signals used for determination of reference HR. All of the signals contain QRS complex positions, most signals contain moreover accelerometric data (ACC), and single-value annotations of blood pressure, blood oxygen saturation and glycaemia. The data were collected from 50 subjects (25 female, 25 male) aged between 19 to 76 years at rest and during various types of movement. Recordings were carried out between August 2020 and December 2021. PPG data were collected by smartphones Xiaomi Mi9 and Huawei P20 Pro with sampling frequency of 30 Hz. Reference ECG signals and ACC data were recorded using a mobile recorder Bittium Faros 360 or 180 with a sampling frequency of 1,000 Hz (ECG) and 100 Hz (ACC). Each PPG signal includes annotation of quality and reference HR. PPG signal quality is indicated binary: 1 indicates good quality for HR estimation, 0 indicates signals where HR cannot be detected reliably and thus these signals are unsuitable for any analysis.

  19. m

    Heart Attack Dataset

    • data.mendeley.com
    Updated Nov 23, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Tarik A. Rashid (2022). Heart Attack Dataset [Dataset]. http://doi.org/10.17632/wmhctcrt5v.1
    Explore at:
    Dataset updated
    Nov 23, 2022
    Authors
    Tarik A. Rashid
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    The heart attack datasets were collected at Zheen hospital in Erbil, Iraq, from January 2019 to May 2019. The attributes of this dataset are: age, gender, heart rate, systolic blood pressure, diastolic blood pressure, blood sugar, ck-mb and troponin with negative or positive output. According to the provided information, the medical dataset classifies either heart attack or none. The gender column in the data is normalized: the male is set to 1 and the female to 0. The glucose column is set to 1 if it is > 120; otherwise, 0. As for the output, positive is set to 1 and negative to 0.

  20. Human Vital Sign Dataset

    • kaggle.com
    Updated Jul 19, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    DatasetEngineer (2024). Human Vital Sign Dataset [Dataset]. http://doi.org/10.34740/kaggle/dsv/8992827
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jul 19, 2024
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    DatasetEngineer
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Overview The Human Vital Signs Dataset is a comprehensive collection of key physiological parameters recorded from patients. This dataset is designed to support research in medical diagnostics, patient monitoring, and predictive analytics. It includes both original attributes and derived features to provide a holistic view of patient health.

    Attributes Patient ID

    Description: A unique identifier assigned to each patient. Type: Integer Example: 1, 2, 3, ... Heart Rate

    Description: The number of heartbeats per minute. Type: Integer Range: 60-100 bpm (for this dataset) Example: 72, 85, 90 Respiratory Rate

    Description: The number of breaths taken per minute. Type: Integer Range: 12-20 breaths per minute (for this dataset) Example: 16, 18, 15 Timestamp

    Description: The exact time at which the vital signs were recorded. Type: Datetime Format: YYYY-MM-DD HH:MM Example: 2023-07-19 10:15:30 Body Temperature

    Description: The body temperature measured in degrees Celsius. Type: Float Range: 36.0-37.5°C (for this dataset) Example: 36.7, 37.0, 36.5 Oxygen Saturation

    Description: The percentage of oxygen-bound hemoglobin in the blood. Type: Float Range: 95-100% (for this dataset) Example: 98.5, 97.2, 99.1 Systolic Blood Pressure

    Description: The pressure in the arteries when the heart beats (systolic pressure). Type: Integer Range: 110-140 mmHg (for this dataset) Example: 120, 130, 115 Diastolic Blood Pressure

    Description: The pressure in the arteries when the heart rests between beats (diastolic pressure). Type: Integer Range: 70-90 mmHg (for this dataset) Example: 80, 75, 85 Age

    Description: The age of the patient. Type: Integer Range: 18-90 years (for this dataset) Example: 25, 45, 60 Gender

    Description: The gender of the patient. Type: Categorical Categories: Male, Female Example: Male, Female Weight (kg)

    Description: The weight of the patient in kilograms. Type: Float Range: 50-100 kg (for this dataset) Example: 70.5, 80.3, 65.2 Height (m)

    Description: The height of the patient in meters. Type: Float Range: 1.5-2.0 m (for this dataset) Example: 1.75, 1.68, 1.82 Derived Features Derived_HRV (Heart Rate Variability)

    Description: A measure of the variation in time between heartbeats. Type: Float Formula: 𝐻 𝑅

    𝑉

    Standard Deviation of Heart Rate over a Period Mean Heart Rate over the Same Period HRV= Mean Heart Rate over the Same Period Standard Deviation of Heart Rate over a Period ​

    Example: 0.10, 0.12, 0.08 Derived_Pulse_Pressure (Pulse Pressure)

    Description: The difference between systolic and diastolic blood pressure. Type: Integer Formula: 𝑃

    𝑃

    Systolic Blood Pressure − Diastolic Blood Pressure PP=Systolic Blood Pressure−Diastolic Blood Pressure Example: 40, 45, 30 Derived_BMI (Body Mass Index)

    Description: A measure of body fat based on weight and height. Type: Float Formula: 𝐵 𝑀

    𝐼

    Weight (kg) ( Height (m) ) 2 BMI= (Height (m)) 2

    Weight (kg) ​

    Example: 22.8, 25.4, 20.3 Derived_MAP (Mean Arterial Pressure)

    Description: An average blood pressure in an individual during a single cardiac cycle. Type: Float Formula: 𝑀 𝐴

    𝑃

    Diastolic Blood Pressure + 1 3 ( Systolic Blood Pressure − Diastolic Blood Pressure ) MAP=Diastolic Blood Pressure+ 3 1 ​ (Systolic Blood Pressure−Diastolic Blood Pressure) Example: 93.3, 100.0, 88.7 Target Feature Risk Category Description: Classification of patients into "High Risk" or "Low Risk" based on their vital signs. Type: Categorical Categories: High Risk, Low Risk Criteria: High Risk: Any of the following conditions Heart Rate: > 90 bpm or < 60 bpm Respiratory Rate: > 20 breaths per minute or < 12 breaths per minute Body Temperature: > 37.5°C or < 36.0°C Oxygen Saturation: < 95% Systolic Blood Pressure: > 140 mmHg or < 110 mmHg Diastolic Blood Pressure: > 90 mmHg or < 70 mmHg BMI: > 30 or < 18.5 Low Risk: None of the above conditions Example: High Risk, Low Risk This dataset, with a total of 200,000 samples, provides a robust foundation for various machine learning and statistical analysis tasks aimed at understanding and predicting patient health outcomes based on vital signs. The inclusion of both original attributes and derived features enhances the richness and utility of the dataset.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Nupur Biswas (2024). Smartwatch heart rate data [Dataset]. https://ieee-dataport.org/documents/smartwatch-heart-rate-data

Smartwatch heart rate data

Explore at:
Dataset updated
Aug 29, 2024
Authors
Nupur Biswas
License

Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically

Description

there may be missing datum.

Search
Clear search
Close search
Google apps
Main menu