Parameter estimation. Different temperature values
6 views (last 30 days)
Show older comments
Hello everyone,
i was working with the following example https://de.mathworks.com/matlabcentral/fileexchange/36019-battery-modeling?s_tid=ta_fx_results and tried to do the parameter estimation. There is a data with the time, current and voltage. So what i did was, i ploted voltage over time and current over time to get current_in and voltage_out. And after the estimation i got the parameters such as Em R1 tau1 R0 and so on. But what i don't unterstand is, which temperature value belongs to these parameters? how to estimate the paramters for the other temperature vlaues? i can't use the same current_in and voltage_out. I would get the same parameter values.
Can somebody help me?
2 Comments
Answers (2)
Javier Gazzarri
on 23 Jan 2024
Hi Elvir,
The parameter estimation procedure is intended to be used on an isothermal experiment. The results you obtain are, therefore, those corresponding to the temperature at which the experiment was conducted. In order to complete the characterization, you need to repeat the procedure on the rest of the experiments done at all other temperatures. Each of them will give you a set of parameter vectors that you will then compile into the 2D look up tables with SOC and T as entry points.
Please let me know if you have any questions.
Best regards,
Javier
Javier Gazzarri
on 24 Jan 2024
Hi Elvir,
No, you don't need to worry about that. The isothermal simulation does not need any temperature setting on your part. Just keep the bock without the thermal port and work only on the electrical simulation. When you simulate the experiments done at different temperatures, the target voltage will be different and hence the parameters of the ECM will be adjusted accordingly.
Best regards,
Javier
See Also
Categories
Find more on Battery Pack Modeling 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!