Recall that the convolution of two discrete-time signals \(x[n]\) and \(h[n]\) is given by:
\[y[n] = x[n] * h[n] = \sum_{k=-\infty}^{\infty} x[k] \cdot h[n-k]\]
And the unit step function \(u[n]\) is defined as:
\[u[n] = \begin{cases}
1 & \text{if } n \geq 0
Show more…