Simulink Bode plot of a nonlinear differential system

21 views (last 30 days)
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.

Accepted Answer

Neelanshu
Neelanshu on 19 Dec 2023
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

More Answers (0)

Categories

Find more on Get Started with Control System Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!