#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

#5 in #kalman

Download history 6/week @ 2024-01-17 4/week @ 2024-01-24 6/week @ 2024-01-31 25/week @ 2024-02-07 20/week @ 2024-02-14 41/week @ 2024-02-21 249/week @ 2024-02-28 144/week @ 2024-03-06 29/week @ 2024-03-13 16/week @ 2024-03-20 33/week @ 2024-03-27 62/week @ 2024-04-03 19/week @ 2024-04-10 17/week @ 2024-04-17 38/week @ 2024-04-24 296/week @ 2024-05-01

371 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