28
CAREER POINT UNIVE SUBMITTED BY- SAMANT SINGH UID-K11019 B.TECH 3 RD YEAR BRANCH-MECHANICAL SUBMITTED TO- MR. SOMESH CHATURVEDI Ass. Prof. OF ELECTRICAL DEPTT MAJOR ASSIGNMENT Design and analysis of effect of adding poles and zeros to the open loop transfer function

K11019 SAMANT SINGH

Embed Size (px)

Citation preview

Page 1: K11019 SAMANT SINGH

CAREER POINT UNIVE

SUBMITTED BY-SAMANT SINGHUID-K11019B.TECH 3RD YEARBRANCH-MECHANICAL

SUBMITTED TO-MR. SOMESH CHATURVEDI

Ass. Prof. OF ELECTRICAL DEPTT

MAJOR ASSIGNMENTDesign and analysis of effect of adding poles and

zeros to the open loop transfer function

Page 2: K11019 SAMANT SINGH

Introduction

In modern era , control system play a vital role in human life. A control system is an interconnection of component forming a system configuration in which any quantity of interest or altered in accordance with a desired manner. The basic control system are :

Input Control system output

Page 3: K11019 SAMANT SINGH

Open loop control system

Definition Without feedback or non feed back control

system is known as open loop control system. The element of an open loop control system

can usually be divided into two parts:The actuating deviceThe controlled process

Page 4: K11019 SAMANT SINGH

Example of open loop control system

.Bread Toaster Input : raw breadOutput :bread toastedControl action: heating the bread

Heating bread

Raw bread Toasted bread

Block diagram of bread toasted

Page 5: K11019 SAMANT SINGH

2. Automatic washing machine Input : dirty clothsOutput : clean cloths Control action: washes the cloths for set

Washes the cloths

Dirty cloths Clean cloths

Block diagram of washing machine

Page 6: K11019 SAMANT SINGH

Advantages of open loop control system

• Open loop control systems are simple in construction.

• Open loop control system in cheap.• Generally the open loop systems are stable.• The maintenance required for open loop

system is less.• Calibration of open loop control system is

easily.

Page 7: K11019 SAMANT SINGH

Disadvantages

• Open loop system are inaccurate. The accuracy is depend up on the calibration of input.

• The open loop systems are not reliable, the operation of these is affected due to the presence of non linearties in its element.

• Optimization of open loop system is not possible.

Page 8: K11019 SAMANT SINGH

Transfer Function

• “The transfer function is define as the ratio of the Laplace transform of the output quantity to the Laplace transform of the input quantity, with all initial condition assumed to the zero.”

Then the transfer function is Transfer function=output/input G(s)=Y(s)/R(s)

Page 9: K11019 SAMANT SINGH

Block diagram of open loop transfer function

R(S) G(s) Y(s)

G(S)=Y(S)/R(S)

Page 10: K11019 SAMANT SINGH

Advantages of transfer function

• Its provide the gain of the system.• Integral and differential equation are

converted to algebraic equation. • The transfer function is dependent on the

parameters of the system and independent of the system.

• If transfer function G(s) is known than any output for any given input , can be known.

Page 11: K11019 SAMANT SINGH

Disadvantages

• Transfer function can be calculated only for linear and time invariant system.

• Consider only when initial condition are zero.• Its does not give any information about

physical structure of the system.

Page 12: K11019 SAMANT SINGH

Poles and Zeros

• Zeros are defined as the root of the polynomial of the numerator of the transfer function.

• Poles are the defined as the root of the polynomial of the denominator of the transfer function.

Page 13: K11019 SAMANT SINGH

Generalized transfer function • G(s)=(S-Z1)(S-Z2)----------(S-Zn) (S-P1).(S-P2)---------(S-Pn) Zeros are Z1,Z2,---------Zn and the pole are

P1,P2,------Pn.

Page 14: K11019 SAMANT SINGH

Poles of the transfer function

• The value of s which are substitued in the denominator of the transfer function after substituting the value of y the transfer function becomes “infinite “, these values are called poles of the transfer function.

Like P1,P2,------Pn are those value which makes the transfer function infinite when substitute in previous equation.

Page 15: K11019 SAMANT SINGH

Zeros of the transfer function

• The value of s which are substituted in the numerator of the transfer function, after substituting the value, the transfer function becomes “Zeros” these values are the called zeros of the transfer function.

Like Z1,Z2,--------Zn are those value which makes the transfer function zero.

Page 16: K11019 SAMANT SINGH

Important Point

• When the value of poles and zeros are not repeated , such poles and zeros are called simple poles and zeros . If repeated such poles and zeros are called multiple poles and zeros .

• The order of repeated pole and zeros is equal to the number of times they are repeated.

Page 17: K11019 SAMANT SINGH

Poles-Zero Plot

• If we locate all poles and zeros of the transfer function in the s plane (or complex plane ) that diagram is called as the poles-zero plot.

s=σ+jω whereσ= real part and locate on X axis or real axis.jω= imaginary part and locate on Y axis or

imaginary axis.

Page 18: K11019 SAMANT SINGH

Poles and Zeros plots

Zeros: roots of N(s)Poles: roots of D(s)Poles must be in the left half plane for the system to be stable.As the poles goes to the closer to the boundary ,the system is the stable.

Page 19: K11019 SAMANT SINGH

Stability of Control Systems

• If all the poles of the system lie in left half plane the system is said to be Stable.

• If any of the poles lie in right half plane the system is said to be unstable.

• If pole(s) lie on imaginary axis the system is said to be marginally stable.

Page 20: K11019 SAMANT SINGH

• All the poles

s-plane

LHP RHP

j

Page 21: K11019 SAMANT SINGH

Examples

10 3,1 if ,)(

CandBABAs

CsG

Then the only pole of the system lie at

Poles =-3

s-plane

LHP RHP

j

X-3

Page 22: K11019 SAMANT SINGH

Coding

• P1=[8 56 96];• Q1=[1 4 9 10];• Sys=tf(P1,Q1)• Roots(P1);• Roots(Q1);• pzMAP(sys);

Page 23: K11019 SAMANT SINGH

Figure

Page 24: K11019 SAMANT SINGH

Coding.2

• Num=[49];• Den=[ 1 4 9 ];• Sys=tf(num,den);• load ltiexamples• ltiview

Page 25: K11019 SAMANT SINGH

Graph

Page 26: K11019 SAMANT SINGH

Coding

• Num=[49 89 96];• Den=[1 4 9];• Sys=tf[Num,Den];• Load ltiexamples• ltiview

Page 27: K11019 SAMANT SINGH

Graph

Page 28: K11019 SAMANT SINGH