(Solved): Convolution of two signals using matlab:
\( x_{1}[n]=\left\{\begin{array}{ll}2 & \text { i ...
Convolution of two signals using matlab:
\( x_{1}[n]=\left\{\begin{array}{ll}2 & \text { if } 0 \leq n \leq 9 \\ 0 & \text { else }\end{array}\right. \) \( h[n]=(8 / 9)^{n} u[n-3] \) Find the convolution of these two signals without using the conv function in matlab.