MATLAB CONTROL SYSTEM TOOLBOX 9 User's Guide Page 463

  • Download
  • Add to my manuals
  • Print
  • Page
    / 649
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 462
feedback
11-73
11feedback
Purpose Feedback connection of two LTI models
Syntax sys = feedback(sys1,sys2)
sys = feedback(sys1,sys2,sign)
sys = feedback(sys1,sys2,feedin,feedout,sign)
Description sys = feedback(sys1,sys2) returns an LTI model sys for the negative
feedback interconnection.
The closed-loop model
sys has as input vector and as output vector. The
LTI models
sys1 and sys2 must be both continuous or both discrete with
identical sample times. Precedence rules are used to determine the resulting
model type (see “Precedence Rules” on page 2-5).
To apply positive feedback, use the syntax
sys = feedback(sys1,sys2,+1)
By default, feedback(sys1,sys2) assumes negative fee dback and is
equivalent t o
feedback(sys1,sys2,–1).
Finally,
sys = feedback(sys1,sys2,feedin,feedout)
sys1
sys2
+
u
y
u
y
Page view 462
1 2 ... 458 459 460 461 462 463 464 465 466 467 468 ... 648 649

Comments to this Manuals

No comments