フィルターのクリア

Query regarding battery modeling

1 回表示 (過去 30 日間)
Songkai Yang
Songkai Yang 2022 年 5 月 27 日
回答済み: Sabin 2023 年 1 月 3 日
Hello anybody,
now I'm trying to build a Li-ion battery model, in which I used FFRLS to identify parameters inside battery and UKF to estimate SOC.
However an error happened as showed below when model was running:
How could this problem be solved? I guess the data perhaps not suitable or anything else wrong.
In attachment the script and modeling file could be found.
please help me to solve it. many thanks in advance.
Best regards
Songkai

回答 (1 件)

Sabin
Sabin 2023 年 1 月 3 日
The problem is soc vector used as breakpoint in lookup tables. The values of breakpoints must be strictly monotonically increasing. However, first 10 elements in soc vector are the same (0.3210). Best to keep only one value of 0.3210 in the soc vector and adjust the R0 and ocv vectors accordingly. I hope this helps.

カテゴリ

Help Center および File ExchangeBattery Pack Modeling についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by