Impulse and step response differences
古いコメントを表示
Hello I'm trying to find the inverse laplace transform of this function:

num = [5];
den = [1 2 5];
>Z(s) = tf(num,den);
I did it manually by hand and got,
>Z(t) = (5/2)*e^(-t)*sin(2t)
It appears that the 'impulse' function matches my inverse laplace function, although my Dr asked for the overshoot, corresponding time peaks, and decaying characteristics. Using 'impulse' function the graph when right clicked there aren't features to show the overshoot or the time peaks. Unless I used a 'step' function it shows these features when I right cliick the graph.


Is it possible that I needed to assume a step input to get these values? Like assume :
Z(s)=(1/s)*(5/s^2+2s+5);
Otherwise is there a function to find the overshoot of the impulse on Matlab?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!