Is Varying Transfer Function description wrong?

조회 수: 1 (최근 30일)
Antony
Antony 2018년 10월 5일
댓글: Mar 2019년 1월 10일
In Varying Transfer Function (https://www.mathworks.com/help/control/ref/varyingtransferfunction.html) settings dialog showed the following equation:
b0 + b1 s + ... + bN s^N
H(s) = --------------------------------
a0 + a1 s + ... + s^N
This equatin also showed as block image.
But in block help article it says:
b0 + b1 s + ... + bN s^N
H(s) = --------------------------------
1 + a1 s + ... + aN s^N
I think the second formula is correctly describing this block, but in both cases I can't set one coefficient in denominator. Is there a way to set all coefficients in denominator?

채택된 답변

Raghunandan V
Raghunandan V 2018년 10월 5일
You can take a0 common and make the first coefficient 1. from this you can set all the coefficient and then multiply the whole block by (1/a0).
  댓글 수: 2
Antony
Antony 2018년 10월 5일
Thank, you! This will solve my issue.
Mar
Mar 2019년 1월 10일
Can you show how this looks like in Simulink?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by