An Event-Driven Parallel-Processing Subsystem for Energy-Efficient Mobile Medical Instrumentation

An Event-Driven Parallel-Processing Subsystem for Energy-Efficient Mobile Medical Instrumentation PDF Author: Florian Stefan Glaser
Publisher: BoD – Books on Demand
ISBN: 3866287771
Category : Technology & Engineering
Languages : en
Pages : 216

Get Book Here

Book Description
Aging population and the thereby ever-rising cost of health services call for novel and innovative solutions for providing medical care and services. So far, medical care is primarily provided in the form of time-consuming in-person appointments with trained personnel and expensive, stationary instrumentation equipment. As for many current and past challenges, the advances in microelectronics are a crucial enabler and offer a plethora of opportunities. With key building blocks such as sensing, processing, and communication systems and circuits getting smaller, cheaper, and more energy-efficient, personal and wearable or even implantable point-of-care devices with medicalgrade instrumentation capabilities become feasible. Device size and battery lifetime are paramount for the realization of such devices. Besides integrating the required functionality into as few individual microelectronic components as possible, the energy efficiency of such is crucial to reduce battery size, usually being the dominant contributor to overall device size. In this thesis, we present two major contributions to achieve the discussed goals in the context of miniaturized medical instrumentation: First, we present a synchronization solution for embedded, parallel near-threshold computing (NTC), a promising concept for enabling the required processing capabilities with an energy efficiency that is suitable for highly mobile devices with very limited battery capacity. Our proposed solution aims at increasing energy efficiency and performance for parallel NTC clusters by maximizing the effective utilization of the available cores under parallel workloads. We describe a hardware unit that enables fine-grain parallelization by greatly optimizing and accelerating core-to-core synchronization and communication and analyze the impact of those mechanisms on the overall performance and energy efficiency of an eight-core cluster. With a range of digital signal processing (DSP) applications typical for the targeted systems, the proposed hardware unit improves performance by up to 92% and 23% on average and energy efficiency by up to 98% and 39% on average. In the second part, we present a MCU processing and control subsystem (MPCS) for the integration into VivoSoC, a highly versatile single-chip solution for mobile medical instrumentation. In addition to the MPCS, it includes a multitude of analog front-ends (AFEs) and a multi-channel power management IC (PMIC) for voltage conversion. ...

An Event-Driven Parallel-Processing Subsystem for Energy-Efficient Mobile Medical Instrumentation

An Event-Driven Parallel-Processing Subsystem for Energy-Efficient Mobile Medical Instrumentation PDF Author: Florian Stefan Glaser
Publisher: BoD – Books on Demand
ISBN: 3866287771
Category : Technology & Engineering
Languages : en
Pages : 216

Get Book Here

Book Description
Aging population and the thereby ever-rising cost of health services call for novel and innovative solutions for providing medical care and services. So far, medical care is primarily provided in the form of time-consuming in-person appointments with trained personnel and expensive, stationary instrumentation equipment. As for many current and past challenges, the advances in microelectronics are a crucial enabler and offer a plethora of opportunities. With key building blocks such as sensing, processing, and communication systems and circuits getting smaller, cheaper, and more energy-efficient, personal and wearable or even implantable point-of-care devices with medicalgrade instrumentation capabilities become feasible. Device size and battery lifetime are paramount for the realization of such devices. Besides integrating the required functionality into as few individual microelectronic components as possible, the energy efficiency of such is crucial to reduce battery size, usually being the dominant contributor to overall device size. In this thesis, we present two major contributions to achieve the discussed goals in the context of miniaturized medical instrumentation: First, we present a synchronization solution for embedded, parallel near-threshold computing (NTC), a promising concept for enabling the required processing capabilities with an energy efficiency that is suitable for highly mobile devices with very limited battery capacity. Our proposed solution aims at increasing energy efficiency and performance for parallel NTC clusters by maximizing the effective utilization of the available cores under parallel workloads. We describe a hardware unit that enables fine-grain parallelization by greatly optimizing and accelerating core-to-core synchronization and communication and analyze the impact of those mechanisms on the overall performance and energy efficiency of an eight-core cluster. With a range of digital signal processing (DSP) applications typical for the targeted systems, the proposed hardware unit improves performance by up to 92% and 23% on average and energy efficiency by up to 98% and 39% on average. In the second part, we present a MCU processing and control subsystem (MPCS) for the integration into VivoSoC, a highly versatile single-chip solution for mobile medical instrumentation. In addition to the MPCS, it includes a multitude of analog front-ends (AFEs) and a multi-channel power management IC (PMIC) for voltage conversion. ...

Fighting Back the Von Neumann Bottleneck with Small- and Large-Scale Vector Microprocessors

Fighting Back the Von Neumann Bottleneck with Small- and Large-Scale Vector Microprocessors PDF Author: Matheus Cavalcante
Publisher: BoD – Books on Demand
ISBN: 3866288018
Category :
Languages : en
Pages : 224

Get Book Here

Book Description
In his seminal Turing Award Lecture, Backus discussed the issues stemming from the word-at-a-time style of programming inherited from the von Neumann computer. More than forty years later, computer architects must be creative to amortize the von Neumann Bottleneck (VNB) associated with fetching and decoding instructions which only keep the datapath busy for a very short period of time. In particular, vector processors promise to be one of the most efficient architectures to tackle the VNB, by amortizing the energy overhead of instruction fetching and decoding over several chunks of data. This work explores vector processing as an option to build small and efficient processing elements for large-scale clusters of cores sharing access to tightly-coupled L1 memory

Energy-Efficient Distributed Computing Systems

Energy-Efficient Distributed Computing Systems PDF Author: Albert Y. Zomaya
Publisher: John Wiley & Sons
ISBN: 1118342003
Category : Computers
Languages : en
Pages : 605

Get Book Here

Book Description
The energy consumption issue in distributed computing systems raises various monetary, environmental and system performance concerns. Electricity consumption in the US doubled from 2000 to 2005. From a financial and environmental standpoint, reducing the consumption of electricity is important, yet these reforms must not lead to performance degradation of the computing systems. These contradicting constraints create a suite of complex problems that need to be resolved in order to lead to 'greener' distributed computing systems. This book brings together a group of outstanding researchers that investigate the different facets of green and energy efficient distributed computing. Key features: One of the first books of its kind Features latest research findings on emerging topics by well-known scientists Valuable research for grad students, postdocs, and researchers Research will greatly feed into other technologies and application domains

Programming Massively Parallel Processors

Programming Massively Parallel Processors PDF Author: David B. Kirk
Publisher: Newnes
ISBN: 0123914183
Category : Computers
Languages : en
Pages : 519

Get Book Here

Book Description
Programming Massively Parallel Processors: A Hands-on Approach, Second Edition, teaches students how to program massively parallel processors. It offers a detailed discussion of various techniques for constructing parallel programs. Case studies are used to demonstrate the development process, which begins with computational thinking and ends with effective and efficient parallel programs. This guide shows both student and professional alike the basic concepts of parallel programming and GPU architecture. Topics of performance, floating-point format, parallel patterns, and dynamic parallelism are covered in depth. This revised edition contains more parallel programming examples, commonly-used libraries such as Thrust, and explanations of the latest tools. It also provides new coverage of CUDA 5.0, improved performance, enhanced development tools, increased hardware support, and more; increased coverage of related technology, OpenCL and new material on algorithm patterns, GPU clusters, host programming, and data parallelism; and two new case studies (on MRI reconstruction and molecular visualization) that explore the latest applications of CUDA and GPUs for scientific research and high-performance computing. This book should be a valuable resource for advanced students, software engineers, programmers, and hardware engineers. New coverage of CUDA 5.0, improved performance, enhanced development tools, increased hardware support, and more Increased coverage of related technology, OpenCL and new material on algorithm patterns, GPU clusters, host programming, and data parallelism Two new case studies (on MRI reconstruction and molecular visualization) explore the latest applications of CUDA and GPUs for scientific research and high-performance computing

ICT - Energy Concepts for Energy Efficiency and Sustainability

ICT - Energy Concepts for Energy Efficiency and Sustainability PDF Author: Giorgos Fagas
Publisher: BoD – Books on Demand
ISBN: 9535130110
Category : Technology & Engineering
Languages : en
Pages : 252

Get Book Here

Book Description
In a previous volume (ICT-Energy-Concepts Towards Zero-Power ICT; referenced below as Vol. 1), we addressed some of the fundamentals related to bridging the gap between the amount of energy required to operate portable/mobile ICT systems and the amount of energy available from ambient sources. The only viable solution appears to be to attack the gap from both sides, i.e. to reduce the amount of energy dissipated during computation and to improve the efficiency in energy-harvesting technologies. In this book, we build on those concepts and continue the discussion on energy efficiency and sustainability by addressing the minimisation of energy consumption at different levels across the ICT system stack, from hardware to software, as well as discussing energy consumption issues in high-performance computing (HPC), data centres and communication in sensor networks. This book was realised thanks to the contribution of the project ‘Coordinating Research Efforts of the ICT-Energy Community’ funded from the European Union under the Future and Emerging Technologies (FET) area of the Seventh Framework Programme for Research and Technological Development (grant agreement n. 611004).

Undersea Vehicles and National Needs

Undersea Vehicles and National Needs PDF Author: Committee on Undersea Vehicles and National Needs
Publisher: National Academies Press
ISBN: 0309588723
Category : Science
Languages : en
Pages : 114

Get Book Here

Book Description
The United States faces decisions requiring information about the oceans in vastly expanded scales of time and space and from oceanic sectors not accessible with the suite of tools now used by scientists and engineers. Advances in guidance and control, communications, sensors, and other technologies for undersea vehicles can provide an opportunity to understand the oceans' influence on the energy and chemical balance that sustains humankind and to manage and deliver resources from and beneath the sea. This book assesses the state of undersea vehicle technology and opportunities for vehicle applications in science and industry. It provides guidance about vehicle subsystem development priorities and describes how national research can be focused most effectively.

Scientific and Technical Aerospace Reports

Scientific and Technical Aerospace Reports PDF Author:
Publisher:
ISBN:
Category : Aeronautics
Languages : en
Pages : 968

Get Book Here

Book Description


Index to IEEE Publications

Index to IEEE Publications PDF Author: Institute of Electrical and Electronics Engineers
Publisher:
ISBN:
Category : Electrical engineering
Languages : en
Pages : 1468

Get Book Here

Book Description


Advanced Energy Design Guide for Large Hospitals

Advanced Energy Design Guide for Large Hospitals PDF Author:
Publisher: Ashrae
ISBN: 9781936504237
Category : Energy conservation
Languages : en
Pages : 0

Get Book Here

Book Description
"Designed to provide recommendations for achieving 50% energy savings over the minimum code requirements of ANSI/ASHRAE/IESNA Standard 90.1-2004 for large hospitals; allows contractors, consulting engineers, architects, and designers to easily achieve advanced levels of energy savings without having to resort to detailed calculations or analyses"--

Improving Compressed Air System Performance

Improving Compressed Air System Performance PDF Author:
Publisher: U.S. Department of Energy
ISBN:
Category : Technology & Engineering
Languages : en
Pages : 128

Get Book Here

Book Description