Z-Transform of the Delta Function
Definition of Delta Function
The discrete-time delta function is written as:
ฮด[n]
It is defined as:
- ฮด[0] = 1
- ฮด[n] = 0 for n ≠ 0
The delta function represents a unit impulse that occurs only at n = 0.
Z-Transform Definition
X(z) = ฮฃ x[n] z⁻โฟ (n = 0 to ∞)
Substitute x[n] = ฮด[n]
X(z) = ฮฃ ฮด[n] z⁻โฟ
Since ฮด[n] is non-zero only when n = 0:
X(z) = 1 × z⁰
Final Result
Z{ ฮด[n] } = 1
Region of Convergence (ROC)
ROC = Entire z-plane
The delta function acts like a sampling impulse, so its Z-transform becomes 1.
Z-Transform of Shifted Delta Functions
1. Z-Transform of ฮด[n-1]
X(z) = ฮฃ ฮด[n-1] z⁻โฟ
ฮด[n-1] is non-zero only when n = 1.
X(z) = z⁻¹
Z{ ฮด[n-1] } = z⁻¹
2. Z-Transform of ฮด[n-k]
X(z) = ฮฃ ฮด[n-k] z⁻โฟ
ฮด[n-k] is non-zero only when n = k.
X(z) = z⁻แต
Z{ ฮด[n-k] } = z⁻แต
Important Rule:
Z{ ฮด[n-k] } = z⁻แต
Z{ ฮด[n-k] } = z⁻แต
Summary Table
| Sequence | Z-Transform |
|---|---|
| ฮด[n] | 1 |
| ฮด[n-1] | z⁻¹ |
| ฮด[n-k] | z⁻แต |
Summary
If the delta function shifts by k, the Z-transform becomes z⁻แต.