MATLAB CONTROL SYSTEM TOOLBOX 9 Specifikace Strana 464

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 591
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 463
lqry
16-124
16lqry
Purpose Linear-quadratic (LQ) state-feedback regulator with output weighting
Syntax [K,S,e] = lqry(sys,Q,R)
[K,S,e] = lqry(sys,Q,R,N)
Description Given the plant
or its discrete-time counterpart,
lqry designs a state-feedback control
that minimizes the quadratic cost function with output weighting
(or its discrete-time counterpart). The function
lqry is equivalent to lqr or
dlqr with weighting matrices:
[K,S,e] = lqry(sys,Q,R,N) returns the optimal gain matrix K, the Riccati
solution
S, and the closed-loop eigenvalues e = eig(A-B*K). The state-space
model
sys specifies the continuous- or discrete-time plant data .
The default value
N=0 is assumed when N is omitted.
Example See LQG Design for the x-Axis for an example.
Limitations The data must satisfy the requirements for lqr or dlqr.
See Also lqr State-feedback LQ regulator for continuous plant
dlqr State-feedback LQ regulator for discrete plant
kalman Kalman estimator design
lqgreg Form LQG regulator
x
·
Ax Bu+=
yCxDu+=
uKx=
Ju
()
y
T
Qy u
T
Ru 2y
T
Nu++
()
td
0
ò
=
QN
N
T
R
C
T
0
D
T
I
QN
N
T
R
CD
0 I
=
ABCD
,,,()
ABQRN
,,,,
Zobrazit stránku 463
1 2 ... 459 460 461 462 463 464 465 466 467 468 469 ... 590 591

Komentáře k této Příručce

Žádné komentáře