Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.3 - English

Change language to:
Français - 日本語 - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Signal Processing > sskf

sskf

steady-state Kalman filter

Calling Sequence

[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

Authors

C. B.

<< srkf Signal Processing syredi >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:09:56 CEST 2011