scispace - formally typeset
Search or ask a question
Author

M Maarten Steinbuch

Bio: M Maarten Steinbuch is an academic researcher from Eindhoven University of Technology. The author has contributed to research in topics: Control theory & Feed forward. The author has an hindex of 51, co-authored 630 publications receiving 11892 citations. Previous affiliations of M Maarten Steinbuch include Nanyang Technological University & Delft University of Technology.


Papers
More filters
Journal ArticleDOI
TL;DR: The control algorithm is developed based on the combination of dynamic programming and Pontryagin's minimum principle to optimally control the discrete gearshift command, in addition to the continuous power split between the internal combustion engine and the electric machine.
Abstract: This paper proposes a design method for the energy management strategy to explore the potential fuel saving of a hybrid electric vehicle (HEV) equipped with an automated manual transmission. The control algorithm is developed based on the combination of dynamic programming (DP) and Pontryagin's minimum principle (PMP) to optimally control the discrete gearshift command, in addition to the continuous power split between the internal combustion engine and the electric machine. The proposed method outperforms DP in terms of computational efficiency, being 171 times faster, without loss of accuracy. Simulation results for a middle-sized HEV on the New European Drive Cycle show that, to further optimize the gearshift strategy, an additional fuel saving of 20.3% can be reached. Furthermore, with the start-stop functionality available, it is shown that the two-point boundary-value problem following from PMP cannot be solved with sufficient accuracy without loss of optimality. This means that the finding of a constant value for the Lagrange multiplier while satisfying the battery state-of-energy (SOE) at the terminal time is not always guaranteed. Therefore, an alternative approach of SOE feedback control to adapt the Lagrange multiplier is adopted. The obtained results are very close to the globally optimal solution from DP. Simulation results, including the start-stop functionality, show that the relative fuel saving can be up to 26.8% compared with the case of a standard gearshift strategy.

118 citations

Journal ArticleDOI
M Maarten Steinbuch, W. W. de Boer1, Okko H. Bosgra, Sawm Peeters1, Jeroen Ploeg 
TL;DR: In this article, the authors investigated the control system design for a wind power plant and found that the compensation of aerodynamic interactions between the wind turbines for energy maximisation is beneficial, especially in combination with wind prediction models.

117 citations

Journal ArticleDOI
TL;DR: In this article, the authors presented a general linear matrix inequality-based analysis method to determine the performance of a SISO reset control system in both the ℒ2 gain and ℋ2 norm.
Abstract: In this paper we present a general linear matrix inequality-based analysis method to determine the performance of a SISO reset control system in both the ℒ2 gain and ℋ2 sense. In particular, we derive convex optimization problems in terms of LMIs to compute an upperbound on the ℒ2 gain performance and the ℋ2 norm, using dissipativity theory with piecewise quadratic Lyapunov functions. The results are applicable to for all LTI plants and linear-based reset controllers, thereby generalizing the available results in the literature. Furthermore, we provide simple though convincing examples to illustrate the accuracy of our proposed ℒ2 gain and ℋ2 norm calculations and show that, for an input constrained ℋ2 problem, reset control can outperform a linear controller designed by a common nonlinear optimization method. Copyright © 2009 John Wiley & Sons, Ltd.

117 citations

Proceedings ArticleDOI
29 Jul 2010
TL;DR: The design of a CACC system and corresponding experiments are presented and it is shown that the available wireless information enables small inter-vehicle distances, while maintaining string stable behavior.
Abstract: The design of a CACC system and corresponding experiments are presented. The design targets string stable system behavior, which is assessed using a frequency-domain-based approach. Following this approach, it is shown that the available wireless information enables small inter-vehicle distances, while maintaining string stable behavior. The theoretical results are validated by experiments with two CACC-equipped vehicles. Measurement results showing string stable as well as string unstable behavior are discussed.

114 citations

Proceedings ArticleDOI
02 Jun 1993
TL;DR: In this article, a general approach for modeling structured real-valued parametric perturbations is presented, based on a decomposition of perturbation into linear fractional transformations (LFTs).
Abstract: In this paper a general approach for modelling structured real-valued parametric perturbations is presented. It is based on a decomposition of perturbations into linear fractional transformations (LFTs), and is applicable to rational multi-dimensional (ND) polynomial perturbations of entries in state-space models. Model reduction is used to reduce the size of the uncertainty structure. The procedure will be applied for the uncertainty modelling of an aircraft model depending on altitude and velocity (flight envelope).

108 citations


Cited by
More filters
Book
05 Oct 1997
TL;DR: In this article, the authors introduce linear algebraic Riccati Equations and linear systems with Ha spaces and balance model reduction, and Ha Loop Shaping, and Controller Reduction.
Abstract: 1. Introduction. 2. Linear Algebra. 3. Linear Systems. 4. H2 and Ha Spaces. 5. Internal Stability. 6. Performance Specifications and Limitations. 7. Balanced Model Reduction. 8. Uncertainty and Robustness. 9. Linear Fractional Transformation. 10. m and m- Synthesis. 11. Controller Parameterization. 12. Algebraic Riccati Equations. 13. H2 Optimal Control. 14. Ha Control. 15. Controller Reduction. 16. Ha Loop Shaping. 17. Gap Metric and ...u- Gap Metric. 18. Miscellaneous Topics. Bibliography. Index.

3,471 citations

Journal ArticleDOI
TL;DR: In this paper, a review of electrical energy storage technologies for stationary applications is presented, with particular attention paid to pumped hydroelectric storage, compressed air energy storage, battery, flow battery, fuel cell, solar fuel, superconducting magnetic energy storage and thermal energy storage.
Abstract: Electrical energy storage technologies for stationary applications are reviewed. Particular attention is paid to pumped hydroelectric storage, compressed air energy storage, battery, flow battery, fuel cell, solar fuel, superconducting magnetic energy storage, flywheel, capacitor/supercapacitor, and thermal energy storage. Comparison is made among these technologies in terms of technical characteristics, applications and deployment status.

3,031 citations

Journal ArticleDOI
TL;DR: Though beginning its third decade of active research, the field of ILC shows no sign of slowing down and includes many results and learning algorithms beyond the scope of this survey.
Abstract: This article surveyed the major results in iterative learning control (ILC) analysis and design over the past two decades. Problems in stability, performance, learning transient behavior, and robustness were discussed along with four design techniques that have emerged as among the most popular. The content of this survey was selected to provide the reader with a broad perspective of the important ideas, potential, and limitations of ILC. Indeed, the maturing field of ILC includes many results and learning algorithms beyond the scope of this survey. Though beginning its third decade of active research, the field of ILC shows no sign of slowing down.

2,645 citations

Proceedings ArticleDOI
27 Jun 2016
TL;DR: This work proposes an LSTM model which can learn general human movement and predict their future trajectories and outperforms state-of-the-art methods on some of these datasets.
Abstract: Pedestrians follow different trajectories to avoid obstacles and accommodate fellow pedestrians. Any autonomous vehicle navigating such a scene should be able to foresee the future positions of pedestrians and accordingly adjust its path to avoid collisions. This problem of trajectory prediction can be viewed as a sequence generation task, where we are interested in predicting the future trajectory of people based on their past positions. Following the recent success of Recurrent Neural Network (RNN) models for sequence prediction tasks, we propose an LSTM model which can learn general human movement and predict their future trajectories. This is in contrast to traditional approaches which use hand-crafted functions such as Social forces. We demonstrate the performance of our method on several public datasets. Our model outperforms state-of-the-art methods on some of these datasets. We also analyze the trajectories predicted by our model to demonstrate the motion behaviour learned by our model.

2,587 citations

Journal ArticleDOI
TL;DR: This article attempts to strengthen the links between the two research communities by providing a survey of work in reinforcement learning for behavior generation in robots by highlighting both key challenges in robot reinforcement learning as well as notable successes.
Abstract: Reinforcement learning offers to robotics a framework and set of tools for the design of sophisticated and hard-to-engineer behaviors. Conversely, the challenges of robotic problems provide both inspiration, impact, and validation for developments in reinforcement learning. The relationship between disciplines has sufficient promise to be likened to that between physics and mathematics. In this article, we attempt to strengthen the links between the two research communities by providing a survey of work in reinforcement learning for behavior generation in robots. We highlight both key challenges in robot reinforcement learning as well as notable successes. We discuss how contributions tamed the complexity of the domain and study the role of algorithms, representations, and prior knowledge in achieving these successes. As a result, a particular focus of our paper lies on the choice between model-based and model-free as well as between value-function-based and policy-search methods. By analyzing a simple problem in some detail we demonstrate how reinforcement learning approaches may be profitably applied, and we note throughout open questions and the tremendous potential for future research.

2,391 citations