matlab code to determine the first 100 values of the step response s(t) and s(n) of the system given the impulse response h(t) and h(n) respectively
2 ビュー (過去 30 日間)
古いコメントを表示
matlab code to determine the first 100 values of the step response s(t) and s(n) of the system given the impulse response h(t) and h(n) respectively
0 件のコメント
回答 (1 件)
Prasad Parameswaran
2019 年 10 月 23 日
First step is to identify the system. This can be done using "iddata" documentation link given below:
Then find the transfer function using "tfest", refer documentation:
Once the transfer function is estimated the step response can be found out using "step", refer documentation:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Transfer Function Models についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!