Scilab Function

dhinf - H_infinity design of discrete-time systems

Calling Sequence

[AK,BK,CK,DK,(RCOND)] = dishin(A,B,C,D,ncon,nmeas,gamma)

Parameters

Description

  • [AK,BK,CK,DK,(RCOND)] = dhinf(A,B,C,D,ncon,nmeas, gamma) To compute the matrices of an H-infinity (sub)optimal n-state controller
  •          | AK | BK |
         K = |----|----|,
             | CK | DK |
       

    for the discrete-time system

             | A  | B1  B2  |   | A | B |
         P = |----|---------| = |---|---|,
             | C1 | D11 D12 |   | C | D | 
             | C2 | D21 D22 |
       

    and for a given value of gamma, where B2 has column size of the number of control inputs (ncon) and C2 has row size of the number of measurements (nmeas) being provided to the controller.

    REFERENCES

    Examples

    See Also