Examples:
1) Consider a signal
y(t) = x1(t - 2) * x2 (-t + 3)
where
x1(t) = e-2t u(t) & x2 = e-3t u(t)
given that
e-at u(t) ↔ 1 / (s + a) , Re{s} > a
Use properties of the Laplace transform to determine the Laplace transform Y(s) of y(t).
Solution :
x1(t) ↔ 1 / (s + 2) , Re{s} > 2
x2(t) ↔ 1 / (s + 3) , Re{s} > 3
x1(t - 2) ↔ e-2s / (s + 2) , Re{s} > 2 (using time shifting property)
x2(t + 3) ↔ e3s / (s + 3) , Re{s} > 3 (using time shifting property)
x2(-t + 3) ↔ e-3s / (-s + 3) , Re{s} > -3 (using time reversal property)
y(t) ↔ (e-2s / (s + 2))(e-3s / (-s + 3)) (using convolution property)
2) Consider a signal x[n] = −αn u[-n - no] + δ[n - 2]
Use properties of z-transform to determne the z-transform of the above signal.
Solution :
δ[n - 2] ↔ z-2 , R1 = all z except origin
u[n] ↔ 1/(1 - z-1) , |z| > 1
u[n - k] ↔ z-k / (1 - z-1) , |z| > 1 using time shifting property
u[-n - k] ↔ zk / (1 - z) , |z| < 1 using time reversal property
αn u[-n - k]↔ (α-1z)k / (1 - (α-1z)) , R2 = |α-1z| < 1 using modulation property
X(z) = z-2 + ((α-1z)k) / (1 - (α-1z)) , R1 ∩ R2 ⊂ R
|