Markus Buschhoff
Technical University of Dortmund
11 Papers
39 Citations
Markus Buschhoff is an academic researcher from Technical University of Dortmund. The author has contributed to research in topics: Wireless sensor network & Energy consumption. The author has an hindex of 5, co-authored 11 publications.
Chat about Author
Papers
PhyNetLab: An IoT-Based Warehouse Testbed
Robert Falkenberg,Mojtaba Masoudinejad,Markus Buschhoff,Aswin Karthik Ramachandran Venkatapathy,Daniel Friesel,Michael ten Hompel,Olaf Spinczyk,Christian Wietfeld +7 more
TL;DR: The PhyNetLab as mentioned in this paper is a real scale warehouse testbed made of cyber physical objects (PhyNodes) developed for this type of application, which provides a possibility to check the industrial requirement of an IoT-based warehouse in addition to the typical wireless sensor networks tests.
Energy Models in the Loop
TL;DR: This paper creates an automated measurement loop for deriving precise energy costs of driver function calls and their parameters by using an automata-based modeling scheme, which can easily be implemented into the system software.
8
Machine Learning Based Indoor Localisation Using Environmental Data in PhyNetLab Warehouse
Mojtaba Masoudinejad,Aswin Karthik Ramachandran Venkatapathy,David Tondorf,Danny Heinrich,Robert Falkenberg,Markus Buschhoff +5 more
- 12 Jun 2018
TL;DR: This work proposes different machine learning algorithms addressing indoor localisation within a warehouse considering these limitations of resource limitations.
7
Energy-aware device drivers for embedded operating systems
TL;DR: This work introduces a concept that allows to model energy consumption of hardware and to synthesize energy aware device drivers from these models and proves the feasibility of this concept.
7
Chapter Measuring Energy
Steve Kerrison,Markus Buschhoff,Jose L Nunez-Yanez,Kerstin Eder +3 more
- 01 Jan 2017
Abstract: This chapter provides an introduction to quantifying the energy consumed by software. It is written for computer scientists, software engineers, embedded system developers and programmers who want to understand how to measure the energy consumed by the code they write in order to optimize for energy efficiency. We start with an overview of the electrical foundations of energy measurement and show how these are applied by reviewing the most commonly found energy sensing techniques. This is followed by a brief discussion of the signal processing required to obtain energy consumption data from sensing. We then present two energy measurement systems that are based on sensing techniques. Both can be used to directly measure the energy consumed by software running on embedded systems without the need to modify the hardware. As an alternative, regression-based techniques can be used to infer energy consumption based on monitoring events during program execution using counters monitors offered by the hardware. We introduce the foundations of regression analysis and illustrate how an energy model for an ARM processor can be built using linear regression. In the conclu-sion, we offer a wider discussion on what should be considered when selecting an energy measurement technique.