Revision as of 14:59, 12 September 2013 by Apatriot (Talk | contribs)


Practice Problem on Z-transform computation

Compute the compute the z-transform (including the ROC) of the following DT signal:

$ x[n]=3^n u[n+3] \ $

(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!


Answer 1

alec green

Green26 ece438 hmwrk3 power series.png

$ X(z) = \sum_{n=-\infty}^{+\infty} x[n]z^{-n} $

$ = \sum_{n=-3}^{+\infty} 3^{n}z^{-n} $

$ = \sum_{n=-3}^{+\infty} (\frac{3}{z})^{n} $

Let k = n+3:

$ = \sum_{k=0}^{+\infty} (\frac{3}{z})^{k-3} $

Using the geometric series property:

$ X(z) = \left\{ \begin{array}{l l} (\frac{z}{3})^3 \frac{1}{1-\frac{3}{z}} & \quad |z| > 3\\ \text{diverges} & \quad \text{else} \end{array} \right. $

Answer 2

$ = x[n] = 3^n u[n+3] ===Answer 3=== Write it here. ===Answer 4=== Write it here. ---- [[2013_Fall_ECE_438_Boutin|Back to ECE438 Fall 2013 Prof. Boutin]] $

Alumni Liaison

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett