How to find rise time in fractional order system, give matlab code?
3 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
Sam Chak
2025 年 2 月 18 日
Hi @SARAVANAN
Once you have generated the response signals y(t) from the fractional order system, use the following syntax to determine the step-response characteristics:
S = stepinfo(y, t, yfinal, yinit)
where t is the time vector, yfinal is the steady-state value of the response, and yinit is the initial value before the step is applied.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Classical Control Design についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!