Awes0meE / Li ZhiyiXJTLU · Undergraduate
Back to notes / 返回笔记

2024-04-12

卡尔曼滤波推导与代码实现

Kalman Filter Practice

从估计问题、噪声测量和代码实现角度整理卡尔曼滤波。

EstimationKalman FilterPython

Working Goal / 目标

Use small examples and plotted signals to understand what the filter trusts, what it ignores, and how parameters change the result.

我会用尽量小的例子把状态估计过程跑通,再逐步接入真实传感器数据。