Second Order Differential Equation with Constant to Transfer Function

조회 수: 21 (최근 30일)
r-b0
r-b0 2020년 10월 3일
답변: Paul 2020년 10월 8일
I wish to obtain the transfer function for the below system:
This would be a simple second order system except for the constant .
Applying the laplace transform assuming a stationary initial condition gives
It is easily seen that the above expression is implicit in and .
Could anyone offer advice on how to obtain the transfer function for this system?

답변 (2개)

Aman Vyas
Aman Vyas 2020년 10월 6일
Hi,
You can simply model the equation in simulink using block level design (integrator for integration purposes, gain block for multiplier etc). This will more or less correspond to solving differential equations.
Alternatively in matlab directly you can define numerator and denominator and then can use commands to calculate in time domain and frequency domain
For more information and good examples on transfer function you can refer to following documentation link:
Hope it helps !
  댓글 수: 1
r-b0
r-b0 2020년 10월 8일
Alternatively in matlab directly you can define numerator and denominator
There in lies the issue. The equation is implicit and it is not possible to factor into a transfer function. The proposed techiniques will not work for the described system.

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


Paul
Paul 2020년 10월 8일
If c2 is a constant, there is no transfer function from U to Y because that is not the differential equation for a linear, time invariant system.

카테고리

Help CenterFile Exchange에서 Dynamic System Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by