CN104573294A - Self-adaptive kalman filter estimation algorithm for power battery - Google Patents

Self-adaptive kalman filter estimation algorithm for power battery Download PDF

Info

Publication number
CN104573294A
CN104573294A CN201310481263.4A CN201310481263A CN104573294A CN 104573294 A CN104573294 A CN 104573294A CN 201310481263 A CN201310481263 A CN 201310481263A CN 104573294 A CN104573294 A CN 104573294A
Authority
CN
China
Prior art keywords
value
moment
covariance
state
algorithm
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201310481263.4A
Other languages
Chinese (zh)
Inventor
胡志坤
林勇
刘斌
杨为
郑远力
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to CN201310481263.4A priority Critical patent/CN104573294A/en
Publication of CN104573294A publication Critical patent/CN104573294A/en
Pending legal-status Critical Current

Links

Abstract

The invention discloses a self-adaptive kalman filter estimation algorithm for state of charger (SOC) for a power battery. According to the algorithm, the weighted sum of residual errors between output values measured each time and output values obtained by estimation and residual errors of the output values obtained by sigma points under various states can be obtained, then the weighted sum is regarded as an innovation to estimate the current noise covariance, the current noise covariance can be reduced along with the time, and the real-time feedback can be performed. Proved by theoretic and actual data validation, the algorithm can greatly improve the estimated accuracy of SOC.

Description

The adaptive Kalman filter algorithm for estimating of electrokinetic cell
Technical field
The present invention relates to a kind of adaptive Kalman filter algorithm for estimating of electrokinetic cell, particularly relate to adaptive noise covariance, the precision of error effect that the noise covariance being directed to the constant in the electrodeless Kalman filtering algorithm of square root brings estimation and propose the estimating algorithm in adaptive Kalman filter electricity pond dump energy (SOC).
Background technology
The state-of-charge (state of charge, SOC) of electrokinetic cell is estimated to have great importance to effective use of battery, is also one of gordian technique of battery management system.Because SOC not directly measures, and be amount of nonlinearity, also by the impact of other factors many, therefore very large to its difficulty estimated, improve estimated accuracy and be difficult to.At present conventional in engineering method is Current integrating method (ampere-hour method), but the method is responsive and easily produce cumulative errors to the initial value of SOC; The open-circuit voltage method experimentally adopted has good precision, but needs battery to leave standstill for a long time, is difficult to realize in vehicle condition; Neural network can be applied to any battery, but needs a large amount of training datas.Extended BHF approach (Extended Kalman Filter, EKF) algorithm needs calculating Jacobians matrix to make model linearization, thus introduce unnecessary linearized stability, electrodeless Kalman filtering (Unscented Kalman Filter, UKF) algorithm is a kind of new non-linear filtering method, relative EKF precision is improved, but there is the shortcoming of numerical instability, and the electrodeless Kalman filtering of square root (Square Root Unscented KalmanFilter, SR-UKF) algorithm not only has identical precision with UKF and adds the Positive of numerical stability and state covariance, but SR-UKF algorithm regards constant as noise covariance, the real-time update characteristic of noise can not be met, thus have impact on estimated accuracy.
Summary of the invention
The technical problem to be solved in the present invention is: in the electrodeless Kalman filtering algorithm of square root, constant noise covariance brings certain estimation error.In order to overcome this shortcoming, a kind of adaptive algorithm is proposed.Technical solution of the present invention is as follows:
1, the model of selected Ni-MH battery
The present invention has selected the electrochemical model of battery, and its discrete equation is as follows:
S k + 1 = S k - Δt C n I k + w k - - - ( 1 )
U k = K 0 - K 1 S k - K 2 S k + K 3 ln ( S k ) + K 4 ln ( 1 - S k ) - RI k - hH + v k - - - ( 2 )
S wherein krepresent the SOC in k moment; C nfor the rated capacity of battery, the present invention gets 30Ah; Δ t is sampling time interval, and the present invention gets 0.5s; Subscript k represents a kth sampled point; U and I represents terminal voltage voltage and current respectively, and the present invention gathers gained by related sensor; R represents the internal resistance of cell, and the present invention needs identification, w and ν represents process noise and measurement noises respectively, is all white Gaussian noises, and lag parameter when H is charge/discharge transformation, the present invention needs identification.H is the coefficient of lag parameter, and its value is as follows:
K 0, K 1, K 2, K 3, K 4describe battery open circuit voltage (U ocv, k) and SOC(S k) five unknown parameters of relation.
2, identification of Model Parameters
Carry out the experiment of intermittence (cycle 20min) constant-current discharge to battery at normal temperatures, integral method records battery open circuit voltage (U under calculating battery charge state (SOC) value and static condition ocv, k), matching obtains SOC(S k) and OCV relation
U ocv,k=F(S k) (4)
Utilize this relation just can pick out parameter K in conjunction with least square method 0, K 1, K 2, K 3, K 4.
Identification algorithm is as follows:
Make M k=[1-(1/S k)-S kln (S k) ln (1-S k)], M=[M 1m 2l M n] t
Then [K 0k 1k 2k 3k 4] t=(M tm) -1u ocv(5)
Here U ocv=[U ocv1u ocv2l U ocvN] be open-circuit voltage sequence, N represents sampling number.
The R of identification internal resistance below and discharge and recharge lag parameter H:
The voltage Y that each moment battery itself consumes can be obtained k=F (S k)-U k(6)
Then [R H]=(T tt) -1t ty (7)
Here Y=[Y 1y 2l Y n], T=[-I k-h].(8)
3, initialization
Can initialization be: α, P 0, wherein be the initial value of SOC, value of the present invention is 0.99; be respectively process noise covariance and measurement noises covariance initial value, the present invention gets 0.5 respectively.0.01; The value of α is by electrodeless Kalman Algorithm known 10 -4≤ α≤1, the present invention gets 0.001; P 0for the initial value of the covariance of state estimation error, the present invention is taken as 0.001.
4, sigma point is calculated
{ W ia power collection, be used for controlling the weight of each Sigma point, wherein w i m=W i c=1/{2 (L+ λ) }, the value of i is 1,2L2L.L is the dimension of state variable, λ=L (α 2-1) and it is scale parameter.Constant α determine Sigma point the scope of left and right, is normally placed in 10 -4in≤α≤1.When noise meets Gaussian distribution, the optimal value of β is 2.
By the known L=1 of model, so there are 3 sigma points.
First: second: 3rd:
Form a row vector χ k - 1 = S ^ k - 1 S ^ k - 1 + η P k - 1 S ^ k - 1 - η P k - 1 .
5, the square root of the covariance of the state estimation error in k moment is calculated
Calculate the square root of the covariance of the state estimation error in k moment, i.e. the state estimation error covariance of electrodeless Kalman filtering (UKF, Unscented KalmanFilter) algorithm the subduplicate specific algorithm of each several part as follows:
χ k | k - 1 = χ k - 1 - Δt C n I k + w k - - - ( 9 )
S ^ k - = Σ i = 0 2 L W i m χ i , k | k - 1 - - - ( 10 )
χ k|k-1represent the state value in the k moment released by the state in k-1 moment; χ i, k|k-1represent the state value in i-th k moment obtained by the Sigma point estimation of the state estimation in k-1 moment, represent the weighted sum of each state estimation.
P k - = qr { W 1 c ( χ 1 : 2 L , k | k - 1 - S ^ k - ) R k w } - - - ( 11 )
P Sk - = P k - ± | W 0 c | ( χ 0 , k | k - 1 - S ^ k - ) ( χ 0 , k | k - 1 - S ^ k - ) T - - - ( 12 )
be upper triangular matrix, the R factor namely in QR decomposition is also matrix W 1 c ( χ 1 : 2 L , k | k - 1 - S k - W ) R k w The transposition of the Chlesky factor.It can thus be appreciated that be each several part square root.Due to may be negative value, so by P Sk - = P k - ± | W 0 c | ( χ 0 , k | k - 1 - S ^ k - ) ( χ 0 , k | k - 1 - S ^ k - ) T Overcome, in formula positive and negative by determine, for just just namely getting, for negative namely get negative.
6, the specific algorithm of time renewal and measurement updaue:
The first step: calculate the updated value exported
U k = K 0 - K 1 χ k | k - 1 - K 2 χ k | k - 1 + K 3 ln ( χ k | k - 1 ) + K 4 ln ( 1 - χ k | k - 1 ) - RI k - h k H + v k - - - ( 13 )
U ^ k - = Σ i = 0 2 L W i m U i , k | k - 1 - - - ( 14 )
U k|k-1represent the output valve vector in the k moment calculated by each sigma point of quantity of state, U i, k|k-1represent the output estimation value in the k moment that i-th sigma point calculates, i.e. U k|k-1in element, represent the weighted sum of each estimated value, be used as the output estimation value in new moment.
Second step: measurement updaue:
1) the square root P of the covariance exporting residual error is calculated uk, the cross covariance of state estimation error and output valve evaluated error
P Uk = qr { W 1 c ( U 1 : 2 L , k | k - 1 - U ^ k - ) R k v } - - - ( 15 )
P Uk - = P Uk ± | W 0 c | ( U 0 , k | k - 1 - U ^ k - ) ( U 0 , k | k - 1 - U ^ k - ) T - - - ( 16 )
P S k , U k = Σ i = 0 2 L W i c [ χ i , k | k - 1 - S ^ k - ] [ U i , k | k - 1 - U ^ k - ] T - - - ( 17 )
2) kalman gain κ is calculated k
κ k = ( P S k , U k / P U k T / P U k ) - - - ( 18 )
3) state estimation:
S ^ k = S ^ k - + κ k ( U k - U ^ k - ) - - - ( 19 )
4) state error covariance upgrades:
H = κ k P Uk - - - - ( 20 )
P k = P Sk - - HH T - - - ( 21 )
H represent state estimation error covariance-weighted and.Be used for computing mode error covariance upgrade.
7, the real-time process of process noise covariance and measurement noises covariance
Calculate with
μ k = U k - ( K 0 - K 1 S k - K 2 S k + K 3 ln ( S k ) + K 4 ln ( 1 - S k ) - RI k - h k H + v k ) - - - ( 22 )
F k = μ k μ k T - - - ( 23 )
R k v = F k + Σ i = 0 2 L W i c ( U i , k | k - 1 - U k ) ( U i , k | k - 1 - U k ) T - - - ( 24 )
R k w = κ k F k κ k T - - - ( 25 )
μ k(U i, k|k-1-U k) be the residual error that each Sigma point of residual sum of output quantity estimates the measurement output quantity obtained respectively.
Prove
R k v = F k + Σ i = 0 2 L W i c ( U i , k | k - 1 - U k ) ( U i , k | k - 1 - U k ) T
R k w = κ k F k κ k T
Card:
Known:
v k = U k - ( K 0 - K 1 S k - K 2 S k + K 3 ln ( S k ) + K 4 ln ( 1 - S k ) - RI k - h k H )
v ‾ k = Σ i = 0 2 L W i c ( U i , k | k - 1 - U k )
be each sigma point output quantity residual weighted and, as v kvaluation.
Obvious μ again kthe residual values of output quantity, F kit is the residual covariance of output quantity
So measurement noises covariance estimated value be the weighted sum of each each part mentioned above:
R k v = F k + Σ i = 0 2 L W i c ( U i , k | k - 1 - U k ) ( U i , k | k - 1 - U k ) T .
Again from the equation of state in model:
w k = S k + 1 - ( S k - Δt C n I k )
And
w ^ k = S ^ k - S ^ k - = κ k ( U k - U ^ k - ) = κ k v ^ k
for w kestimated value
Again because
κ k v ^ k ≈ κ k μ k
So
R k w = w ^ k w ^ k T = κ k F k κ k T
Card is finished.
Accompanying drawing explanation
Fig. 1 is for being 1.2v for 10 joint rated voltages, and rated capacity is that the Ni-MH battery of 30Ah is composed in series SOC value that tested object algorithm estimates and the value that original algorithm is estimated and experiment value;
Fig. 2 is for being 1.2v for 10 joint rated voltages, and rated capacity is that the Ni-MH battery of 30Ah is composed in series SOC value that tested object algorithm estimates and the precision that original algorithm is estimated;
Embodiment
6, the model of selected Ni-MH battery
The present invention has selected the electrochemical model of battery, and its discrete equation is as follows:
S k + 1 = S k - Δt C n I k + w k - - - ( 1 )
U k = K 0 - K 1 S k - K 2 S k + K 3 ln ( S k ) + K 4 ln ( 1 - S k ) - RI k - hH + v k - - - ( 2 )
S wherein krepresent the SOC in k moment; C nfor the rated capacity of battery, the present invention gets 30Ah; Δ t is sampling time interval, and the present invention gets 0.5s; Subscript k represents a kth sampled point; U and I represents terminal voltage voltage and current respectively, and the present invention gathers gained by related sensor; R represents the internal resistance of cell, and the present invention needs identification, w and ν represents process noise and measurement noises respectively, is all white Gaussian noises, and lag parameter when H is charge/discharge transformation, the present invention needs identification.H is the coefficient of lag parameter, and its value is as follows:
K 0, K 1, K 2, K 3, K 4describe battery open circuit voltage (U ocv, k) and SOC(S k) five unknown parameters of relation.
7, identification of Model Parameters
Carry out the experiment of intermittence (cycle 20min) constant-current discharge to battery at normal temperatures, integral method records battery open circuit voltage (U under calculating battery charge state (SOC) value and static condition ocv, k), matching obtains SOC(S k) and OCV relation
U ocv,k=F(S k) (4)
Utilize this relation just can pick out parameter K in conjunction with least square method 0, K 1, K 2, K 3, K 4.
Identification algorithm is as follows:
Make M k=[1-(1/S k)-S kln (S k) ln (1-S k)], M=[M 1m 2l M n] t
Then [K 0k 1k 2k 3k 4] t=(M tm) -1u ocv(5)
Here U ocv=[U ocv1u ocv2l U ocvN] be open-circuit voltage sequence, N represents sampling number.
The R of identification internal resistance below and discharge and recharge lag parameter H:
The voltage Y that each moment battery itself consumes can be obtained k=F (S k)-U k(6)
Then [R H]=(T tt) -1t ty (7)
Here Y=[Y 1y 2l Y n], T=[-I k-h].(8)
8, initialization
Can initialization be: α, P 0, wherein be the initial value of SOC, value of the present invention is 0.99; be respectively process noise covariance and measurement noises covariance initial value, the present invention gets 0.5 respectively.0.01; The value of α is by electrodeless Kalman Algorithm known 10 -4≤ α≤1, the present invention gets 0.001; P 0for the initial value of the covariance of state estimation error, the present invention is taken as 0.001.
9, sigma point is calculated
{ W ia power collection, be used for controlling the weight of each Sigma point, wherein w i m=W i c=1/{2 (L+ λ) }, the value of i is 1,2L2L.L is the dimension of state variable, λ=L(α 2-1) and it is scale parameter.Constant α determine Sigma point the scope of left and right, is normally placed in 10 -4in≤α≤1.When noise meets Gaussian distribution, the optimal value of β is 2.
By the known L=1 of model, so there are 3 sigma points.
First: second: 3rd:
Form a row vector χ k - 1 = S ^ k - 1 S ^ k - 1 + η P k - 1 S ^ k - 1 - η P k - 1 .
10, the square root of the covariance of the state estimation error in k moment is calculated
Calculate the square root of the covariance of the state estimation error in k moment, i.e. the state estimation error covariance of electrodeless Kalman filtering (UKF, Unscented KalmanFilter) algorithm the subduplicate specific algorithm of each several part as follows:
χ k | k - 1 = χ k - 1 - Δt C n I k + w k - - - ( 9 )
S ^ k - = Σ i = 0 2 L W i m χ i , k | k - 1 - - - ( 10 )
χ k|k-1represent the state value in the k moment released by the state in k-1 moment; χ i, k|k-1represent the state value in i-th k moment obtained by the Sigma point estimation of the state estimation in k-1 moment, represent the weighted sum of each state estimation.
P k - = qr { W 1 c ( χ 1 : 2 L , k | k - 1 - S ^ k - ) R k w } - - - ( 11 )
P Sk - = P k - ± | W 0 c | ( χ 0 , k | k - 1 - S ^ k - ) ( χ 0 , k | k - 1 - S ^ k - ) T - - - ( 12 )
be upper triangular matrix, the R factor namely in QR decomposition is also matrix W 1 c ( χ 1 : 2 L , k | k - 1 - S k - W ) R k w The transposition of the Chlesky factor.It can thus be appreciated that be each several part square root.Due to may be negative value, so by P Sk - = P k - ± | W 0 c | ( χ 0 , k | k - 1 - S ^ k - ) ( χ 0 , k | k - 1 S ^ k - ) T Overcome, in formula positive and negative by determine, for just just namely getting, for negative namely get negative.
6, the specific algorithm of time renewal and measurement updaue:
The first step: calculate the updated value exported
U k = K 0 - K 1 χ k | k - 1 - K 2 χ k | k - 1 + K 3 ln ( χ k | k - 1 ) + K 4 ln ( 1 - χ k | k - 1 ) - RI k - h k H + v k - - - ( 13 )
U ^ k - = Σ i = 0 2 L W i m U i , k | k - 1 - - - ( 14 )
U k|k-1represent the output valve vector in the k moment calculated by each sigma point of quantity of state, U i, k|k-1represent the output estimation value in the k moment that i-th sigma point calculates, i.e. U k|k-1in element, represent the weighted sum of each estimated value, be used as the output estimation value in new moment.
Second step: measurement updaue:
1) the square root P of the covariance exporting residual error is calculated uk, the cross covariance of state estimation error and output valve evaluated error
P Uk = qr { W 1 c ( U 1 : 2 L , k | k - 1 - U ^ k - ) R k v } - - - ( 15 )
P Uk - = P Uk ± | W 0 c | ( U 0 , k | k - 1 - U ^ k - ) ( U 0 , k | k - 1 - U ^ k - ) T - - - ( 16 )
P S k , U k = Σ i = 0 2 L W i c [ χ i , k | k - 1 - S ^ k - ] [ U i , k | k - 1 - U ^ k - ] T - - - ( 17 )
2) kalman gain κ is calculated k
κ k = ( P S k , U k / P U k T / P U k ) - - - ( 18 )
3) state estimation:
S ^ k = S ^ k - + κ k ( U k - U ^ k - ) - - - ( 19 )
4) state error covariance upgrades:
H = κ k P Uk - - - - ( 20 )
P k = P Sk - - HH T - - - ( 21 )
H represent state estimation error covariance-weighted and.Be used for computing mode error covariance upgrade.
8, the real-time process of process noise covariance and measurement noises covariance
Calculate with
μ k = U k - ( K 0 - K 1 S k - K 2 S k + K 3 ln ( S k ) + K 4 ln ( 1 - S k ) - RI k - h k H + v k ) - - - ( 22 )
F k = μ k μ k T - - - ( 23 )
R k v = F k + Σ i = 0 2 L W i c ( U i , k | k - 1 - U k ) ( U i , k | k - 1 - U k ) T - - - ( 24 )
R k w = κ k F k κ k T - - - ( 25 )
μ k(U i, k|k-1-U k) be the residual error that each Sigma point of residual sum of output quantity estimates the measurement output quantity obtained respectively.
Prove
R k v = F k + Σ i = 0 2 L W i c ( U i , k | k - 1 - U k ) ( U i , k | k - 1 - U k ) T
R k w = κ k F k κ k T
Card:
Known:
v k = U k - ( K 0 - K 1 S k - K 2 S k + K 3 ln ( S k ) + K 4 ln ( 1 - S k ) - RI k - h k H )
v ‾ k = Σ i = 0 2 L W i c ( U i , k | k - 1 - U k )
be each sigma point output quantity residual weighted and, as v kvaluation.
Obvious μ again kthe residual values of output quantity, F kit is the residual covariance of output quantity
So measurement noises covariance estimated value be the weighted sum of each each part mentioned above:
R k v = F k + Σ i = 0 2 L W i c ( U i , k | k - 1 - U k ) ( U i , k | k - 1 - U k ) T .
Again from the equation of state in model:
w k = S k + 1 - ( S k - Δt C n I k )
And
w ^ k = S ^ k - S ^ k - = κ k ( U k - U ^ k - ) = κ k v ^ k
for w kestimated value
Again because
κ k v ^ k ≈ κ k μ k
So
R k w = w ^ k w ^ k T = κ k F k κ k T
Card is finished.
Experimental verification of the present invention:
By being 1.2v by 10 joint rated voltages, rated capacity is that the Ni-MH battery of 30Ah is composed in series tested object.The value that the SOC value of algorithm estimation and original algorithm are estimated and experiment value are as shown in Figure of description 1, and the curve of wherein estimation of the present invention is ASR-UKF, and the estimation curve of former algorithm is SR-UKF.Experiment show relatively former algorithm, precision is improved generally, error in 1.5%, as shown in Figure of description 2.

Claims (3)

1. electrokinetic cell adaptive Kalman filter algorithm for estimating choosing battery model be simplify a battery electrochemical model, its discrete state equations and output equation as follows:
S wherein krepresent the SOC in k moment, C nfor the rated capacity of battery, value of the present invention is 30Ah, and Δ t is sampling time interval, value of the present invention is 0.5s, subscript k represents a kth sampled point, U and I represents terminal voltage voltage and current respectively, can obtain by related sensor sampling, R represents the internal resistance of cell, the present invention needs identification, w and ν represents process noise and measurement noises respectively, is all white Gaussian noises, lag parameter when H is charge/discharge transformation, the present invention needs identification.H is the coefficient of lag parameter, and its value is as follows:
K 0, K 1, K 2, K 3, K 4describe battery open circuit voltage U ocvwith S kfive unknown parameters of relation.
Comprise the following steps:
1) preparation of model: parameter identification, setting initial value, the square root calculating sigma point, calculate the covariance of the state estimation error in k moment
2) Kalman filtering: the time upgrades, measurement updaue.
2. as described in right 1, it is characterized in that, the preparation of model in step 1, the concrete grammar of parameter identification is as follows:
Carry out the experiment of intermittence (cycle 20min) constant-current discharge to battery at normal temperatures, integral method records battery open circuit voltage (U under calculating battery charge state (SOC) value and static condition ocv), obtain S kwith U ocv, krelation
Utilize this relation just can pick out parameter K in conjunction with least square method 0, K 1, K 2, K 3, K 4.
Identification algorithm is as follows:
Make M k=[1-(1/S k)-S kln (S k) ln (1-S k)], M=[M 1m 2l M n] t
Then [K 0k 1k 2k 3k 4] t=(M tm) -1u ocv(5)
Here U ocv=[U ocv, 1u ocv, 2l U ocv, N] be open-circuit voltage sequence, N represents sampling number.
The R of identification internal resistance below and discharge and recharge lag parameter H:
Can be obtained by (1) and (4): the voltage Y that each moment battery itself consumes k=F (S k)-U k(6)
Then [R H]=(T tt) -1t ty (7)
Here Y=[Y 1y 2l Y n], T=[-I k-h].(8)
Initialization, its concrete grammar is as follows:
Can initialization be: α, P 0, wherein be the initial value of SOC, value of the present invention is 0.99; be respectively process noise covariance and measurement noises covariance initial value, the present invention gets 0.5 respectively.0.01; The value of α is by electrodeless Kalman Algorithm known 10 -4≤ α≤1, the present invention gets 0.001; P 0for the initial value of the covariance of state estimation error, the present invention is taken as 0.001, and its square root just directly can be asked for evolution,
The state vector χ in the k moment utilizing the estimation of the Sigma of the state estimation in k-1 moment point to obtain k|k-1.
Because { W ia power collection, be used for controlling the weight of each Sigma point, wherein w i m=W i c=1/{2 (L+ λ) }, the value of i is 1,2L2L.L is the dimension of state variable, λ=L(α 2-1) and it is scale parameter.Constant α determine Sigma point the scope of left and right, is normally placed in 10 -4in≤α≤1.When noise meets Gaussian distribution, the optimal value of β is 2.By the known L=1 of model, so there are 3 sigma points.
First: second: 3rd:
They form a row vector
(9) χ in k|k-1represent by the state value seeing the k+1 moment that the state in moment is released, χ in formula (10) i, k|k-1represent the state value in i-th k moment obtained by the Sigma point estimation of the state estimation in k-1 moment, represent the weighted sum of each state estimation.Calculate the square root of covariance and the state estimation error covariance of electrodeless Kalman filtering (UKF, Unscented Kalman Filter) algorithm of the state estimation error in k moment the subduplicate specific algorithm of each several part as follows:
(11) in formula be upper triangular matrix, the R factor namely in QR decomposition is also matrix the transposition of the Chlesky factor.It can thus be appreciated that be each several part square root.Due to may be negative value, so by overcome, in formula positive and negative by determine, for just just namely getting, for negative namely get negative, here with process noise covariance and the measurement noises covariance in k moment respectively.
3. as described in right 1, it is characterized in that, the time that step 2 Kalman filtering comprises upgrades, measurement updaue, and the specific algorithm of time renewal and measurement updaue is as follows:
Calculate the updated value exported:
U k|k-1represent the output valve vector in the k moment calculated by each sigma point of quantity of state, U i, k|k-1represent the output estimation value in the k moment that i-th sigma point calculates, i.e. U k|k-1in element, represent the weighted sum of each estimated value, be used as the output estimation value in new moment.
Measurement updaue:
The first step: the square root P calculating the covariance exporting residual error uk, the cross covariance of state estimation error and output valve evaluated error
Second step: calculate kalman gain κ k
State estimation:
By and κ kcan obtain:
State error covariance upgrades:
H represent state estimation error covariance-weighted and.Be used for computing mode error covariance upgrade.
Calculate with
μ k(U i, k|k-1-U k) be measure the residual error that each Sigma point of residual sum of output quantity estimates the measurement output quantity obtained respectively.
CN201310481263.4A 2013-10-15 2013-10-15 Self-adaptive kalman filter estimation algorithm for power battery Pending CN104573294A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310481263.4A CN104573294A (en) 2013-10-15 2013-10-15 Self-adaptive kalman filter estimation algorithm for power battery

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310481263.4A CN104573294A (en) 2013-10-15 2013-10-15 Self-adaptive kalman filter estimation algorithm for power battery

Publications (1)

Publication Number Publication Date
CN104573294A true CN104573294A (en) 2015-04-29

Family

ID=53089347

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310481263.4A Pending CN104573294A (en) 2013-10-15 2013-10-15 Self-adaptive kalman filter estimation algorithm for power battery

Country Status (1)

Country Link
CN (1) CN104573294A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105044606A (en) * 2015-07-01 2015-11-11 西安交通大学 SOC estimation method based on parameter adaptive battery model
CN105182246A (en) * 2015-09-08 2015-12-23 盐城工学院 Parallel battery system charge state estimation method based on unscented Kalman filter
CN105607010A (en) * 2016-02-02 2016-05-25 北京理工大学 Method for estimating health state of power battery of electric vehicle
CN106896324A (en) * 2017-01-20 2017-06-27 东莞市德尔能新能源股份有限公司 A kind of SOC methods of estimation
CN108490356A (en) * 2018-03-06 2018-09-04 福建工程学院 A kind of lithium battery SOC estimation method for improving EKF algorithms
CN109917279A (en) * 2017-12-13 2019-06-21 上海五零盛同信息科技有限公司 Battery capacity detection circuit and its detection method under online non-constant load
CN110058160A (en) * 2019-04-29 2019-07-26 西安理工大学 The prediction technique of lithium battery health status based on SREKF
CN110596593A (en) * 2019-08-26 2019-12-20 浙江大学 Lithium ion battery SOC estimation method based on intelligent adaptive extended Kalman filtering
US11360147B2 (en) * 2020-03-03 2022-06-14 Karma Automotive Llc Method of determining the state of charge of a battery used in an electric vehicle

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102062841A (en) * 2009-11-11 2011-05-18 北汽福田汽车股份有限公司 Estimation method and system of state of charge (SOC) of power battery
CN102831100A (en) * 2012-07-18 2012-12-19 深圳职业技术学院 Method and device for estimating state of charge of battery
CN102998629A (en) * 2012-12-16 2013-03-27 天津大学 Method for estimating lithium battery charge state

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102062841A (en) * 2009-11-11 2011-05-18 北汽福田汽车股份有限公司 Estimation method and system of state of charge (SOC) of power battery
CN102831100A (en) * 2012-07-18 2012-12-19 深圳职业技术学院 Method and device for estimating state of charge of battery
CN102998629A (en) * 2012-12-16 2013-03-27 天津大学 Method for estimating lithium battery charge state

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
李鹏等: "自适适适应应应平平平方方方根根根无无无迹迹迹卡卡卡尔尔尔曼曼曼滤滤滤波波波算算算法法法", 《控制理论与应用》 *
王军平等: "基于自适应滤波的电动汽车动力电池核电状态估计方法", 《机械工程学报》 *
许波等: "改进型平方根无迹卡尔曼滤波及其在无轴承永磁同步电机无速度传感器运行中的应用", 《控制理论与应用》 *
高明煜等: "基于采样点卡尔曼滤波的动力电池SOC估计", 《电工技术学报》 *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105044606A (en) * 2015-07-01 2015-11-11 西安交通大学 SOC estimation method based on parameter adaptive battery model
CN105044606B (en) * 2015-07-01 2018-03-02 西安交通大学 A kind of SOC methods of estimation based on parameter adaptive battery model
CN105182246A (en) * 2015-09-08 2015-12-23 盐城工学院 Parallel battery system charge state estimation method based on unscented Kalman filter
CN105607010A (en) * 2016-02-02 2016-05-25 北京理工大学 Method for estimating health state of power battery of electric vehicle
CN106896324A (en) * 2017-01-20 2017-06-27 东莞市德尔能新能源股份有限公司 A kind of SOC methods of estimation
CN109917279A (en) * 2017-12-13 2019-06-21 上海五零盛同信息科技有限公司 Battery capacity detection circuit and its detection method under online non-constant load
CN109917279B (en) * 2017-12-13 2023-02-17 上海五零盛同信息科技有限公司 Battery capacity detection circuit under online non-constant load and detection method thereof
CN108490356A (en) * 2018-03-06 2018-09-04 福建工程学院 A kind of lithium battery SOC estimation method for improving EKF algorithms
CN110058160A (en) * 2019-04-29 2019-07-26 西安理工大学 The prediction technique of lithium battery health status based on SREKF
CN110596593A (en) * 2019-08-26 2019-12-20 浙江大学 Lithium ion battery SOC estimation method based on intelligent adaptive extended Kalman filtering
CN110596593B (en) * 2019-08-26 2020-08-04 浙江大学 Lithium ion battery SOC estimation method based on intelligent adaptive extended Kalman filtering
US11360147B2 (en) * 2020-03-03 2022-06-14 Karma Automotive Llc Method of determining the state of charge of a battery used in an electric vehicle
US11913995B2 (en) 2020-03-03 2024-02-27 Karma Automotive Llc Method of determining the state of charge of a battery used in an electric vehicle

Similar Documents

Publication Publication Date Title
CN104573294A (en) Self-adaptive kalman filter estimation algorithm for power battery
Xu et al. State of charge estimation for lithium-ion batteries based on adaptive dual Kalman filter
Xiong et al. Model-based state of charge and peak power capability joint estimation of lithium-ion battery in plug-in hybrid electric vehicles
CN102831100B (en) Battery charge state evaluation method and device
CN103472398B (en) Based on the electrokinetic cell SOC method of estimation of spreading kalman particle filter algorithm
CN101604005B (en) Estimation method of battery dump energy based on combined sampling point Kalman filtering
Huria et al. Simplified extended kalman filter observer for soc estimation of commercial power-oriented lfp lithium battery cells
CN102998629B (en) Method for estimating lithium battery charge state
CN109946623A (en) A kind of SOC estimation online method of lithium battery
CN109061506A (en) Lithium-ion-power cell SOC estimation method based on Neural Network Optimization EKF
CN104617623B (en) A kind of electric automobile power battery group balance control method
CN105974327A (en) Lithium battery pack SOC prediction method based on neural network and UKF
CN106054085A (en) Method for estimating SOC of battery on the basis of temperature
CN107219466A (en) A kind of lithium battery SOC estimation method for mixing EKF
CN104535932A (en) Lithium ion battery charge state estimating method
Fleischer et al. On-line self-learning time forward voltage prognosis for lithium-ion batteries using adaptive neuro-fuzzy inference system
CN102981125A (en) SOC (Stress Optical Coefficient) estimation method for power batteries based on RC (Remote Control) equivalent model
CN103529398A (en) Online lithium ion battery SOC (state of charge) estimation method based on extended Kalman filter
CN104267354A (en) Peak power prediction method for power battery
CN104181470A (en) Battery state-of-charge (SOC) estimation method based on nonlinear prediction extended Kalman filtering
CN105717460A (en) Power battery SOC estimation method and system based on nonlinear observer
CN107167743A (en) Charge state estimation method and device based on electric vehicle
CN105334462A (en) Online estimation method for battery capacity loss
CN104535934A (en) Online feed-forward compensating power battery charge state estimating method and system
CN105510829A (en) Novel lithium ion power cell SOC estimation method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20150429