identify most degraded cell in serially connected lithium-凯发k8网页登录
identify most degraded cell in serially connected lithium-ion battery pack
since r2022b
syntax
description
meandifferencemodel(
analyzes the
consistency of the open-circuit voltage (ocv) for each cell in a serially connected
lithium-ion battery pack and plots the results. the software combines the recursive least
square (rls) algorithm with the mean-difference model (mdm) to estimate the deviation of the
ocv of each cell from the mean ocv of the pack [1]. the larger the
deviation is in the negative direction, the more likely it is that the battery pack has a
fault condition, such as an internal short circuit. the plot legend identifies the cell with
the highest deviation, and therefore, the worst cell in the
pack.data
)
the algorithm imposes no restrictions on battery activity during the collection of
data
. the battery can be in any operating sequence, including
charging, discharging, and standby phases.
meandifferencemodel(
incorporates additional options specified by one or more name-value arguments. for example,
set the data
,name=value
)currentvariable
argument to 10
to specify that
the column with index 10
contains the pack current values.
[
returns the index of the worst cell worstcell
,deltae
,deltar0
] = meandifferencemodel(___)worstcell
, the deviation
deltae
of the cell voltages from the mean ocv, and the deviation
deltar0
of the internal resistances from the mean
r0 value. you can use this syntax with any of
the previous input-argument combinations.
examples
input arguments
output arguments
references
[1] ouyang, minggao, mingxuan zhang, xuning feng, languang lu, jianqiu li, xiangming he, and yuejiu zheng. “internal short circuit detection for battery pack using equivalent parameter and consistency method.” journal of power sources 294 (october 2015): 272–83. .
extended capabilities
version history
introduced in r2022b