Why doesn't my state-space model iterate?

조회 수: 2 (최근 30일)
João Luís Agostinho Soares Pinto
댓글: Star Strider 2022년 5월 18일
I am trying to obtain a State-Space model utilizing the function ssest and having a previous model (sys901_0N) as an initial one. When I run the code, although the number of iterations is set to 100 it only runs through it once, obtaining the same model as the inital one that was set.
How could I overcome this?
ssest = ssest(h,sys901_0N,opt)
  댓글 수: 2
Sam Chak
Sam Chak 2022년 5월 18일
You don't have this error?
João Luís Agostinho Soares Pinto
h is already defined, it is a set of measurements.
H.H is my y measurement and H.f is my x measurement in frequency
h=idfrd(H.H,H.f,0,'FrequencyUnit','Hz');

댓글을 달려면 로그인하십시오.

답변 (1개)

Star Strider
Star Strider 2022년 5월 18일
The iterations are defined inside the function. See the documentation section on Display to see the progress of the estimation.
.
  댓글 수: 2
João Luís Agostinho Soares Pinto
I have the display option but it appears me "Termination condition: No improvement along the search direction with line search.." and I don't know what could be provoking this
Star Strider
Star Strider 2022년 5월 18일
The previous system you are using to define the new system cannot be improved upon, at least with respect to the conditions the algorithm uses.
Frequency response (idfrd) estimations are more limited in the available options and results than time-domain (iddata) estimates.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Time Series Analysis에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by