kalman.txt

来自「kalman估值器,为了简洁未使用矩阵计算,应用了kalman滤波,c语言实现」· 文本 代码 · 共 2 行

TXT
2
字号
The program implements a stochastic filter known as a Kalman Estimator for "Estimating a Constant " problem. The program implements a Kalman estimator for "Estimating a constant problem.". It simulates a measuring process where the measured data is corrupted by white gaussian noise. It uses no matrix manipulations to maintain simplicity. It ouputs the corrupt input and the filtered ouput into different files for plotting.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?