필터 지우기
필터 지우기

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 CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by