TF of Laplace transform of squareroot

7 ビュー (過去 30 日間)
RAN
RAN 2020 年 3 月 31 日
コメント済み: RAN 2020 年 4 月 3 日
Hello,
This could be an easy question for many but for the life of me i could not solve it
I have a
syms x y
laplace(sqrt(x))
ans =
pi^(1/2)/(2*s^(3/2))
Now I want to convert laplace domain Numerator and denominator to TF(num,den) so that i can use it further.
How to achieve this?

回答 (1 件)

Aman Vyas
Aman Vyas 2020 年 4 月 3 日
Hi,
For that you can simply use ilaplace function as ilaplace corresponds to inverse laplace which is used for converting s domain to t domian (time) and hence you'll obtain numerator and denominator form transfer function.
Here is the documentation link:
Hope this helps!
  3 件のコメント
Aman Vyas
Aman Vyas 2020 年 4 月 3 日
Try using tf function and then choose specific command type accordingly in the manner you want your transfer function to look like.
Here is the documentation link:
https://www.mathworks.com/help/control/ug/transfer-functions.html
Hope this helps !
RAN
RAN 2020 年 4 月 3 日
Hi Aman,
I tried that, tf function from Matlab does not handle fractional powers

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

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by