Extract set of gains from data file

1 view (last 30 days)
Matt Boyles
Matt Boyles on 22 May 2023
I have a data file which I developed during a lab using a set of gains that I inputted to programme a three cart controller simulation.
However I have lost my original set of gains that I inputted during the lab as they were written on a piece of paper which I have thrown out.
Is there a way to extract these gains from the data file?
i.e.
load('tda61set2')
then some code to extract the 6 original gains and 1 tracking gain from this
Thanks

Answers (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 22 May 2023
It is possible only if your have your input data and preseumably, you have gotten the system response data. Using the system identification toolbox fcns, you can identify your system parameter values can be extracted.
See this DOC.

Categories

Find more on Linear Model Identification 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!