Wireless Medical Systems and Algorithms
eBook - ePub

Wireless Medical Systems and Algorithms

Design and Applications

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

Wireless Medical Systems and Algorithms

Design and Applications

Book details
Book preview
Table of contents
Citations

About This Book

Wireless Medical Systems and Algorithms: Design and Applications provides a state-of-the-art overview of the key steps in the development of wireless medical systems, from biochips to brain–computer interfaces and beyond. The book also examines some of the most advanced algorithms and data processing in the field.

Addressing the latest challenges and solutions related to the medical needs, electronic design, advanced materials chemistry, wireless body sensor networks, and technologies suitable for wireless medical devices, the text:



  • Investigates the technological and manufacturing issues associated with the development of wireless medical devices
  • Introduces the techniques and strategies that can optimize the performances of algorithms for medical applications and provide robust results in terms of data reliability
  • Includes a variety of practical examples and case studies relevant to engineers, medical doctors, chemists, and biologists

Wireless Medical Systems and Algorithms: Design and Applications not only highlights new technologies for the continuous surveillance of patient health conditions, but also shows how disciplines such as chemistry, biology, engineering, and medicine are merging to produce a new class of smart devices capable of managing and monitoring a wide range of cognitive and physical disabilities.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
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 million books across 1000+ topics, we’ve got you covered! Learn more here.
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 here.
Yes, you can access Wireless Medical Systems and Algorithms by Pietro Salvo, Miguel Hernandez-Silveira, Pietro Salvo, Miguel Hernandez-Silveira in PDF and/or ePUB format, as well as other popular books in Technology & Engineering & Electrical Engineering & Telecommunications. We have over one million books available in our catalogue for you to explore.
Section II
Algorithms and Data Processing
6
Framework for Biomedical Algorithm Designs
Su-Shin Ang and Miguel Hernandez-Silveira
CONTENTS
6.1 Introduction
6.2 Formulating a Problem Mathematically
6.2.1 Generic Optimization Problems (Type 1)
6.2.2 Static Classification Problems (Type 2)
6.2.3 Prediction Problems (Type 3)
6.3 Characteristics of Biomedical Problems
6.3.1 Data Types
6.3.2 Training Frameworks
6.3.3 Case Study 1: Compression of Physiological Signals (Type 1)
6.3.4 Case Study 2: Estimating Calorie Energy Expenditure (Type 1)
6.3.5 Case Study 3: Arrhythmia Detection (Type 2)
6.3.6 Case Study 4: Vital Signs Prediction (Type 3)
6.4 Discussion
6.5 Conclusion.
References
6.1 INTRODUCTION
Designing effective engineering solutions or algorithms to solve biomedical problems in the healthcare monitoring context is a challenging task, to say the least. The initial objectives and specifications are typically vague. In addition to this lack of clarity, the designer has to take into account many factors, including the algorithmic complexity that can be tolerated by the target platform as well as the type and amount of data that are available to calibrate and properly evaluate the algorithm. For example, the physiological condition of a subject might adversely affect the signals, which might have unpredictable consequences on the algorithm used to process them. Therefore, limitations and issues with the algorithm might not be adequately exposed at design time, which could lead to substantial costs and loss of credibility when they are discovered by the client during or after field deployment.
Accurate assumptions are crucial during the design stages of the algorithm. While assumptions stated in prose are necessary and easily communicated across engineering and nonengineering staff, it is often imprecise and provides substantial scope for misinterpretation. Consequently, it is of the opinion of the authors that there should be a framework to formulate the problem and its constraints mathematically. The advantages of such an approach are twofold—first, it affords a level of clarity and precision that cannot be achieved by prose; second, it allows the performance of the candidate algorithm set to be quantified and objectively compared.
From actual problems that we encountered in the field, biomedical problems can be broadly divided into three types—optimization of a predefined objective function (Type 1), static classification problems (Type 2), and predictive models (Type 3). The first type of problems consists of trade-offs between different algorithmic factors that are reasonably well defined. Consequently, the objective function can be accurately stated. While rather rare, these types of problems do occur in the biomedical field, such as the compression algorithms for physiological algorithms. The second type of algorithms is extremely typical—the function used for classification purposes is unknown, but the data and the expected discrete outcomes (discrete decisions are required) are known, and the objective is to determine a classification function that would accurately map the initial data set to those observations. Finally, the last type of problems involves the prediction of the value of random variable/s, based on a set of observed features. There are substantial overlaps between each problem type, and an algorithm can frequently be used to solve multiple types of problems. However, they differ in terms of how the initial problem is formulated and consequently the design decisions that are taken.
In this chapter, we first provide an overview in terms of the problem types and how each can be practically formulated (Section 6.2). Since data are frequently crucial in the design process, we talk about how they can be acquired, and how the data can be used during the training and evaluation process, followed by a series of case studies, where the biomedical problem in question is formulated and solved (Section 6.3). Downstream of the design and prototyping process, the algorithm has to be ported to the target platform. We present such a design flow in Section 6.4. Finally, we conclude in Section 6.5.
6.2 FORMULATING A PROBLEM MATHEMATICALLY
From actual problems encountered in the field, we believe that they can be broadly divided into three types. The first type is the generic optimization problem (Type 1), which is used across multiple application domains. In this case, the objective or cost function and constraints are well defined. We discuss this at length in Section 6.2.1.
The second type of problem is the static classification problem (Type 2) involving discrete decisions, where the classification function is unknown, but the data set involving the original measurements and the discrete and expected outcomes are available (Section 6.2.2). The last type is prediction problems (Type 3), which require the prediction of random variables on the basis of the statistical distribution of related features (Section 6.2.3).
6.2.1 GENERIC OPTIMIZATION PROBLEMS (TYPE 1)
The problem that one is trying to solve is usually ill-defined in the initial stages. Examples include the derivation of optimum parameters for a compression algorithm, or the derivation of a hyperplane for accurate classification in the feature space. To elucidate the problem, the following steps can be followed:
1. Identify effective metrics used in quantifying how effectively a problem has been solved. This could mean the compression ratio and the quality of the reconstructed signal.
2. ...

Table of contents

  1. Cover
  2. Half Title
  3. Series Page
  4. Title Page
  5. Copyright Page
  6. Table of Contents
  7. Preface
  8. Editors
  9. Contributors
  10. SECTION I Technologies and Manufacturing
  11. SECTION II Algorithms and Data Processing
  12. Index