Kalman Filtering Falling Objects
2025-01-04
In this blog we will track a falling object using a Kalman filter. Our goal will
be to create a simulation of a falling object, and filter that with the Kalman
filter. We'll plot the residuals and see how well we can reconstruct the original
signal from the noisey signal. We'll code this in Rust, which is a great choic