Calculate step response from impulse response LTI-system.

983 Views Asked by At

Can someone please give me a few pointers on how to calculate the step response for an LTI system with this impulse response?? \begin{equation} h[n] = 2^nu[n]. \end{equation}

1

There are 1 best solutions below

1
On BEST ANSWER

Step response,$y(n)=h(n)\ast u(n)$ $$\displaystyle y(n)=\sum\limits_{\tau=-\infty}^{\infty}h(\tau)\;u(n-\tau)$$ $$=\sum\limits_{\tau=-\infty}^{\infty}\left(2^{\large \tau}u\left(\tau\right)\right)\;u(n-\tau)$$ $$=\sum\limits_{\tau=0}^{\infty}2^{\large \tau}\;u(n-\tau)$$ $$=\sum\limits_{\tau=0}^{n}2^{\large \tau}=1+2+4+\cdots+2^n=\frac{1(1-2^{n+1})}{1-2}=2^{n+1}-1=2(2^n)-1$$