简体   繁体   中英

Matlab kalman filter in python

is there a filter function of kalman in Python that works in the same way as the Kalman function of matlab?

[kest] = kalman(sys,Qn,Rn)

The idea is that the function receives as parameters a space of states and the respective weight matrices (it is to implement an LQR controller)

You can use the pyKalman library. See the sin example followed by the filter example .

It is not exactly like Matlab but it is easy enough to use.

I finally found the ovtave source code for the kalman filter and implemented it in python. Anyway, thank you very much

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM