Theory and Practice of Recursive Identification
✍ Scribed by Lennart Ljung, Torsten Sderstrm
- Publisher
- MIT Press (MA)
- Year
- 1987
- Tongue
- English
- Leaves
- 541
- Category
- Library
No coin nor oath required. For personal study only.
✦ Synopsis
Methods of recursive identification deal with the problem of building mathematical models of signals and systems on-line, at the same time as data is being collected. Such methods, which are also known as adaptive algorithms or sequential parameter estimation methods, may be applied to a wide spectrum of online adaptive systems, such as devices for signal processing, prediction, or control and are useful for modeling systems in general. For example, they can be used to analyze the demand for power on an electric generating grid and help the grid adjust to continually changing power needs, or applied to the changing conditions of a papermaking plant, or to monitoring pollution in a river.This book provides a comprehensive and systematic framework for developing, describing, and analyzing such recursive algorithms. It has been carefully designed and organized to meet the needs of readers with different objectives. With a myriad of algorithms now in use, it provides a simple and coherent frame of reference for understanding the subject and will serve as a guide to the large number of choices made available by the advent of inexpensive, powerful digital processors.Readers primarily interested in theory will find a detailed development of convergence analysis and asymptotic distribution results. For graduate students it is a basic introduction to the subject. And for engineers interested in practical applications, the book's earlier theory-oriented chapters are equipped with "user's summaries" that provide direct access to the discussion of practical aspects developed in the final three chapters on implementation and applications.The authors are both affiliated with Swedish universities. Lennart Ljung is Professor and Head of the Electrical Engineering Department at Linkoping University, and Torsten Söderström is Professor in the Department of Automatic Control and Systems Analysis at Uppsala University. Their book is fifth in The MIT Press Signal Processing, Optimization, and Control Series, edited by Alan S. Willsky.
✦ Subjects
Автоматизация;Теория автоматического управления (ТАУ);Книги на иностранных языках;
📜 SIMILAR VOLUMES
<p>''Forensic Facial Identification'' discusses the latest scientific and technical advancements in the field and their implications for practice in psychology, criminology, and law. <p> Provides an up-to-date set of best practices for forensic facial identification Reviews current procedures for di
This book provides a comprehensive overview of both the theoretical underpinnings and the practical application of aircraft modeling based on experimental data - also known as aircraft system identification. Much of the material presented comes from the authors' own extensive research and teaching a
Recursive Identification and Parameter Estimation describes a recursive approach to solving system identification and parameter estimation problems arising from diverse areas. Supplying rigorous theoretical analysis, it presents the material and proposed algorithms in a manner that makes it easy to
An accessible yet rigorous crash course on recursive programming using Python and JavaScript examples. Recursion has an intimidating reputation: it’s considered to be an advanced computer science topic frequently brought up in coding interviews. But there’s nothing magical about recursion. The