Step change in model parameters - simulate load step response with internal states as starting point
Show older comments
I'd like to know if it is possible in Matlab to simulate a linear system with an inital point for it's state variables given.
What I'd like to do is the following: I have a linear system model for which I can determine it's reference step response. I'd like to determine the steady-state system states after a reference step (i.e. until the system has setteled down). These values for the system states I'd like to use as inputs for a second simulation, for which I changed the values of certain model parameters, i.e. I'd like to simulate the system's response from a certain starting points to a step change in parameters.
How would I do that?
Background: I have a dynamic model in Matlab (describing the dynamics of a power electronic converter) for which I'd like to simulate reference and load step responses. So far I'm using the step() function for this which produces the desired results. However, for the load step I'm currently using a current source as a load model, i.e. I can simulate my load step as a regular input to my linear system.
However, my load step is actually an ohmic resistor being connected to my system, i.e., instead of an input I'd like to simulate what happens if connect resistor to my system at a certain time instance (after the system has settled to steady state). This is not a linear input to my system and could be desribed by a change in a step change in a parameter (the load resistance). How could I do that in Matlab?
Accepted Answer
More Answers (0)
Categories
Find more on Interactive and Graphical Tuning 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!