Scilab 6.1.0
- Scilabヘルプ
- Signal Processing
- Filters
- How to design an elliptic filter
- analpf
- buttmag
- casc
- cheb1mag
- cheb2mag
- ell1mag
- eqfir
- eqiir
- faurre
- ffilt
- filt_sinc
- filter
- find_freq
- frmag
- fsfirlin
- group
- hilbert
- iir
- iirgroup
- iirlp
- kalm
- lev
- levin
- lindquist
- remez
- remezb
- srfaur
- srkf
- sskf
- syredi
- system
- trans
- wfir
- wfir_gui
- wiener
- wigner
- window
- yulewalk
- zpbutt
- zpch1
- zpch2
- zpell
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 = sskf(y,f,h,q,r,x0) [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 | syredi >> |