0% found this document useful (0 votes)
49 views

2.27 Find The Inverse Z Transform Of: Tugas 3: Kerjakan Dengan Matlab

The document contains the solutions to 3 problems involving taking the inverse z-transform of given functions. Problem 1 finds the inverse z-transform of H(z) = (z+0.1)(z-0.5)3/(z+0.3) to be h(n) = [2.7778(0.5)n - 1.6667n(0.5)n + 2n(n-1)(0.5)n - 2.7778(-0.1)n]u(n). Problem 2 finds the inverse z-transform of F(z) = z(z+0.5)2/z(z+0.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views

2.27 Find The Inverse Z Transform Of: Tugas 3: Kerjakan Dengan Matlab

The document contains the solutions to 3 problems involving taking the inverse z-transform of given functions. Problem 1 finds the inverse z-transform of H(z) = (z+0.1)(z-0.5)3/(z+0.3) to be h(n) = [2.7778(0.5)n - 1.6667n(0.5)n + 2n(n-1)(0.5)n - 2.7778(-0.1)n]u(n). Problem 2 finds the inverse z-transform of F(z) = z(z+0.5)2/z(z+0.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

TUGAS 3 : KERJAKAN DENGAN MATLAB

0.6𝑧
2.27 Find the inverse z transform of 𝐻(𝑧) = (𝑧+0.1)(𝑧−0.5)3
𝑧+0.3
2.28 Find f(n) from 𝐹(𝑧) = 𝑧(𝑧+0.5)2
𝑧(𝑧+0.5)
2.29 Find the inverse z transform of 𝑋(𝑧) = 𝑧 2 +0.6𝑧+0.5
JAWAB :

2.27 >> num=[0.6];

>> d1=[1 0.1];

>> d2=[1 -0.5];

>> d3 =[1 -0.5];

>> d4=[ 1 -0.5];

>> a1=conv(d2,d3);

>> a2=conv(a1,d4);

>> den=conv(a2,d1);

>> [r,p,k]=residue(num,den)

r=

2.7778

-1.6667

1.0000

-2.7778

p=

0.5000

0.5000

0.5000

-0.1000

k=

[]

Maka,
2,7778𝑍 1,6667 𝑍 2,7778
𝐻(𝑍) = − 2
+ 3

𝑍 − 0.5 (𝑍 − 0.5) (𝑍 − 0.5) 𝑍 + 0.1
ℎ(𝑛) = [2,7778(0.5)𝑛 − 1,6667𝑛(0.5)𝑛 + 2𝑛(𝑛 − 1)(0.5)𝑛 − 2,7778(−0.1)𝑛 ]𝑢(𝑛)
2.28 >> num=[1 0.3];

d1=[1 0 0];

d2=[1 0.5];

d3=[1 0.5];

a1=conv(d2,d3);

den=conv(a1,d1);

[r,p,k]=residue(num,den)

r=

0.8000

-0.8000

-0.8000

1.2000

p=

-0.5000

-0.5000

k=

[]

Maka,
0,8𝑍 0,8𝑍 0,8𝑍 1,2𝑍
𝐹(𝑍) = − 2
− − 2
𝑍 + 0.5 (𝑍 + 0.5) 𝑍 𝑍
𝑓(𝑛) = [0,8(0.5)𝑛 − 0,16𝑛(0.5)𝑛 − 0,8𝛿(𝑛) − 1,2𝛿(𝑛 − 1)]]𝑢(𝑛)
2.29 >> num=[1 0.5];

den=[1 0.6 0.5];

[r,p,k]=residue(num,den)

r=

0.5000 - 0.1562i

0.5000 + 0.1562i

p=

-0.3000 + 0.6403i

-0.3000 - 0.6403i

k=

[]

Maka,
(0,5 − 0,1562𝑖)𝑍 (0,5 + 0,1562𝑖)𝑍
𝑋(𝑍) = +
𝑍 + 0,3 − 0,6403𝑖 𝑍 + 0,3 + 0,6403𝑖
𝑜 𝑜
(0,52𝑒 𝑖17,3 )𝑍 (0,52𝑒 −𝑖17,3 )𝑍
𝑋(𝑍) = 𝑜 + 𝑜
𝑍 + 0,7𝑒 −𝑖64,8 𝑍 + 0,7𝑒 𝑖64,8
𝑜 𝑜𝑛 𝑜 𝑜
𝑥(𝑛) = [0,52𝑒 𝑖17,3 0,7𝑛 𝑒 −𝑖64,8 + 0,52𝑒 −𝑖17,3 0,7𝑛 𝑒 𝑖64,8 𝑛 ]𝑢(𝑛)
𝑜 −64,8𝑜 𝑛) 𝑜 −64,8𝑜 𝑛)
𝑥(𝑛) = [0,52 0,7𝑛 (𝑒 𝑖(17,3 + 0,52 0,7𝑛 (𝑒 −𝑖(17,3 ]𝑢(𝑛)

𝑥(𝑛) = 0,52 0,7𝑛 (2 cos(17,3𝑜 − 64,8𝑜 𝑛))]𝑢(𝑛)


𝑥(𝑛) = 1,04 (0,7)𝑛 (cos(17,3𝑜 − 64,8𝑜 𝑛))]𝑢(𝑛)

You might also like