How to transfer from simulink block diagram to transfer function?

1 回表示 (過去 30 日間)
Sophea
Sophea 2013 年 3 月 21 日
回答済み: Arkadiy Turevskiy 2013 年 9 月 30 日
Hi Sir/Madam My name's Sophea from NPIC,Cambodia. I have some problem with transforming the Simulink block to transfer function, How can I do to solve this mistake?
  1 件のコメント
Azzi Abdelmalek
Azzi Abdelmalek 2013 年 3 月 21 日
This is not clear. What do you mean by I have some problem with transforming the Simulink block to transfer function

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

回答 (2 件)

Andreas Goser
Andreas Goser 2013 年 3 月 21 日
編集済み: Andreas Goser 2013 年 3 月 21 日
As Azzi said, this is not very clear, but I make this attempt. I an Simulink block "transfer function", you specify nominator and denominator. Lets assume the are
[1]
and
[1 1]
Then your TF object would be
my_tf=tf([1], [1 1])

Arkadiy Turevskiy
Arkadiy Turevskiy 2013 年 9 月 30 日
if you have a nonlinear Simulink mode, you can linearize it and gt a resulting transfer function using linerize command or using Linear Analysis Tool GUI.
More info on this page.

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by