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

no-std kalmanfilt

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

6 releases

new 0.3.0 Nov 16, 2024
0.2.6 Oct 22, 2024
0.2.4 Mar 4, 2024
0.2.2 Nov 8, 2023

#348 in Algorithms

Download history 383/week @ 2024-07-29 815/week @ 2024-08-05 485/week @ 2024-08-12 451/week @ 2024-08-19 707/week @ 2024-08-26 722/week @ 2024-09-02 1533/week @ 2024-09-09 614/week @ 2024-09-16 1251/week @ 2024-09-23 430/week @ 2024-09-30 363/week @ 2024-10-07 245/week @ 2024-10-14 634/week @ 2024-10-21 564/week @ 2024-10-28 514/week @ 2024-11-04 807/week @ 2024-11-11

2,537 downloads per month
Used in 4 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