Closed-loop transfer function: Difference between revisions

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile web edit
Adiastra (talk | contribs)
m minor grammar edits, updated internal link
 
(One intermediate revision by one other user not shown)
Line 1:
{{short description|Function describing the effects of feedback on a control system}}[
 
In [[control theory]], a '''closed-loop transfer function''' is a [[mathematical function]] describing the net result of the effects of a [[feedback control loop]] on the input [[signal (information theory)|signal]] to the [[plant (control theory)|plant]] under control.[closed]
 
== Overview ==
The closed-loop [[transfer function]] is measured at the output. The output signal can be calculated from the closed-loop transfer function and the input signal. Signals may be [[waveform|waveforms]], [[image|images]], or other types of [[data stream|data streams]].
 
An example of a closed-loop block diagram, from which a transfer function may be computed, is shown below:
 
[[Image:Closed Loop Block Deriv.png]]
Line 14:
: <math>\dfrac{Y(s)}{X(s)} = \dfrac{G(s)}{1 + G(s) H(s)}</math>
 
<math>G(s) </math> is called the [[Feedforward#ControlFeed forward (control)|feedforwardfeed forward]] transfer function, <math>H(s) </math> is called the [[Feedback#Control theory|feedback]] transfer function, and their product <math>G(s)H(s) </math> is called the '''open-loop transfer function'''.
 
==Derivation==