Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

USB3, I2C, SPI£1.50

Moivre Formula (Mathematics)£3.13

laplace transform£12.50

Python Notes For Beginers£7.75

Python Detailed Notes For Beginer£7.75

Introduction to Programmable Controllers£3.75

Program design£0.50

Basic electrical engineering £18.75

introduction to electronics£1.50

PLC FBs-24MA LAB QUIZ£3.75

Transformers£2.50

Economic Operation of Power System: Distribution offload between units within a plant, Transmission losses as function of plant generation, Calculation of loss coefficients, Distribution of loads between plants with special reference to steam and hydel pl£3.74

MATLAB instruction for making a GUI£1.50

ELECTRICITY AND MAGNETISM LECTURE NOTES£2.50

Harmonic Ocillators£2.50

ELECTRODYNAMOMETER£3.13

Lines Constants: Resistance, inductance and capacitance of single and three phase lines with symmetrical and unsymmetrical spacing transposition, charging current, skin effect and proximity effect, Performance of transmission Lines: Analysis of short, med£6.24

Python- Lists and Tuples£0.50

Total£83.48

Title: Transfer Functions
Description: In these notes i have discussed about the Basic of Transfer functions with examples, Zeroes and poles of transfer function with examples solved, Transfer funtions of closed loop systems with solved examples.

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


Introduction to Transfer Function
The Transfer Function
The transfer function is an essential parameter for an LTI system, like the impulse response
...
If we define the transfer function for an arbitrary system, the initial
conditions must be zero
...
The transfer functions can be defined as the ratio of Laplace transform of output to
the Laplace transform of input when all initial conditions are assumed to be zero
...
But if the system is an LDI system, and we are asked to calculate the
impulse response, we can calculate the impulse response of the system and HS
...

The transfer function is the Laplace transform of the output to the Laplace transform of the input
...

Transfer Function Formula
The transfer function of this system is given as H(s) = 1 / [(s+1) * (s+2)]
Summary
In summary, the transfer function is a crucial parameter for LTI systems
...
We will
present more problems on the transfer function in upcoming lectures
...
It describes how a system's output responds to changes in its input, and is often used in
control systems and signal processing
...
The transfer function can also be represented in the frequency domain
as a ratio of complex numbers, which provides information about the system's frequency response
...
The transfer function of a first-order low-pass filter is given by:
H(s) = 1 / (s + a)
where 'a' is the cut-off frequency of the filter
...

PID controller: A PID (proportional-integral-derivative) controller is a control system that adjusts the
output of a system based on the error between the desired setpoint and the actual output
...
This transfer
function represents the relationship between the error signal and the control output of the PID
controller
...
The transfer function of an ideal
voltage amplifier is given by:
H(s) = Vo/Vi = A
where A is the gain of the amplifier
...

These are just a few examples of transfer functions
...

Example 1: First-Order Low-Pass Filter
Suppose we have a first-order low-pass filter with a cutoff frequency of 10 Hz
...
We
can find the output of the filter using the transfer function as follows:
Vi(s) = 2 / (s + 5) (Laplace transform of the input signal) Vo(s) = Vi(s) * H(s) (multiply the transfer function
by the input signal) Vo(s) = 2 / ((s + 5) * (s + 10)) (simplify) Vo(t) = 0
...
143 * e^(-10t)
(inverse Laplace transform)
Therefore, the output of the filter is a damped sinusoidal signal with a frequency of 5 Hz, but with some
of the higher frequency components attenuated
...
5
...
5s
Suppose the desired setpoint is 10 V and the actual output of the system is 8 V
...
5s) * 2 C(s) = 4 + 2/s + s (simplify) c(t) = 4 + 2u(t) + e^(-t) (inverse Laplace
transform)
Therefore, the output of the controller is a step function plus an exponentially decaying signal, which is
used to adjust the system output to reach the desired setpoint
...
The transfer function of this amplifier is
given by:
H(s) = 5
Suppose the input voltage is a sinusoidal signal with a frequency of 1 kHz and an amplitude of 1 V
...


Zeros and Poles of Transfer Functions
Zeros and poles are important concepts in the analysis and design of transfer functions
...

Zeros and poles have significant impact on the frequency response and stability of the system
...

Here are some important characteristics of zeros and poles in transfer functions:
Zeros: A zero of the transfer function is a value of s that causes the numerator of the transfer function to
be zero
...
If the system has a
zero at a certain frequency, it means that the output will be zero at that frequency, regardless of the
input
...
Mathematically, a pole is defined as the roots of the denominator polynomial
...
In general, poles limit the bandwidth of the system, and can also affect the
stability of the system
...
The magnitude and phase of the transfer function change around the zeros and poles
...
Similarly, if a system has a pole at a certain frequency, it will have a resonance or peak in
the frequency response at that frequency
...
If all the poles of the transfer
function are in the left half of the complex plane, the system is stable
...
Poles on the imaginary axis indicate a marginally stable
system
...
They can be used to design filters, controllers, and other types of
systems by appropriately placing them in the complex plane
...

Solution: To find the zeros and poles, we need to factorize the numerator and denominator of the
transfer function
...
The poles are the values of s that make the denominator zero, which are s=-1 and s=2
...

Solution: H(s) = (s+1)(s+2)/(s-1)(s-2) The zeros are the values of s that make the numerator zero,
which are s=-1 and s=-2
...

Example 3: Find the zeros and poles of the transfer function H(s) = (s^2+4s+4)/(s^2+6s+9)
...
The poles are the values of s that make the denominator zero, which is s=-3 (a double pole)
...

Solution: H(s) = s/(s+1)(s+3) The zeros are the values of s that make the numerator zero, which is
s=0
...

Example 5: Find the zeros and poles of the transfer function H(s) = 1/(s^2+2s+2)
...
The poles are the values of s that make the denominator zero, which are s=-1+j and s=-1-j
(complex conjugate poles)
...
The knowledge of zeros
and poles is useful in various areas of engineering, including control systems, signal processing, and
circuit analysis
...
The closed-loop transfer function is also known as the feedback transfer function, since
it takes into account the feedback path in the system
...
The closed-loop transfer function is a key parameter in the
analysis and design of feedback control systems
...
Find
the closed-loop transfer function
...
The poles of T(s) are the values of s that make the denominator zero, which are s=-1
and s=-2
...

Example 2: Consider a unity feedback system with a forward transfer function of G(s) = 10/(s+1)
...

Solution: The closed-loop transfer function is given by T(s) = G(s) / (1+G(s)) Substituting G(s) in the above
equation, we get T(s) = 10/(s+11) The zeros of T(s) are the values of s that make the numerator zero,
which is none
...
To
find the steady-state error for a unit step input, we use the final value theorem
...

Therefore, the steady-state error for a unit step input is given by lim_{s->0} sT(s) = lim_{s->0} 10/(s+11) *
s = 10/11 Thus, the steady-state error for a unit step input is 10/11
...
Find
the closed-loop transfer function and the location of the poles
...
The poles of T(s) are the values of s that make the denominator zero, which are s=0
...
5-sqrt(3)/2j (complex conjugate poles)
...
5+sqrt(3)/2j and s=-0
...

These are some examples of closed-loop transfer functions, which are important in the analysis and
design of feedback control systems
Title: Transfer Functions
Description: In these notes i have discussed about the Basic of Transfer functions with examples, Zeroes and poles of transfer function with examples solved, Transfer funtions of closed loop systems with solved examples.