Difference between revisions of "Transfer Functions"
(→Chapter Summary) |
|||
Line 30: | Line 30: | ||
This chapter introduces the concept of a transfer functon for a linear input/output system. | This chapter introduces the concept of a transfer functon for a linear input/output system. | ||
− | |||
<ol> | <ol> | ||
− | <li> <p>The ''exponential signal'' | + | <li><p>The ''frequency response'' of a linear system |
− | </p> | + | <center><amsmath> |
+ | \aligned | ||
+ | \dot x &= A x + B u \\ | ||
+ | y &= C x + D u | ||
+ | \endaligned | ||
+ | </amsmath></center> | ||
+ | is the response of the system to a sinusoidal input at a given frequency. Due to linearity, the response of a system to a more complicated input can be constructed by decomposing the input into the sum of sines and cosines | ||
+ | <center><amsmath> | ||
+ | u(t) = \sum_{k=1}^{\infty} a_k \sin (k \omega t) + b_k \cos (k\omega t). | ||
+ | </amsmath></center> | ||
+ | (The frequency response is described in {{chlink|Linear Systems}}). | ||
+ | </p></li> | ||
+ | |||
+ | <li> <p>More, generally an ''exponential signal'' is given by | ||
+ | <center><amsmath> | ||
+ | e^{(\sigma+j\omega)t} = e^{\sigma t} e^{j\omega t} = | ||
+ | e^{\sigma t} (\cos{\omega t} + j\sin{\omega t}), | ||
+ | </amsmath></center> | ||
+ | where <math>\sigma < 0</math> gives the decay rate of the signal and <math>\omega</math> is the oscillation frequency of the signal. The response to an exponential signal is given by | ||
+ | <center><amsmath> | ||
+ | y(t) = Ce^{At} \Bigl( x(0)-(sI-A)^{-1} B \Bigr) + | ||
+ | \Bigl( C (sI-A)^{-1} B + D \Bigr) e^{st}, | ||
+ | </amsmath></center> | ||
+ | </p></li> | ||
+ | |||
+ | <li><p>The ''transfer function'' for a linear system is given by | ||
+ | <center><amsmath> | ||
+ | G_{yu}(s) = C (sI-A)^{-1} B + D. | ||
+ | </amsmath></center> | ||
+ | The transfer function represents the steady state response of the system to an exponential input. The transfer function is independent of the choice of coordinates for the state space. | ||
+ | </p></li> | ||
+ | |||
+ | <li><p>The transfer function for a linear differential equation of the form | ||
+ | <center><amsmath> | ||
+ | \frac{d^ny}{dt^n}+a_1\frac{d^{n-1}y}{dt^{n-1}}+\cdots+ | ||
+ | a_ny=b_0\frac{d^{m}u}{dt^{m}}+b_1\frac{d^{m-1}u}{dt^{m-1}}+\cdots+ b_mu, | ||
+ | </amsmath></center> | ||
+ | is given by | ||
+ | <center><amsmath> | ||
+ | G(s)=\frac{b(s)}{a(s)}, | ||
+ | </amsmath></center> | ||
+ | where | ||
+ | <center><amsmath> | ||
+ | \begin{aligned} | ||
+ | a(s) &= s^n + a_1 s^{n-1} + \cdots + a_{n-1} s + a_n\\ | ||
+ | b(s) &= b_0 s^{m} + b_1 s^{m-1} + \cdots + b_{m-1} s + b_m. | ||
+ | \end{aligned} | ||
+ | </amsmath></center> | ||
+ | </p></li> | ||
+ | |||
+ | <li><p>The ''zero frequency gain'' of a system is given by the magnitude of the transfer function at <math>s = 0</math>. It represents the ratio of the steady state value of the output with respect to a step input. For a transfer function of the form <math>G(s) = b(s)/a(s)</math>, the roots of the polynomial <math>a(s)</math> are called the ''poles'' of the system and the roots of the polynomial <math>b(s)</math> are called the ''zeros'' of the system. A pole <math>p</math> is also called a ''mode'' of the system. The poles correspond to the eigenvalues of the dynamics matrix <math>A</math> and determine the stability of the system. The zeros of a transfer function correspond to exponential signals whose transmission is blocked by the system.</p></li> | ||
+ | |||
+ | <li><p>Block diagrams that consist of transfer functions can be manipulated using ''block diagram algebra''. The following table gives the transfer functions for some common interconnections of linear systems | ||
+ | {| | ||
+ | |- | ||
+ | | [[Image:xferfcns_serial.png]] | ||
+ | | [[Image:xferfcns_parallel.png]] | ||
+ | | [[Image:xferfcns_feedback.png]] | ||
+ | |- | ||
+ | | Series: <math>H_{yu} = G_2 G_1</math> | ||
+ | | Parallel: <math>H_{yu} = G_1+ G_2 </math> | ||
+ | | Feedback: <math>H_{yu} = \frac{G_1}{1 + G_1 G_2</math> | ||
+ | |} | ||
+ | </p></li> | ||
+ | |||
+ | <li><p>A ''Bode plot'' is a plot of the magnitude and phase of the frequency response: | ||
+ | <center>[[Image:xferfcns_bode.png]]</center> | ||
+ | The top plot is the gain curve; the frequency and magnitude are both plotted using a logarithmic scale. The bottom plot is the phase curve and uses a log-linear scale. The dashed lines show straight line approximations of the gain curve and the corresponding phase curve. | ||
+ | </p></li> | ||
+ | |||
+ | <li><p>The transfer function for a system can be determined from experiments by measuring the frequency response and fitting a transfer function to the data. Formally, the transfer function corresponds to the ratio of the Laplace transforms of the output to the input.</p></li> | ||
</ol> | </ol> | ||
− | |||
== Exercises == | == Exercises == |
Revision as of 18:42, 4 November 2006
Prev: Output Feedback | Chapter 8 - Transfer Functions | Next: Loop Analysis |
This chapter introduces the concept of the transfer function, which is a compact description of the input-output relation for a linear system. Combining transfer functions with block diagrams gives a powerful method of dealing with complex systems. The relationship between transfer functions and other system descriptions of dynamics is also discussed.
Textbook ContentsTransfer Functions (pdf, 16Sep06)
|
Lecture MaterialsSupplemental Information
|
Chapter Summary
This chapter introduces the concept of a transfer functon for a linear input/output system.
The frequency response of a linear system
is the response of the system to a sinusoidal input at a given frequency. Due to linearity, the response of a system to a more complicated input can be constructed by decomposing the input into the sum of sines and cosines
(The frequency response is described in Chapter 5 - Linear Systems).
-
More, generally an exponential signal is given by
where
gives the decay rate of the signal and
is the oscillation frequency of the signal. The response to an exponential signal is given by
The transfer function for a linear system is given by
The transfer function represents the steady state response of the system to an exponential input. The transfer function is independent of the choice of coordinates for the state space.
The transfer function for a linear differential equation of the form
is given by
where
The zero frequency gain of a system is given by the magnitude of the transfer function at
. It represents the ratio of the steady state value of the output with respect to a step input. For a transfer function of the form
, the roots of the polynomial
are called the poles of the system and the roots of the polynomial
are called the zeros of the system. A pole
is also called a mode of the system. The poles correspond to the eigenvalues of the dynamics matrix
and determine the stability of the system. The zeros of a transfer function correspond to exponential signals whose transmission is blocked by the system.
Block diagrams that consist of transfer functions can be manipulated using block diagram algebra. The following table gives the transfer functions for some common interconnections of linear systems
Series: Parallel: Feedback: Failed to parse (unknown error): A Bode plot is a plot of the magnitude and phase of the frequency response:
The top plot is the gain curve; the frequency and magnitude are both plotted using a logarithmic scale. The bottom plot is the phase curve and uses a log-linear scale. The dashed lines show straight line approximations of the gain curve and the corresponding phase curve.
The transfer function for a system can be determined from experiments by measuring the frequency response and fitting a transfer function to the data. Formally, the transfer function corresponds to the ratio of the Laplace transforms of the output to the input.
Exercises
Frequently Asked Questions