How to find co-efficient beta value in simple battery model?

32 visualizzazioni (ultimi 30 giorni)
How to find the beta value in simple battery model using {AH1,V1} values?

Risposte (1)

Sabin
Sabin il 10 Mar 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.

Community

Più risposte nel  Power Electronics Control

Categorie

Scopri di più su Propulsion and Power Systems in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by