#kalman-filter #kalman #filter #signal-processing

no-std kalmanfilt

Kalman and other filters from Kalman-and-Bayesian-Filters-in-Python

6 releases

0.3.0 Nov 16, 2024
0.2.6 Oct 22, 2024
0.2.4 Mar 4, 2024
0.2.2 Nov 8, 2023

#396 in Algorithms

Download history 589/week @ 2024-09-27 398/week @ 2024-10-04 261/week @ 2024-10-11 555/week @ 2024-10-18 435/week @ 2024-10-25 646/week @ 2024-11-01 639/week @ 2024-11-08 756/week @ 2024-11-15 943/week @ 2024-11-22 1198/week @ 2024-11-29 927/week @ 2024-12-06 687/week @ 2024-12-13 710/week @ 2024-12-20 662/week @ 2024-12-27 1268/week @ 2025-01-03 568/week @ 2025-01-10

3,321 downloads per month
Used in 5 crates (via sci-rs)

MIT license

46KB
921 lines

kalman-filter-rs - Kalman filters and other optimal and non-optimal estimation filters in Rust.

kalman-filter-rs is a port of the filterpy library and aims to provide Kalman filtering and optimal estimation for Rust.

To learn more about Kalman filters check out Roger R Labbe Jr.'s awesome book Kalman-and-Bayesian-Filters-in-Python.


lib.rs:

filter-rs

filter-rs is a port of the filterpy library. This library is a work in progress. To learn more about Kalman filters check out Roger R Labbe Jr.'s awesome book Kalman-and-Bayesian-Filters-in-Python

Dependencies

~3MB
~65K SLoC