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

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

#461 in Algorithms

Download history 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 601/week @ 2025-01-10 486/week @ 2025-01-17 582/week @ 2025-01-24 890/week @ 2025-01-31 838/week @ 2025-02-07 867/week @ 2025-02-14 817/week @ 2025-02-21 984/week @ 2025-02-28 1077/week @ 2025-03-07 879/week @ 2025-03-14

3,924 downloads per month
Used in 6 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

~3.5MB
~72K SLoC