フィルターのクリア

Why doesn't my state-space model iterate?

2 ビュー (過去 30 日間)
João Luís Agostinho Soares Pinto
João Luís Agostinho Soares Pinto 2022 年 5 月 18 日
コメント済み: 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
João Luís Agostinho Soares Pinto 2022 年 5 月 18 日
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
João Luís Agostinho Soares Pinto 2022 年 5 月 18 日
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 Center および File ExchangeTime Series Analysis についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by