#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

#400 in Algorithms

Download history 1535/week @ 2024-09-07 632/week @ 2024-09-14 1146/week @ 2024-09-21 540/week @ 2024-09-28 389/week @ 2024-10-05 236/week @ 2024-10-12 616/week @ 2024-10-19 451/week @ 2024-10-26 601/week @ 2024-11-02 669/week @ 2024-11-09 732/week @ 2024-11-16 1035/week @ 2024-11-23 1083/week @ 2024-11-30 984/week @ 2024-12-07 726/week @ 2024-12-14 698/week @ 2024-12-21

3,651 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