PPG Signal Analysis
eBook - ePub

PPG Signal Analysis

An Introduction Using MATLABยฎ

  1. 192 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

PPG Signal Analysis

An Introduction Using MATLABยฎ

About this book

This book serves as a current resource for Photoplethysmogram (PPG) signal analysis using MATLABยฎ. This technology is critical in the evaluation of medical and diagnostic data utilized in mobile devices. Information and methodologies outlined in the text can be used to learn the empirical and experimental process (including data collection, data analysis, feature extractions, and more) from inception to conclusion. This book also discusses how introduced methodologies can be used and applied as tools that will teach the user how to validate, test, and simulate developed algorithms before implementing and deploying the algorithms on wearable, battery-driven, or point-of-care devices.

Trusted byย 375,005 students

Access to over 1.5 million titles for a fair monthly price.

Study more efficiently using our study tools.

Information

Publisher
CRC Press
Year
2020
Print ISBN
9780367608279
9781138049710
Edition
1
eBook ISBN
9780429831119

chapter 1

Math Foundations

This chapter gives an overview of matlab and its basic arithmetic operations and functions, as well as a short introduction to matrices and matrix manipulation. Note that the MATLAB codes and examples are presented in a different font, and each line is numbered as follows:
 1 >> x = [1 2 2 4 4 5 5]; 2 >> figure; 3 >> plot(x); 

1.1Learning Objectives

The learning objectives of this chapter are to:
  • Learn basic MATLAB functions, such as addition and subtraction
  • Learn how to store numbers, strings, and logical values as variables
  • Learn how variables can be imported and exported

1.2Scalars

1.2.1Scalar Mathematical Operations

Scalar mathematical operations are applied on quantities that are fully described only by a magnitude (or a numerical value).
Addition ex1: Adding two positive numbers (5,2) is performed as follows:
 1 >> 5 + 2 2 3 ans = 4 7 
Note that the spacing between each number and operator does not matter. For example, multiple spaces between 5 and 2 in the addition process will still provide the correct answer:
 1 >> 5 + 2 2 3 ans = 4 7 
Addition ex2: Adding two negative numbers (โˆ’5,โˆ’2) is performed as follows:
 1 >> (โ€“5) + (โ€“2) 2 3 ans = 4 โˆ’7 
Note that if the parentheses are removed, the operation will still be calculated correctly:
 1 >> โ€“5 + โˆ’2 2 3 an...

Table of contents

  1. Cover
  2. Half Title
  3. Title Page
  4. Copyright Page
  5. Dedication
  6. Table of Contents
  7. List of Figures and Tables
  8. Preface
  9. Acknowledgments
  10. The Author
  11. How to Use This Book?
  12. Chapter 1: Math Foundations
  13. Chapter 2: Photoplethysmogram Signals
  14. Chapter 3: Visualization of PPG Signals
  15. Chapter 4: Pre-processing of PPG Signals
  16. Chapter 5: Signal Quality Assessment
  17. Chapter 6: PPG Feature Extraction
  18. Chapter 7: A Generic Method for Event Detection
  19. Chapter 8: Feature Selection
  20. Chapter 9: Identifying Adverse Events
  21. Chapter 10: Application of PPG to Global Health
  22. Chapter 11: Available PPG Databases
  23. References
  24. Index

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn how to download books offline
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.5M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1.5 million books across 990+ topics, weโ€™ve got you covered! Learn about our mission
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more about Read Aloud
Yes! You can use the Perlego app on both iOS and Android devices to read anytime, anywhere โ€” even offline. Perfect for commutes or when youโ€™re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app
Yes, you can access PPG Signal Analysis by Mohamed Elgendi in PDF and/or ePUB format, as well as other popular books in Technology & Engineering & Biotechnology in Medicine. We have over 1.5 million books available in our catalogue for you to explore.