Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Transfer function identification procedure?

1 回表示 (過去 30 日間)
debashish pal
debashish pal 2015 年 3 月 15 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I tried the following
s=tf('s');
sys=(s+2)/((s+3)*(s+10));
t=1:.5:50;
in_data_gen=rand(99);
in_put=in_data_gen(:,1)
[y tt]=lsim(sys,in_put,t);
-----
then i exported "in_put" and "y" to system identification tool box. and tried to estimate with 2 pole and 1 zero option . but i got TF
0.5 (s+1)
-------------
(s+5) (s+1.5)
which is not matching the input tf.. I dont know why ? can u suggest

回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by