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

no-std kalmanfilt

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

3 releases

0.2.4 Mar 4, 2024
0.2.3 Mar 4, 2024
0.2.2 Nov 8, 2023

#724 in Algorithms

Download history 5/week @ 2024-02-01 24/week @ 2024-02-08 24/week @ 2024-02-15 48/week @ 2024-02-22 252/week @ 2024-02-29 135/week @ 2024-03-07 26/week @ 2024-03-14 15/week @ 2024-03-21 56/week @ 2024-03-28 40/week @ 2024-04-04 20/week @ 2024-04-11 18/week @ 2024-04-18 89/week @ 2024-04-25 336/week @ 2024-05-02 219/week @ 2024-05-09 174/week @ 2024-05-16

823 downloads per month
Used in sci-rs

MIT license

40KB
792 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