0% found this document useful (0 votes)
2 views8 pages

Celab 9

Uploaded by

P H O T A L I
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views8 pages

Celab 9

Uploaded by

P H O T A L I
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

NAME: ZEESHAN AHMED CLASS: BEME-F-22-B

REG ID :220858 CE LAB NO: 09


TASK:01
TASK : 02
TASK: 03
TASK1:

num = [1 1.5]

num =
1.0000 1.5000

b = [1 0]

b =
1 0

c = [1 0.5]

c =
1.0000 0.5000

d = [1 10]

d =
1 10

de=conv(b,c)

de =
1.0000 0.5000 0

den=conv(de,d)

den =
1.0000 10.5000 5.0000 0

G0=tf(num,den)

G0 =

s + 1.5
--------------------
s^3 + 10.5 s^2 + 5 s

Continuous-time transfer function.

G=zpk(G0)

G =

(s+1.5)
----------------
s (s+10) (s+0.5)

Continuous-time zero/pole/gain model.

TASK2:

num1 = [0 58]

num1 =
0 58

e = [1 0]

e =
1 0

f = [1 3]

f =
1 3

g = [1 6]

g =
1 6

de1=conv(e,f)

de1 =
1 3 0

den1=conv(de1,g)

den1 =
1 9 18 0

G01=tf(num1,den1)

G01 =

58
------------------
s^3 + 9 s^2 + 18 s

Continuous-time transfer function.

G1=zpk(G01)
G1 =

58
-------------
s (s+6) (s+3)

Continuous-time zero/pole/gain model.

TASK 3:

num2 = [0 58]

num2 =
0 58

h = [1 0]

h =
1 0

l = [1 3]

l =
1 3

m = [1 1]

m =
1 1

de2=conv(h,l)

de2 =
1 3 0

den2=conv(de2,m)

den2 =
1 4 3 0

G02=tf(num2,den2)

G02 =

58
-----------------
s^3 + 4 s^2 + 3 s
Continuous-time transfer function.

G2=zpk(G02)

G2 =

58
-------------
s (s+3) (s+1)

Continuous-time zero/pole/gain model.

You might also like