I'm looking for a good reference for Kalman Filter, especially the ensemble Kalman filter, with some intuitions in addition to math. I need Kalman filter for the purpose of tacking a wireless channel.
I would recommend the old book by Gelb (see the first link below). It contains very useful intuitive considerations and engineering examples, though it does not cover some modern topics in optimal filtering.
A more modern survey is given by Simon (see the second link below). This book is wider in its scope but not so deep at the intuitive level of understanding.
As for me, I studied optimal filtering with applications to navigation using the book by Salychev (see the third link below). It is very controversial but thought-provoking.
I think this book can help you a lot. This book even contains exercises and solutions. Using Jupyter Notebook you can also practice Python coding while reading.
Optimal Filtering, by Anderson and Moore is old, but excellent. It doesn't describe the 'ensemble KF', but starts from first principles. You'll have a clear mathematical foundation from this book.
At Amazon: http://www.amazon.com/Optimal-Filtering-Dover-Electrical-Engineering/dp/0486439380
I found following book very useful in understanding the crux of Kalman filtering with intuitions.
“Fundamentals of Kalman Filtering—A Practical Approach By Paul Zarchan”
In this Book you can find a number of, detailed, real-world examples, elucidating the methodologies in which Kalman filters can be designed and implemented.
From the point of view of theoretical background and practical application I can recommend the following book: M.S. Grewal, A.P. Andrews. Kalman Filtering. Theory and Practice. Prentice Hall, 1993, 381 p.
I do recommend three book by my preference and very intuition that they would give you.
1. The very old book of Gelb "Applied Optimal Estimation" which is the very reference I go back to in case i want something concrete.
2. "Optimal Filtering", by Anderson and Moore is also a great book and you should consider reading it.
3. If you want to read a new book which also has a touch on programming you could take a look at "Optimal State Estimation: Kalman, H Infinity, and Nonlinear Approaches" by Dan Simon, where he also goes further by introducing some of the nonlinear approaches for nonlinear systems.
Hi, I hope that you've found some good KF references by now. I'd also go with Anderson and Moore as informative and affordable classic. Furthermore, you can find an introduction to the ensemble KF for researchers with a signal processing background on my profile.