#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

#406 in Algorithms

Download history 316/week @ 2024-10-09 467/week @ 2024-10-16 430/week @ 2024-10-23 631/week @ 2024-10-30 555/week @ 2024-11-06 789/week @ 2024-11-13 734/week @ 2024-11-20 1372/week @ 2024-11-27 861/week @ 2024-12-04 798/week @ 2024-12-11 733/week @ 2024-12-18 866/week @ 2024-12-25 872/week @ 2025-01-01 909/week @ 2025-01-08 534/week @ 2025-01-15 546/week @ 2025-01-22

2,999 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