MATLAB: Create impulse response train for a transfer function

MATLAB

How to create impulse response train for a transfer function?

Best Answer

Using Simulink blocks such as pulse generator, transfer function block, we can achieve this easily. 
Modify the pulse generator to generate pulses with specified intervals. Connect this to the transfer function block and generate its output.