MATLAB CONTROL SYSTEM TOOLBOX 9 Especificaciones Pagina 444

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 591
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 443
inv
16-104
H * Hi
is the identity transfer function (static gain I).
Limitations Do not use inv to model feedback connections such as
While it seems reasonable to evaluate the corresponding closed-loop transfer
function as
inv(1+g*h) * g
this typically leads to nonminimal closed-loop models. For example,
g = zpk([],1,1)
h = tf([2 1],[1 0])
cloop = inv(1+g*h) * g
yields a third-order closed-loop model with an unstable pole-zero cancellation
at
s = 1.
cloop
Zero/pole/gain:
s (s-1)
-------------------
(s-1) (s^2 + s + 1)
Use feedback toavoidsuchpitfalls.
cloop = feedback(g,h)
Zero/pole/gain:
s
-------------
(s^2 + s + 1)
-
+
G
H
IGH+
()
1
G
Vista de pagina 443
1 2 ... 439 440 441 442 443 444 445 446 447 448 449 ... 590 591

Comentarios a estos manuales

Sin comentarios