Hacker News new | past | comments | ask | show | jobs | submit login
A Non-Mathematical Introduction to Kalman Filters for Programmers (praveshkoirala.com)
1 point by pkoird on June 19, 2023 | hide | past | favorite | 2 comments



> Indeed, if you had a sensor that you could guarantee never goes offline and measured what you wanted to know with an arbitrary degree of accuracy, there’d be no need for Kalman Filters at all.

Even then, there are cases where using a Kalman filter can be an improvement. Sensors have latency between when they measure things and when you receive the measurement (for example, a pressure sensor might average measurements over a few ms too report more stable readings). If that delay is large enough, you may be better off using a model to predict the sensor data than to wait for 100% reliable but (somewhat) outdated information.


That is true and well-spotted. Id be grateful for your thoughts about the entire material as well.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: