Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
sskf
定常カルマンフィルタ
呼出し手順
[xe,pe]=sskf(y,f,h,q,r,x0)
パラメータ
- y
[y0,y1,...,yn]
,yk
からのデータ, 列ベクトル- f
システム行列の次元(NxN)
- h
観測行列の次元(MxN)
- q
ダイナミクスノイズ行列の次元(NxN)
- r
観測ノイズ行列の次元(MxM)
- x0
初期状態量の推定値
- xe
状態量の推定値
- pe
誤差共分散の定常値
説明
定常カルマンフィルタ
Report an issue | ||
<< srkf | filters | system >> |