Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.0 - Français

Change language to:
English - 日本語 - 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

Aide de Scilab >> Systèmes de Contrôle - CACSD > Conception Système > Linéaire Quadratique > gfare

gfare

Continuous time filter Riccati equation

Syntax

[Z,H]=gfare(Sl)

Arguments

Sl

a continuous time linear dynamical system in state-space representation

Z

symmetric matrix

H

real matrix

Description

Generalized Filter Algebraic Riccati Equation (GFARE). Z = solution, H = gain.

The GFARE for Sl=[A,B,C,D] is:

(A-B*D'*Ri*C)*Z+Z*(A-B*D'*Ri*C)'-Z*C'*Ri*C*Z+B*Si*B'=0

where S=(eye()+D'*D), Si=inv(S), R=(eye()+D*D'), Ri=inv(R) and H=-(B*D'+Z*C')*Ri is such that A+H*C is stable.

See also

  • gcare — Continuous time control Riccati equation

History

VersionDescription
5.4.0 Sl is now checked for continuous time linear dynamical system. This modification has been introduced by this commit
Report an issue
<< gcare Linéaire Quadratique leqr >>

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:
Tue Feb 14 15:06:33 CET 2017