#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

#433 in Algorithms

Download history 514/week @ 2024-11-04 807/week @ 2024-11-11 598/week @ 2024-11-18 1245/week @ 2024-11-25 983/week @ 2024-12-02 868/week @ 2024-12-09 784/week @ 2024-12-16 904/week @ 2024-12-23 559/week @ 2024-12-30 1081/week @ 2025-01-06 672/week @ 2025-01-13 440/week @ 2025-01-20 518/week @ 2025-01-27 991/week @ 2025-02-03 881/week @ 2025-02-10 139/week @ 2025-02-17

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