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

Practice Z Transform Computation 1 ECE438F13 - Rhea: X (N) (U (N + 3) U (N 1) ) N

This document contains practice problems and solutions for computing the z-transform of discrete time signals. Students provided answers to computing the z-transform of the signal x[n] = n^2(u[n+3] - u[n-1]). The teaching assistant provided feedback on each student response, noting correct and incorrect aspects of their working and solutions. The key steps and solution are finding that the z-transform is X(z) = 9z^3 + 4z^2 + z, which is valid for all z in the complex plane except at z = infinity.

Uploaded by

dhanalakshmi
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views

Practice Z Transform Computation 1 ECE438F13 - Rhea: X (N) (U (N + 3) U (N 1) ) N

This document contains practice problems and solutions for computing the z-transform of discrete time signals. Students provided answers to computing the z-transform of the signal x[n] = n^2(u[n+3] - u[n-1]). The teaching assistant provided feedback on each student response, noting correct and incorrect aspects of their working and solutions. The key steps and solution are finding that the z-transform is X(z) = 9z^3 + 4z^2 + z, which is valid for all z in the complex plane except at z = infinity.

Uploaded by

dhanalakshmi
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

5/17/2019 Practice z transform computation 1 ECE438F13 - Rhea

Practice z transform computation 1 ECE438F13 - Rhea


Print

Practice Question on "Digital Signal Processing"


Topic: Computing a z-transform

Contents
1 Question
2 Share your answers below
2.1 Answer 1
2.2 Answer 2
2.3 Answer 3
2.4 Answer 4
2.5 Answer 5
2.6 Answer 7
2.7 Answer 8
2.8 Answer 9
2.9 Answer 10
2.10 Answer 11
2.11 Answer 12

Question
Compute the compute the z-transform (including the ROC) of the following DT signal:
2
x[n] = n (u[n + 3] − u[n − 1])

(Write enough intermediate steps to fully justify your answer.)

Share your answers below


You will receive feedback from your instructor and TA directly on this page. Other students are welcome to comment/discuss/point out mistakes/ask questions too!

No need to write your name: we can find out who wrote what by checking the history of the page.

Answer 1

Andrei Henrique Patriota Campos x[n] = n2(u[n + 2] − u[n − 1]).

+∞
−n
X(z) = ∑ x[n]z

n=−∞

2 −n
= ∑ n z

n=−3

= 9z3 + 4z2 + z

= z3(9 + 4z − 1 + z − 2)

= X(z) = (9 + 4z − 1 + z − 2) / (z − 3), for all z in complex plane.

TA's comment: z can not be ∞ for the z transform to converge

https://www.projectrhea.org/rhea/index.php/Practice_z_transform_computation_1_ECE438F13 1/4
5/17/2019 Practice z transform computation 1 ECE438F13 - Rhea
Answer 2

x[n] = n2(u[n + 3] − u[n − 1])

x[n] = n2(δ(n + 3) + δ(n + 2) + δ(n + 1) + δ(n))

+∞
−n
X(z) = ∑ x[n]z

n=−∞

+∞

2 −n
X(z) = ∑ n (δ(n + 3) + δ(n + 2) + δ(n + 1) + δ(n))z
n=−∞

X(z) = 9z3 + 4z2 + z + 1 for all z in complex plane

TA's comment: When n=0,x[n]=0. So the constant term is 0. ROC is everywhere except z=infinity

Answer 3

Write it here.

Answer 4

Write it here.

Answer 5
Tony Mlinarich

+∞
−n
X(z) = ∑ x[n]z

n=−∞

X(z) = n2(δ(n + 3) + δ(n + 2) + δ(n + 1) + δ(n) + δ(n − 1))z − n

X(z) = 9z3 + 4z2 + z + 1/z<\span>

TA's comment: u[n+3]-u[n-1] is non-zero only when n=-3,-2,-1,0. So x[n]= n2(δ(n + 3) + δ(n + 2) + δ(n + 1) + δ(n)). ROC is everywhere except z=infinity

Answer 7
Yixiang Liu

+∞
−n
X(z) = ∑ x[n]z

n=−∞

+∞
2 −n
X(z) = ∑ n [u[n + 3] − u[n − 1]]z

n=−∞

This expression equals to zero except n = -3, -2, -1

so X(z) = x[ − 3]z3 + x[ − 2]z2 + x[ − 1]z1

= 9z^{3} + 4z^{2} + z

TA's comment: ROC is everywhere except z=infinity.

Answer 8

Xi Wang

+∞

−n
X(z) = ∑ x[n]z
n=−∞

= X(z) = (9z + 3 + 4z + 2 + z). The range of the value of z is from negative infinity to positive infinity

TA's comment: Show your derivation

Answer 9

https://www.projectrhea.org/rhea/index.php/Practice_z_transform_computation_1_ECE438F13 2/4
5/17/2019 Practice z transform computation 1 ECE438F13 - Rhea
+∞

−n
X(z) = ∑ x[n]z
n=−∞

+1

−n
X(z) = ∑ x[n]z

n=−3

= X(z) = 9z + 3 + 4z +2 + z + 1 for all z in complex plane

TA's comment: In your second step, the summation should be from -3 to 0 . There should be no constant termsince x[0]=0. ROC is everywhere except z=infinity

Answer 10
Cary Wood

+∞

−n
X(z) = ∑ x[n]z

n=−∞

0
−n
X(z) = ∑ x[n]z

n=−3

= X(z) = 9z + 3 + 4z + 2 + z, for all z in complex plane

TA's comment: ROC is everywhere except z=infinity.

Answer 11
Shiyu Wang

x[n] = n2(u[n + 3] − u[n − 1])

x[n] = n2 (-3=< n < 1)

2 −n
X(z) = ∑ n z

n=−3

x(z)=9z3+4z2+z, for all z in complex plane except z=infinity

TA's comment: Simple and straightforward.

Answer 12
Matt Miller

x[n] = n2(u[n+3]-u[n-1])

x[n] = n2u[n+3] - n2u[n-1]

x[n] = n2|0-3

0
2 −n
X(z) = ∑ n z

n=−3

X(z) = (-3)2z3 + (-2)2z2 + (-1)2z1 + (0)2z0

X(z) = 9z3 + 4z2 + z

lim z->inf X(1/2) = 0, lim z->0 X(1/2) = inf --> valid for all Z in complex plane.

TA's comment: In the third step, it's better write it as a summation.

Retrieved from "https://www.projectrhea.org/rhea/index.php?title=Practice_z_transform_computation_1_ECE438F13&oldid=60562"


Categories: Problem solving ECE301 ECE438 ECE438Fall2013Boutin Z-transform
Shortcuts

https://www.projectrhea.org/rhea/index.php/Practice_z_transform_computation_1_ECE438F13 3/4
5/17/2019 Practice z transform computation 1 ECE438F13 - Rhea

Help Main Wiki Page Random Page Special


Pages Log in
Search
Search

Alumni Liaison
Correspondence Chess Grandmaster and Purdue Alumni
Read more »

Prof. Dan Fleetwood

This page was last modified on 26 November 2013, at 12:52. This page has been accessed 15,089 times.

https://www.projectrhea.org/rhea/index.php/Practice_z_transform_computation_1_ECE438F13 4/4

You might also like