[Math] Difference between impulse and step response.

MATLAB

My question is quite simple but I have some difficulties finding an answer to it. I was wondering what was the difference between the impulse and step response functions in MATLAB. The "help" section did not help me to understand the difference.

Best Answer

The impulse response provides the response of the system (output response) for the exact input value given. For instance, if I need the output response for the time input of 10 secs I get the output accordingly. On the other hand, step response provides the response within the limit of the input.

Related Question