4.2.3. Pairs of Z-Transforms¶
Time Domain |
Z-domain(ROC) |
---|---|
Pulse
δ[n]
|
Constant
1(z∈C)
|
Step
u[n]={1:n≥00:elsewhere
|
zz−1(|z|>1)
|
Exponential
anu[n]
|
11−az−1(|z|>|a|)
|
Complex Exponential
ejΩnu[n]
|
zz−e−jΩ(|z|>1)
|
Exponential
Let x[n]=anu[n] then we can calculate its Z-transform as:
X(z)=∞∑n=−∞x[n]z−n=∞∑n=0anz−n=∞∑n=0(az−1)n=11−az−1
Note that this geometric series only converges for |az−1|<1 which can be reshufled and leads to |z|>|a| for the ROC.
Complex Exponential
This result in the table follows directly from the result above.
Take a look at Wikipedia for many more examples of Z-transform pairs. Some of them you should be able to prove yourself.