Filter löschen
Filter löschen

Responce From Estimated SysID Modell in Simulink isn't the same as shown in matlab compare() function

1 Ansicht (letzte 30 Tage)
I have recorded requested motor torque data and current position data.
Split them. From the first half of the data created iddata object EstimationData. From the second half ValidationData. Then run:
processModel=procest(EstimationData,'P3DZU');
then run:
compare(ValidationData,processModel);
shows following response with very good fit of 99,54 %.
Then following Sinulink structure is build:
Scope shows following picture:
So my question is, why doesn't the signals match ob Scope how they match in the figure after calling compare function()?

Antworten (1)

Nikhilesh
Nikhilesh am 31 Mär. 2023
Hi Iaroslav,
The possible reason might be the simulation parameters, also try adjusting initial conditions of simulink model to match that of validation data.
  1 Kommentar
Iaroslav Gryshchuk
Iaroslav Gryshchuk am 31 Mär. 2023
Bearbeitet: Iaroslav Gryshchuk am 31 Mär. 2023
Hi, how do I adjust intitial conditions of simulink model to match that of validation data?
This is my validation data:
Which simulation parameter can help me? Here is th same scope output with simulation stopped at 50 seconds:
Here are my Configuration Parameters:

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Linear Model Identification finden Sie in Help Center und File Exchange

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by