How to find co-efficient beta value in simple battery model?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
How to find the beta value in simple battery model using {AH1,V1} values?
1 Kommentar
KALYAN ACHARJYA
am 11 Aug. 2018
Share the expression with various parameters, then only we can help you
Antworten (1)
Sabin
am 10 Mär. 2023
The coefficient beta is computed using {AH1,V1} values. Considering V = Vnom*SOC/(1-beta*(1-SOC)), for a simple case we can do something like:
x = (AH - AH1)/AH
y = V1/Vnom
beta = (x+y-1)/x/y
The complexity will increase in case of adding fading, thermal effects, etc.
0 Kommentare
Communitys
Weitere Antworten in Power Electronics Control
Siehe auch
Kategorien
Find more on Sources 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!