Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.1 - 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 Scilab >> CACSD > h_inf_st

h_inf_st

static H_infinity problem

Calling Sequence

[Kopt,gamaopt]=h_inf_stat(D,r)

Arguments

D

real matrix

r

1x2 vector

Kopt

matrix

Description

computes a matrix Kopt such that largest singular value of:

lft(D,r,K)=D11+D12* K*inv(I-D22*K)* D21 is minimal (Static H_infinity four blocks problem).

D is partionned as D=[D11 D12; D21 D22] where size(D22)=r=[r1 r2]

Authors

F.D. ;

<< h_inf CACSD h_norm >>

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:
Thu Mar 03 11:00:07 CET 2011