readme

来自「卡尔曼滤波」· 代码 · 共 25 行

TXT
25
字号
This program is offered as is.  It was written by Martin Murillo at
Idaho State University -  College of Engineering.

This program adds white noise to a system and filters it through a
standard Kalman filter.  The 'real' states, as well as the 'filtered'
states are calculated and graphed. 
This profram is useful to see the consequences of changing different
paramenters of a system (i.e., Q, Phi, initial conditions, etc)

Please keep this file with the program.
For examples and additional information point to:
http://riccati.isu.edu/kalman/kalman.html

Hints:
* Set your calculator to radians
* For reasonable approximation, set the decimal places to 4 (FIX)
* If you already have the covariance Q and/or the transition matrix, 
  intert them into "Q" and "PHI" just before running "SIM->"
* A reasonalbe "KMAX" is about 30
* The "PPAR" that comes with the program should be present at all times
* All parameters (i.e, F, G, etc) should be written in matrix form [[]]

Comments?
martin@riccati.isu.edu

⌨️ 快捷键说明

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