what is a impulse response
Consider this example.
Your friend needs capital to start a business. He offers you a scheme, in which you will lend him some amount of money.
If you give him 1$ on day1, he will return
0.5$ on day 2
0.25$ on day 3
0.25$ on day 4
and 0.10$ on day5. (This .1$ is the interest for your money)
Let you be investing 50$ on day 1, 30$ on day 2 and 75 $ on day 3, how will you calculate the amount that your friend should return to you each day?
This exactly is what is done with impulse response.
Considering th offer, the 1$ specified is the unit impulse. How your friend will return you each dollar is unit impulse response.
Your input signal is x[n]=(50$, 30$,75$)
What you have calculated as return to you each day is y[n]=covolution(x[n],unit impulse response)
Hope this helped you