State of charge estimation
조회 수: 14 (최근 30일)
이전 댓글 표시
Hello,
I am trying to do a SOC estimation of a lead-acid battery (12v and 17AH) using the Kalman filter method. I have my data from an stm32 controller (Cell voltage, pack current and cell temperature). From online research, i have to build a battery model and extract parameters and stuff. But i got an example model in matlab which uses a function to estimate the SOC using the Kalman method. Another option is the Kalman SOC block in simulink. The set back i have is, both methods require an SOC-OCV, temperature lookup table from which i can extract the various parameters (Rt, R1, R2, C1, C2 and SOC) relative to temperature and OCV. The tables used for these models are for a 4.2 volts lithium ion battery which are of not of interest to me.
Any ideas on how to get these lookup tables will be very helpful. Actually I really just need an accurate SOC estimation. It is necessary for my work to go forward but not the main focus of my work so other contributions will also help.
Bellow is the function I am using with its lookup tables that do not match my requirements.
Thanks
댓글 수: 0
답변 (1개)
Saksham
2023년 8월 24일
Hi Kizito,
I understand that resources you have found are for lithium-ion battery, but you need them for lead acid battery.
Below link might be helpful to you in exploring lead acid battery on MATLAB:
I hope the above resource will be helpful to you.
Sincerely,
Saksham
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Estimators에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!