You are on page 1of 46

Transfer Functions

This operation can be performed using thisMATLAB command: tf

A Transfer Function is the ratio of the output of a system to the input of a system, in the Laplace domain considering its initial conditions to be zero. If we have an input function ofX(s), and an output function Y(s), we define the transfer function H(s) to be:

[Transfer Function]

Readers who have read the Circuit Theory book will recognize the transfer function as being the Laplace transform of a circuit's impulse response.

[edit]Impulse

Response

Note:: Time domain variables are generally written with lower-case letters. Laplace-Domain, and other transform domain variables are generally written using upper-case letters. For comparison, we will consider the time-domain equivalent to the above input/output relationship. In the time domain, we generally denote the input to a system as x(t), and the output of the system as y(t). The relationship between the input and the output is denoted as the impulse response, h(t). We define the impulse response as being the relationship between the system output to its input. We can use the following equation to define the impulse response:

[edit]Impulse

Function

It would be handy at this point to define precisely what an "impulse" is. The Impulse Function, denoted with (t) is a special function defined piece-wise as follows:

[Impulse Function]

The impulse function is also known as the delta function because it's denoted with the Greek lower-case letter . The delta function is typically graphed as an arrow towards infinity, as shown below:

It is drawn as an arrow because it is difficult to show a single point at infinity in any other graphing method. Notice how the arrow only exists at location 0, and does not exist for any other time t. The delta function works with regular time shifts just like any other function. For instance, we can graph the function (t - N) by shifting the function (t) to the right, as such:

An examination of the impulse function will show that it is related to the unit-step function as follows:

and

The impulse function is not defined at point t = 0, but the impulse response must always satisfy the following condition, or else it is not a true impulse function:

The response of a system to an impulse input is called the impulse response. Now, to get the Laplace Transform of the impulse function, we take the derivative of the unit step function, which means we multiply the transform of the unit step function by s:

This result can be verified in the transform tables in The Appendix. [edit]Step

Response

This operation can be performed using thisMATLAB command: step

Similarly to the impulse response, the step response of a system is the output of the system when a unit step function is used as the input. The step response is a common analysis tool used to determine certain metrics about a system. Typically, when a new system is designed, the step response of the system is the first characteristic of the system to be analyzed. [edit]Convolution
This operation can be performed using thisMATLAB command: conv

However, the impulse response cannot be used to find the system output from the system input in the same manner as the transfer function. If we have the system input and the impulse response of the system, we can calculate the system output using the convolution operation as such: y(t) = h(t) * x(t) Remember: an asterisk meansconvolution, not multiplication! Where " * " (asterisk) denotes the convolution operation. Convolution is a complicated combination of multiplication, integration and time-shifting. We can define the convolution between two functions, a(t) and b(t) as the following:

[Convolution]

(The variable (Greek tau) is a dummy variable for integration). This operation can be difficult to perform. Therefore, many people prefer to use the Laplace Transform (or another transform) to convert the convolution operation into a multiplication operation, through the Convolution Theorem. [edit]Time-Invariant

System

Response
If the system in question is time-invariant, then the general description of the system can be replaced by a convolution integral of the system's impulse response and the system input. We can call this the convolution description of a system, and define it below:

[Convolution Description]

[edit]Convolution

Theorem

This method of solving for the output of a system is quite tedious, and in fact it can waste a large amount of time if you want to solve a system for a variety of input signals. Luckily, the Laplace transform has a special property, called the Convolution Theorem, that makes the operation of convolution easier: Convolution Theorem Convolution in the time domain becomes multiplication in the complex Laplace domain. Multiplication in the time domain becomes convolution in the complex Laplace domain. The Convolution Theorem can be expressed using the following equations:

[Convolution Theorem]

This also serves as a good example of the property of Duality. [edit]Using

the Transfer Function


The Transfer Function fully describes a control system. The Order, Type and Frequency response can all be taken from this specific function. Nyquist and Bode plots can be drawn from the open loop Transfer Function. These plots show the stability of the system

when the loop is closed. Using the denominator of the transfer function, called the characteristic equation the roots of the system can be derived. For all these reasons and more, the Transfer function is an important aspect of classical control systems. Let's start out with the definition: Transfer Function The Transfer function of a system is the relationship of the system's output to its input, represented in the complex Laplace domain. If the complex Laplace variable is s, then we generally denote the transfer function of a system as either G(s) or H(s). If the system input isX(s), and the system output is Y(s), then the transfer function can be defined as such:

If we know the input to a given system, and we have the transfer function of the system, we can solve for the system output by multiplying:

[Transfer Function Description]

Y(s) = H(s)X(s) [edit]Exam

ple: Impulse Respons e


From a Laplace transfor m table, we know that the Laplace transfor m of the impulse function, (t) is:

So, wh en we plu g thi s res ult int o our

rel ati on shi p bet we en the inp ut, out put , an d tra nsf er fun cti on, we get : Y(s) = X(s)H(s) Y(s) = (1)H(s) Y(s) = H(s) I n o t h e

r w o r d s , t h e " i m p u l s e r e s p o n s e " i s t

h e o u t p u t o f t h e s y s t e m w h e n w e i n p u

t a n i m p u l s e f u n c t i o n . [ e d i t ]

E x a m p l e : S

t e p R e s p o n s e
F r o m t h e L a p l a c e T r a n s f o r

m t a b l e , w e c a n a l s o s e e t h a t t h e t r

a n s f o r m o f t h e u n i t s t e p f u n c t i o n , u

( t ) i s g i v e n b y :

Y(s) = X(s)H(s)

s = j

The frequency response of a system is the relationship of the system's output to its input, represented in the Fourier Domain.

You might also like