필터 지우기
필터 지우기

Hi. I would like to ask you in the tranfer function that the numerator can be larger than the denominator ? Because I see in simulink i can not create a tranfer function like that

조회 수: 3 (최근 30일)
I would like to ask you in the tranfer function that the numerator can be larger than the denominator ?
Because I see in simulink i can not create a tranfer function like that

답변 (2개)

Nicolas Schmit
Nicolas Schmit 2017년 10월 13일
In MATLAB you can create arbitrary transfer functions, with a numerator degree greater than the denominator degree. This is forbidden in Simulink because such functions do not represent physical systems.

Thanh Nguyen
Thanh Nguyen 2017년 12월 27일
편집: Walter Roberson 2017년 12월 27일
G(s) = N(s)/B(s) = a(s)+b(s)/c(s)
a(s) is a polynome, you can use derivative to create
order of b(s) is smaller than that of c(s) and you can create b(s)/c(s) by transfer function block
Finally you add two components
ex: s^2/(s+1)=s-1+1/(s+1)

카테고리

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