Clear Filters
Clear Filters

FOPTD with sinusoidal input

2 views (last 30 days)
ALEX
ALEX on 11 May 2024
Answered: Jaynik on 22 May 2024
Hi. I have a system and i want to study only the OPEN LOOP response for the disturbe.
Here x is a sinusoidal function x = w/(w^2 + s^2) and Pd is a FOPTD.
Can anyone help me with that?

Answers (1)

Jaynik
Jaynik on 22 May 2024
Hi Alex,
I understand that you want to study the open loop response for a disturbance, that is when the feedback is not considered. You can follow these steps to simulate the response:
  • Create a Simulink model of you system. You can mainly use the Sum block, Sine Wave block, Scope block for visualizing the output and the Transfer Fcn block to represent the dynamics of different parts of your system.
  • Define the disturbance 'd' and the sinusoidal function 'x'. These will serve as the inputs to your system.
  • Once the model is set up, you can run the simulation with appropriate input and observe the output 'y' through the scope block after computing the open loop response.
You can refer this documentation for more detailed steps on how to compute open-loop response:
Depending on your system, you may need to incorporate additional blocks into your model. The exact steps may vary depending on the specific form of your systems equations and nature of the disturbance. If you have any specific question about the process, feel free to ask.

Categories

Find more on Dynamic System Models in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!