필터 지우기
필터 지우기

Simulink Bode plot of a nonlinear differential system

조회 수: 9 (최근 30일)
Ömer Uzuner
Ömer Uzuner 2023년 12월 10일
답변: Neelanshu 2023년 12월 19일
I prepared the duffing equation model y''(t) + c1*y'(t) + k1*y(t) + k2*y(t)^3 = u(t) in Simulink and I need the bode diagram of this output signal in Simulink. Since it is a nonlinear integro-differential equation model, I am having trouble finding the Bode diagram. Any help would be greatly appreciated.

채택된 답변

Neelanshu
Neelanshu 2023년 12월 19일
Hi Ömer Uzuner,
I understand from your query that you want to obtain the Bode plot of your nonlinear differential equation in Simulink.
To achieve this, you may utilize the dedicated "Bode Plot" block available within Simulink. The "Bode Plot" block computes a linear system from a nonlinear Simulink model and plots the linear system on a Bode plot during simulation. This block will allow you to conveniently generate the frequency response of your system. For a step-by-step guide on how to incorporate and use this block in your Simulink model, please refer to the following MathWorks documentation link:
Additionally, you can use the "Linearization Manager" found under the "Apps" tab in Simulink. Upon selecting the "Linearization" tab that appears, navigate to the "Model Linearizer". The "Model Linearizer" allows you to perform linear analysis of nonlinear Simulink models. You can mark the signals by right-clicking on the signal and selecting "Linear Analysis Points" to identify open-loop input and open-loop output. For more information about visualizing the Bode response of a Simulink model, you may refer to the following link:
The following is the bode plot received for the differential equation y''(t) + c1*y'(t) + k1*y(t) + k2*y(t)^3 = u(t) :
Hope this helps,
Regards,
Neelanshu

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with Control System Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by