MATLAB CONTROL SYSTEM TOOLBOX 9 Podręcznik Użytkownika Strona 466

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 649
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 465
feedback
11-76
Example 2
Consider a state-space plant P with five inp uts and four outputs and a
state-spacefeedbackcontroller
K with threeinputsandtwo outputs.T o connect
outputs 1, 3, and 4 of the plant to the controller i nputs, and the controller
outputs to inputs 4 and 2 of the plant, use
feedin = [4 2];
feedout = [1 3 4];
Cloop = feedback(P,K,feedin,feedout)
Example 3
You can form the following negative-feedback loops
by
Cloop = feedback(G,1) % left diagram
Cloop = feedback(1,G) % right diagram
Limitations The feedback connection should be free of algebraic loop. If and are the
feedthrough m atrices of
sys1 and sys2, this condition is equivalent to:
nonsingular when using negative feedback
nonsingular when using positive feedback.
See Also star Star product of LTI systems (LFT connection)
series Series connection
parallel Paral lel connection
connect Derive state-space model for block diagram
interconnection
G
G
D
1
D
2
ID
1
D
2
+
ID
1
D
2
Przeglądanie stron 465
1 2 ... 461 462 463 464 465 466 467 468 469 470 471 ... 648 649

Komentarze do niniejszej Instrukcji

Brak uwag