#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 559/week @ 2024-10-29 544/week @ 2024-11-05 822/week @ 2024-11-12 633/week @ 2024-11-19 1277/week @ 2024-11-26 997/week @ 2024-12-03 808/week @ 2024-12-10 736/week @ 2024-12-17 871/week @ 2024-12-24 733/week @ 2024-12-31 954/week @ 2025-01-07 754/week @ 2025-01-14 441/week @ 2025-01-21 554/week @ 2025-01-28 891/week @ 2025-02-04 926/week @ 2025-02-11

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

~3.5MB
~72K SLoC