Line 19: | Line 19: | ||
---- | ---- | ||
===Answer 1=== | ===Answer 1=== | ||
− | + | Ruofei | |
+ | |||
+ | <math>X(Z) = \frac{1}{(3-Z) (2-Z)}</math> | ||
+ | |||
+ | <math>X(Z) = -\frac{1}{3-Z} + \frac{1}{2-Z} </math> | ||
+ | |||
+ | <math>X(Z) = -\frac{\frac{1}{3}}{1-\frac{Z}{3}} + \frac{1}{Z} \frac{1}{\frac{2}{Z}-1}</math> | ||
+ | |||
+ | Since,<math>|2|<Z<|3|</math> | ||
+ | |||
+ | <math>\frac{1}{1-\frac{3}{Z}} = \sum_{n=0}^{+\infty} (\frac{3}{Z})^{n}</math> | ||
+ | |||
+ | Thus, | ||
+ | |||
+ | <math>X(Z) = \frac{-1}{Z} \sum_{n=0}^{+\infty} (\frac{3}{Z})^{n}</math> | ||
+ | |||
+ | <math>X(Z) = -Z^{-1} \sum_{n=0}^{+\infty} (\frac{3}{Z})^{n}</math> | ||
+ | |||
+ | <math>X(Z) = -\sum_{n=-\infty}^{+\infty} u[n] 3^{n}Z^{-n-1}</math> | ||
+ | |||
+ | Let k=n+1, then -k=-n-1,n=k-1 | ||
+ | |||
+ | <math>X(Z) = -\sum_{n=-\infty}^{+\infty} u[k-1] 3^{k-1}Z^{-k}</math> | ||
+ | |||
+ | Therefore, <math>x(n) = -u[n-1] 3^{n-1}</math> | ||
+ | |||
+ | |||
=== Answer 2=== | === Answer 2=== | ||
Write it here. | Write it here. |
Revision as of 15:23, 19 September 2013
Contents
Practice Question, ECE438 Fall 2013, Prof. Boutin
On computing the inverse z-transform of a discrete-time signal.
Compute the inverse z-transform of
$ X(z) =\frac{1}{(3-z)(2-z)}, \quad \text{ROC} \quad 2<|z|<3 $.
(Write enough intermediate steps to fully justify your answer.)
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
Ruofei
$ X(Z) = \frac{1}{(3-Z) (2-Z)} $
$ X(Z) = -\frac{1}{3-Z} + \frac{1}{2-Z} $
$ X(Z) = -\frac{\frac{1}{3}}{1-\frac{Z}{3}} + \frac{1}{Z} \frac{1}{\frac{2}{Z}-1} $
Since,$ |2|<Z<|3| $
$ \frac{1}{1-\frac{3}{Z}} = \sum_{n=0}^{+\infty} (\frac{3}{Z})^{n} $
Thus,
$ X(Z) = \frac{-1}{Z} \sum_{n=0}^{+\infty} (\frac{3}{Z})^{n} $
$ X(Z) = -Z^{-1} \sum_{n=0}^{+\infty} (\frac{3}{Z})^{n} $
$ X(Z) = -\sum_{n=-\infty}^{+\infty} u[n] 3^{n}Z^{-n-1} $
Let k=n+1, then -k=-n-1,n=k-1
$ X(Z) = -\sum_{n=-\infty}^{+\infty} u[k-1] 3^{k-1}Z^{-k} $
Therefore, $ x(n) = -u[n-1] 3^{n-1} $
Answer 2
Write it here.
Answer 3
Write it here.
Answer 4
Write it here.