Modify an input trajectory in simulink

1 view (last 30 days)
Windell
Windell on 4 Aug 2017
Answered: Reen on 22 Aug 2017
Hello, I have a staircase trajectory created in matlab and imported into simulink. This trajectory serves as the input into a control system. I would like the output of the control system to periodically modify the staircase trajectory say on a 1 second time basis. Although the controller may update at 1kHz. How would I do this? Is there an example that you might be able to provide?

Accepted Answer

Reen
Reen on 22 Aug 2017
I think this may help you. Here's a Simulink model for a custom stair input:
You can easily change the input frequency and amplitude, or even add in some starting value for the input. If you want you can even add some custom logic to the beginning to add a step whenever some event occurs in the system, reset at some time or value, or add logic to change the frequency or amplitude depending on the system state.

More Answers (0)

Categories

Find more on Simulink Environment Customization 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!