How to find rise time in fractional order system, give matlab code?

3 ビュー (過去 30 日間)
SARAVANAN
SARAVANAN 2025 年 2 月 18 日
コメント済み: SARAVANAN 2025 年 2 月 18 日
The stepinfo function having error for fractional order system and any one please share the code for the below mentioned system
(s^1.2+2s+3)/(s^3+5s^1.5+2s^0.9+6)
  1 件のコメント
SARAVANAN
SARAVANAN 2025 年 2 月 18 日
hi sam chak ,
got the output , thaks lot

サインインしてコメントする。

採用された回答

Sam Chak
Sam Chak 2025 年 2 月 18 日
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 件)

カテゴリ

Help Center および File ExchangeClassical Control Design についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by