Cantitate/Preț
Produs

A Kalman Filter Primer

Autor Randall L. Eubank
en Limba Engleză Paperback – 5 sep 2019
System state estimation in the presence of noise is critical for control systems, signal processing, and many other applications in a variety of fields. Developed decades ago, the Kalman filter remains an important, powerful tool for estimating the variables in a system in the presence of noise. However, when inundated with theory and vast notations, learning just how the Kalman filter works can be a daunting task. With its mathematically rigorous, “no frills” approach to the basic discrete-time Kalman filter, A Kalman Filter Primer builds a thorough understanding of the inner workings and basic concepts of Kalman filter recursions from first principles. Instead of the typical Bayesian perspective, the author develops the topic via least-squares and classical matrix methods using the Cholesky decomposition to distill the essence of the Kalman filter and reveal the motivations behind the choice of the initializing state vector. He supplies pseudo-code algorithms for the various recursions, enabling code development to implement the filter in practice. The book thoroughly studies the development of modern smoothing algorithms and methods for determining initial states, along with a comprehensive development of the “diffuse” Kalman filter.
Using a tiered presentation that builds on simple discussions to more complex and thorough treatments, A Kalman Filter Primer is the perfect introduction to quickly and effectively using the Kalman filter in practice.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 36814 lei  6-8 săpt.
  CRC Press – 5 sep 2019 36814 lei  6-8 săpt.
Hardback (1) 38072 lei  6-8 săpt.
  CRC Press – 29 noi 2005 38072 lei  6-8 săpt.

Preț: 36814 lei

Preț vechi: 47720 lei
-23% Nou

Puncte Express: 552

Preț estimativ în valută:
7046 7408$ 5861£

Carte tipărită la comandă

Livrare economică 27 decembrie 24 - 10 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780367391690
ISBN-10: 0367391694
Pagini: 200
Dimensiuni: 152 x 229 x 25 mm
Greutate: 0.45 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC

Public țintă

Professional Practice & Development

Cuprins

Signal-Plus-Noise Models. The Fundamental Covariance Structure. Recursions for L and L−1. Forward Recursions. Smoothing. Initialization. Normal Priors. A General State-Space Model. Appendix A: The Cholesky Decomposition. Appendix B: Notation Guide.

Descriere

This text provides a self-contained, "no frills," mathematically rigorous derivation from first principles of all basic Kalman filter recursions. This approach relies on a pared-down version of more general state-space models found most often in the literature. Such simplification saves notational complexity without sacrificing conceptual understanding. The rigor found in the book ensures a fundamental understanding of how the Kalman filter actually works, which builds confidence for those employing the filter in their research and writing code to implement it in practice. The author provides implementations of the Kalman filter in Java available for download from his Web site.