Thursday 11 January 2018

control - System response types


Whenever I am given a system type with a certain transfer function, I am always asked to proceed to find out the 1. impulse response and 2. step response of the system. My question is, what is so special about these two response types that other responses, like for example parabolic response, is not what I am asked to find out?



Answer



Actually, when you apply impulse signal to any LTI system, the output you get is 'impulse response'. Similarly, when input to LTI system is step signal, the output it produces is known as 'step response'.


Now, sampled version of any signal can be represented as the product of original continuous time signal with shifted version of unit impulse signal (Sifting Property). Hence, the response of LTI system to any input signal is nothing but convolution of input signal & impulse response of LTI system. Hence, impulse response is very important practically. That's why they usually ask about finding impulse response of LTI system.


For mathematical details, you may want to look at this.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...