Scilab 6.0.1
- Scilab Help
- Signal Processing
- Filters
- analpf
- buttmag
- casc
- cheb1mag
- cheb2mag
- convol
- 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
steady-state Kalman filter
Syntax
xe = sskf(y,f,h,q,r,x0) [xe, pe]=sskf(y,f,h,q,r,x0)
Arguments
- y
data in form
[y0,y1,...,yn]
,yk
a column vector- f
system matrix dim(NxN)
- h
observations matrix dim(MxN)
- q
dynamics noise matrix dim(NxN)
- r
observations noise matrix dim(MxM)
- x0
initial state estimate
- xe
estimated state
- pe
steady-state error covariance
Description
steady-state Kalman filter
Examples
Report an issue | ||
<< srkf | Filters | syredi >> |