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.

- 192 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
eBook - ePub
About this book
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
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
- Cover
- Half Title
- Title Page
- Copyright Page
- Dedication
- Table of Contents
- List of Figures and Tables
- Preface
- Acknowledgments
- The Author
- How to Use This Book?
- Chapter 1: Math Foundations
- Chapter 2: Photoplethysmogram Signals
- Chapter 3: Visualization of PPG Signals
- Chapter 4: Pre-processing of PPG Signals
- Chapter 5: Signal Quality Assessment
- Chapter 6: PPG Feature Extraction
- Chapter 7: A Generic Method for Event Detection
- Chapter 8: Feature Selection
- Chapter 9: Identifying Adverse Events
- Chapter 10: Application of PPG to Global Health
- Chapter 11: Available PPG Databases
- References
- 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.
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
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.