Scilab 5.4.1
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
Calling Sequence
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 | system >> |