Next Article in Journal
Infrared Small Target Detection Based on Non-Overlapping Patch Model via l0-l1 Norm
Next Article in Special Issue
Battery Charger Based on a Resonant Converter for High-Power LiFePO4 Batteries
Previous Article in Journal
Task Space Trajectory Planning for Robot Manipulators to Follow 3-D Curved Contours
Previous Article in Special Issue
Battery Charging Procedure Proposal Including Regeneration of Short-Circuited and Deeply Discharged LiFePO4 Traction Batteries
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Estimation of the State of Charge of Lithium Batteries Based on Adaptive Unscented Kalman Filter Algorithm

School of Mechanical, Electrical and Information Engineering, Shandong University, Weihai 264209, China
*
Author to whom correspondence should be addressed.
Electronics 2020, 9(9), 1425; https://doi.org/10.3390/electronics9091425
Submission received: 24 July 2020 / Revised: 19 August 2020 / Accepted: 31 August 2020 / Published: 2 September 2020

Abstract

:
The state of charge (SOC) estimation of the battery is one of the important functions of the battery management system of the electric vehicle, and the accurate SOC estimation is of great significance to the safe operation of the electric vehicle and the service life of the battery. Among the existing SOC estimation methods, the unscented Kalman filter (UKF) algorithm is widely used for SOC estimation due to its lossless transformation and high estimation accuracy. However, the traditional UKF algorithm is greatly affected by system noise and observation noise during SOC estimation. Therefore, we took the lithium cobalt oxide battery as the analysis object, and designed an adaptive unscented Kalman filter (AUKF) algorithm based on innovation and residuals to estimate SOC. Firstly, the second-order RC equivalent circuit model was established according to the physical characteristics of the battery, and the least square method was used to identify the parameters of the model and verify the model accuracy. Then, the AUKF algorithm was used for SOC estimation; the AUKF algorithm monitors the changes of innovation and residual in the filter and updates system noise covariance and observation noise covariance in real time using innovation and residual, so as to adjust the gain of the filter and realize the optimal estimation. Finally came the error comparison analysis of the estimation results of the UKF algorithm and AUKF algorithm; the results prove that the accuracy of the AUKF algorithm is 2.6% better than that of UKF algorithm.

1. Introduction

In recent years, with the escalating energy crisis and environmental problems, low-pollution, high-efficiency electric vehicles (EVs) have become a hot spot in the automotive industry. Lithium-ion batteries have the characteristics of small size, light weight, high energy density, large output power and high safety performance, and have become the first choice for energy storage devices of EVs [1,2,3]. State of charge (SOC) is used to directly reflect the remaining capacity of the battery, which is an important basis for the vehicle control system to formulate an optimal energy management strategy. SOC is an important battery performance parameter; accurate estimation of SOC is of great significance to improve battery safety performance, extend battery life and ensure reliable operation of battery system [4,5].
At present, the commonly used SOC estimation methods for lithium batteries include the ampere-hour integration method, the open circuit voltage method, the neural network method, the particle filter algorithm and the Kalman Filter (KF) method. Among them, the ampere-hour integration method estimates the SOC of the battery by accumulating the amounts of charge and discharge, and at the same time compensates the estimated SOC according to the self-discharge rate [6,7]. The ampere-hour integration method is relatively simple; it can dynamically estimate the battery SOC, but the current integration needs to obtain the initial SOC value, and the battery current must be accurately collected, which leads to the accumulation of SOC estimation errors over time. In practical applications, the ampere-hour integration method is usually used in combination with other methods to improve the estimation accuracy.
The open circuit voltage method is to indirectly fit the corresponding relationship between the open circuit voltage and the battery SOC, according to the relationship between the open circuit voltage of the battery and the lithium ion concentration in the battery [8,9]. The open circuit voltage method requires the battery to be placed statically for a long time to obtain a stable terminal voltage. Therefore, the open circuit voltage method cannot be used to estimate the SOC of the battery online in real time.
The neural network method is an algorithm for simulating the human brain and its neurons to deal with nonlinear systems, without in-depth study of the internal structure of the battery. The neural network method only needs to extract a large number of input and output samples from the target battery in accordance with its working characteristics in advance, and input it into the system established by using this method, and the SOC of the battery can be obtained [10,11]. The neural network method has high operational complexity, and it needs to extract a large amount of comprehensive target sample data to train the system. The input training data and training method will affect the accuracy of SOC estimation to a large extent.
The particle filtering is a process of approximating the probability density function by finding a set of random samples propagating in the state space, replacing the integral operation with the sample mean and then obtaining the minimum variance estimation process of the system state [12,13]. The particle filter algorithm is suitable for nonlinear non-Gaussian systems. The more particles used, the more accurate the SOC estimation value. However, as the number of particles increases, the calculation load increases. Additionally, particle degradation and insufficient particle diversity will seriously affect the SOC estimation results.
The KF algorithm is a type of optimized autoregressive data filtering algorithm. The essence of the algorithm is to make an optimal estimate of complex dynamic systems according to the principle of least mean square error [14,15,16,17,18]. KF algorithm overcomes the serious shortcoming of the current integration dependence on the initial value, and does not require a large number of sample data, and can be used to estimate the battery SOC online. In the SOC estimation of electric vehicle power batteries with complex operating conditions, the KF algorithm has a significant application value, and has become a hot spot in the research of battery SOC estimation algorithms in recent years [19,20]. The KF is an algorithm that uses the linear system state equation to observe the system input and output data to optimally estimate the state of the system.
Since KF cannot solve the problem of nonlinear systems, study [21] used the extended Kalman filter (EKF) to expand nonlinear systems into linear systems using Taylor series. EKF is an extended form of the standard Kalman filter in non-linear situations, and it is a highly efficient recursive filter. The basic idea of EKF is to use Taylor series expansion to linearize the nonlinear system, and then use the Kalman filter framework to filter the signal, so it is a sub-optimal filter. EKF algorithm is used for SOC estimation in battery management systems (BMSs), and has achieved good results in SOC estimation based on equivalent circuit model [22,23,24]. Although this method solves the nonlinear problem, it ignores high-order terms and increases linear errors, which may cause the filter to diverge.
Reference [25] used the unscented Kalman filter (UKF) to perform an unscented transformation on a nonlinear system without ignoring higher-order terms, which improved the accuracy of the estimation. UKF is a combination of unscented transform and standard Kalman filter system. Through unscented transform, the nonlinear system equation is suitable for the standard Kalman system under the linear assumption. The basic idea of UKF is Kalman filtering and unscented transform, which can effectively overcome the problems of low accuracy and poor stability of EKF estimation. As high-order terms are not ignored, the calculation accuracy of nonlinear distribution statistics is high. However, the uncertainty of the battery model and system noise is not considered. Uncertainty of model noise and system noise will lead to increased error, slow convergence speed and filter divergence. Reference [26] introduces adaptive filtering on the basis of UKF, and replaces system noise covariance and observation noise covariance of UKF with adaptive-filter-estimated system noise covariance and observation noise covariance, respectively. In order to update the system error and the observation error in real time, the filtering effect is relatively good, but the adaptive filtering cannot truly reflect the system noise and the observation noise error, so it can be further improved.
In the traditional UKF algorithm [27,28], the system noise covariance and the observation noise covariance are usually set as constants, which cannot truly reflect the dynamic characteristics of noise, and have a certain influence on the accuracy of SOC estimation. In view of the shortcomings of the traditional UKF algorithm in the case of low model accuracy and uncertain noise, we designed an adaptive unscented Kalman filter (AUKF). The AUKF algorithm monitors the dynamic changes of innovation and residual in the filter in real time; corrects the system noise covariance and observation noise covariance in real time; and adjusts the filter gain to improve the estimation accuracy.
The organizational structure of this paper is as follows. In Section 1, the common methods for battery SOC estimation are introduced, and the methods designed in this paper are briefly introduced. In Section 2, the second-order RC equivalent circuit model is established, the parameters are identified and the accuracy of the model is verified. In Section 3, the traditional UKF algorithm and the AUKF algorithm designed in this paper are introduced. In Section 4, the convergence speed and estimation accuracy of the UKF algorithm and AUKF algorithm are compared through experiments. In Section 5, the work and research results of this paper are summarized.

2. Lithium Battery Model

2.1. The Second-Order RC Equivalent Circuit Model of a Lithium-Ion Battery

An accurate battery model is the basis for SOC estimation. Battery models can be roughly divided into electrochemical models [29,30], mathematical models [31] and equivalent circuit models [32,33]. Although the accuracy of the electrochemical model is high, the structure is complex and difficult to implement, and it is not suitable for modeling actual working conditions. The mathematical model has a simple structure and is easy to calculate, but it is difficult to describe the external characteristics of the battery. Considering the complexity and accuracy of the battery model, this paper uses a second-order RC equivalent circuit model [34]; the schematic diagram is shown in Figure 1.
In Figure 1, U O C ( S O C ) represents the battery open circuit voltage related to SOC; I b a t represents the open circuit current of the battery, and the discharge current is a positive value; U b a t represents the battery terminal voltage; R s i represents the ohmic internal resistance of the battery; R t f and C t f represent the polarization resistance and polarization capacitance of the battery respectively; R t s and C t s represent concentration polarization resistance and concentration polarization capacitance respectively; U t f and U t s represent the voltage across the polarization capacitance and the concentration polarization capacitance, respectively. According to Kirchhoff’s law, the state equation and output equation of the equivalent circuit can be obtained:
{ d U t f d t = U t f R t f C t f + I b a t C t f d U t s d t = U t s R t s C t s + I b a t C t s d S O C d t = I b a t Q b a t
U b a t = U O C ( S O C ) R s i I b a t U t f U t s
where Q b a t is the rated capacity of the battery.

2.2. Parameter Identification

Parameter identification technology is a technology that combines theoretical models and experimental data for prediction. Parameter identification determines the parameter values of a group of models based on the model established by the experimental data, so that the numerical results calculated by the model can better fit the test data, so that the unknown process can be predicted.
In this section, we identify the parameters through the voltage response curve of battery discharge and combine Equations (1) and (2); the parameters to be identified are R s i , R t f , C t f , R t s , C t s and function relationship U O C ( S O C ) .
The cell model used in the experiment in this paper was the SAMSUNG 30Q INR18650 power lithium cell. The specific parameters of the cell are shown in Table 1. The experimental object of this paper is a battery composed of 10 parallel lithium cobalt oxide cells. The battery was discharged by 1 C pulsed for 3 min, placed statically for 2 h and discharged to the cut-off voltage in cycles. The pulsed discharge voltage is shown in Figure 2a, and the pulsed discharge current is shown in Figure 2b.

2.2.1. Parameter Identification of the Functional Relationship between U o c and SOC

The battery SOC and open circuit voltage U o c were obtained by the static method [35], and the corresponding values of SOC and open circuit voltage U o c are shown in Table 2.
Use MATLAB to perform the least squares fitting of the data in Table 2 to obtain the equation of the functional relationship between U o c and SOC; the equation is shown in Equation (3). The fitted relationship curve between U o c and SOC is shown in Figure 3.
U O C ( S O C ) = 122.4786 S O C 8 401.4734 S O C 7 + 485.6818 S O C 6 239.2806 S O C 5 + 3.7304 S O C 4 + 44.9020 S O C 3 19.8057 S O C 2 + 5.0932 S O C + 2.8341

2.2.2. Parameter Identification of Resistance and Capacitance

This paper combines the characteristics of resistance and capacitance, and analyzes the voltage response curve of the battery pulsed discharge to identify the resistance and capacitance. The partial discharge voltage diagram of the battery pulsed discharge is shown in Figure 4, and the battery voltage response curve can be divided into four stages:
Section A-B: The battery turns from a static state to a discharged state, and the terminal voltage drops abruptly. From the second-order equivalent circuit diagram, it can be seen that U t f and U t s cannot be abruptly changed. The sudden drop in the voltage of section A-B is caused by the ohmic internal resistance R s i .
Section B-C: During the continuous discharge, electrochemical polarization and concentration polarization work together to make the voltage drop in the form of exponential changes. Before section B-C, U t f and U t s are zero, so section B-C can be regarded as a zero state response.
Section C-D: The battery discharge current disappears and the battery terminal voltage rises rapidly. It is the same as the section A-B. It can be considered that it is caused by the ohmic internal resistance R s i .
Section D-E: The battery is at rest. Due to the electrochemical polarization and concentration difference, the voltage is slowly increased. At this time, there is no current discharge, which can be regarded as zero input response.
According to the sections A-B and C-D in Figure 4, the ohmic internal resistance can be obtained:
R s i = ( U A U B ) + ( U D U C ) 2 I b a t
where U A , U B , U C , U D are the battery terminal voltages corresponding to points A, B, C and D in Figure 4 respectively; I b a t is the discharge current of the battery.
Solving the differential equation according to Equation (1) gives Equation (5):
{ U t f ( t ) = U t f ( 0 ) e t / τ t f + I b a t R t f ( 1 e t / τ t f ) U t s ( t ) = U t s ( 0 ) e t / τ t s + I b a t R t s ( 1 e t / τ t s )
where τ t f = R t f C t f , τ t s = R t s C t s are the fast time constant and slow time constant respectively; U t f ( 0 ) and U t s ( 0 ) are the initial voltages across C t f , C t s , respectively.
According to Figure 4, the discharge current is zero in the DE segment, as a zero input response state. Taking point D as the starting moment, the zero input response expression of the RC loop can be obtained as shown in Equation (6):
{ U t f = U t f ( 0 ) e t / τ t f U t s = U t s ( 0 ) e t / τ t s
Combined with Equation (2), the battery output equation at zero input response is:
U b a t ( t ) = U O C ( S O C ) U t f ( 0 ) e t / τ t f U t s ( 0 ) e t / τ t s
Equation (7) can be simplified:
U b a t ( t ) = U O C ( S O C ) b 1 e λ 1 t b 2 e λ 2 t
where τ t f = 1 λ 1 , τ t s = 1 λ 2 , U t f ( 0 ) = b 1 , U t s ( 0 ) = b 2 .
By using Equation (8) as the fitting function, and using MATLAB to perform the least squares fitting on the DE segment in Figure 4, the value of b 1 , b 2 , λ 1 , λ 2 can be obtained.
According to the BC segment in Figure 4, it can be regarded as a zero state response. Taking point B as the initial moment, the expression of the zero state response of the RC loop can be obtained as shown in Equation (9):
{ U t f ( t ) = I b a t R t f ( 1 e t / τ t f ) U t s ( t ) = I b a t R t s ( 1 e t / τ t s )
Combined with Equation (2), the battery output equation at zero state response is:
U b a t ( t ) = U O C ( S O C ) I b a t R s i I b a t R t f ( 1 e t / τ t f ) I b a t R t s ( 1 e t / τ t s )
Take τ t f , τ t s obtained by the Equation (8) fitting into Equation (10), use Equation (10) as the fitting function and use MATLAB to perform the least squares fitting of the BC segment in Figure 4; that will provide the values of a 1 , a 2 , and then the value of R t f , R t s is obtained:
{ R t f = a 1 I b a t R t s = a 2 I b a t
According to τ t f = R t f C t f , τ t s = R t s C t s , the value of C t f , C t s can be obtained.
According to the battery discharge voltage curve and battery characteristics, the results of identifying the parameters of the battery model by using the least square method in MATLAB are shown in Figure 5.
Figure 5 shows the change of battery resistance and capacitance with SOC when the battery is discharged with constant current pulsed at a constant temperature of 25 °C. When the battery SOC value is between 0% and 20%, the resistance and capacitance values change greatly, and when the battery SOC value is between 20% and 100%, the resistance and capacitance values change relatively little. Considering that the lower limit SOC value of battery in the actual working environment is 20%, this paper takes the average value of the resistance and capacitance of the battery’s SOC in the range of 20–100% as the battery parameters for the subsequent SOC estimation experiment.
The average value of the resistance and capacitance of the battery with SOC in the range of 20–100% is shown in Table 3.

2.2.3. Verifying the Battery Model

Take the battery parameters identified in Table 3 into Equations (1) and (2), use the pulsed discharge current as input and compare the output terminal voltage with the actual terminal voltage. The comparison between the true value of the battery terminal voltage and the model value is shown in Figure 6; the model error value of the battery terminal voltage is shown in Figure 7; and the relevant parameters of the model error are shown in Table 4.
In Figure 6, the actual value of the battery terminal voltage is compared with the model value of the battery terminal voltage; the terminal voltage curve of the battery model is basically consistent with the true terminal voltage curve of the battery. In Figure 7, the terminal voltage error of the battery model is shown; the terminal voltage error value of the battery model fluctuates around ±0.05 V. In Table 4, the terminal voltage error value of the battery model is calculated; the mean absolute error (MAE) of the terminal voltage of the battery model is 0.51%; the root mean square error (RMSE) of the terminal voltage of the battery model is 0.8%. The above results prove that the second-order RC equivalent circuit model of the battery designed in this paper is reasonable and reliable, and the battery model was able to be used in subsequent experiments.

3. Design of the SOC Estimation Algorithm

For a nonlinear system, the state equation and observation equation considering the system noise and observation noise are as shown in Equation (12):
{ x k = F ( x k 1 , u k ) + w y k = G ( x k 1 , u k ) + v
where k is the current moment, F ( x k 1 , u k ) is the nonlinear system state transition equation, G ( x k 1 , u k ) is the nonlinear observation equation, x k is the state variable, u k is the known input, y k is the observation signal, w is the system noise and v is the observation noise.
According to the second-order equivalent circuit model of the battery, combining Equations (1) and (2), the discretized state equation and observation equation of the equivalent circuit model of the battery can be shown in Equation (13):
{ [ U t f ( k ) U t s ( k ) S O C ( k ) ] = [ e Δ t τ t f 0 0 0 e Δ t τ t s 0 0 0 1 ] [ U t f ( k 1 ) U t s ( k 1 ) S O C ( k 1 ) ] + [ R t f ( 1 e Δ t τ t f ) R t s ( 1 e Δ t τ t s ) Δ t Q n ] I b a t ( k ) U b a t ( k ) = U O C ( S O C ) + [ 1   1   0 ] [ U t f ( k ) U t s ( k ) S O C ( k ) ] I b a t ( k ) R s i
Equations (13) can be simplified to Equations (14):
{ x k = A k x k 1 + B k u k y k = U O C ( S O C ) + C x k R s i u k
where
x k = [ U t f ( k ) U t s ( k ) S O C ( k ) ] , A k = [ e Δ t τ t f 0 0 0 e Δ t τ t s 0 0 0 1 ] , B k = [ R t f ( 1 e Δ t τ t f ) R t s ( 1 e Δ t τ t s ) Δ t Q n ] , I b a t ( k ) = u k , U b a t ( k ) = y ( k ) , C = [ 1 1 0 ] , R s i is the ohmic internal resistance of the battery.
According to the KF principle, combining Equations (12) and (14), the first derivative of the nonlinear observation equation is calculated at the current state value, and the observation matrix can be obtained as Equation (15).
H k = G ( x k , u k ) x k = [ 1 1 U oc ( S O C ) x ]

3.1. Design of the Unscented Kalman Filter Algorithm

The unscented Kalman filter (UKF) is a combination of the unscented transform (UT) and the standard Kalman filter system, and uses the unscented transform to adapt the nonlinear system equations to the standard Kalman system under the linear assumption. UKF uses statistical linearization technology, which mainly linearizes the nonlinear function of random variables through linear regression of n Sigma points collected in the prior distribution. This linearization is more accurate than Taylor series linearization. The basic idea of UKF is Kalman filtering and unscented transform. Since UKF does not ignore high-order terms, it can effectively overcome the problems of low accuracy and poor stability of EKF estimation.
We conducted simulation experiments in MATLAB, and used the UKF algorithm to perform SOC estimation experiments under urban dynamometer driving schedule (UDDS) conditions, where the initial value x 0 = [ 0   0   0.6 ] T , P 0 = d i a g ( [ 10 5 , 10 5 , 10 3 ] ) , Q = 10 7 × e y e ( 3 ) , R = 1 .
The UDDS operating conditions are shown in Figure 8. The estimation terminal voltage of the battery using the UKF algorithm for SOC estimation is shown in Figure 9. The SOC estimation results of the battery using the UKF algorithm for SOC estimation are shown in Figure 10.
In Figure 9, the battery terminal voltage estimated by the UKF algorithm is shown. In Figure 9a, the estimated terminal voltage is compared with the true terminal voltage, and the estimated terminal voltage is not much different from the true terminal voltage. In Figure 9b, the terminal voltage error value of the battery fluctuates greatly. In Figure 10, the SOC of the battery estimated by UKF is shown. In Figure 10a, the estimated SOC of the battery differs greatly from the true value before 5000 seconds. In Figure 10b, the SOC estimation error of the battery just approached zero after 5000 seconds, and the convergence speed of the filter is slow.

3.2. Design of the Adaptive Unscented Kalman Filter Algorithm

The UKF algorithm uses UT to replace Taylor series expansion to transform a nonlinear system into a linear system, improving the accuracy of the algorithm. However, in the UKF algorithm, the system model noise and observation noise are set as constants, which cannot reflect the effect of real noise on the filter, which causes the SOC estimation error to increase or even diverge. In order to solve the above problems, we designed an AUKF algorithm; the algorithm is improved on the basis of the UKF algorithm; the algorithm monitors the change of innovation and residual in the filter in real time, and calculates the variance of innovation and residual by the moving window method. The system noise covariance is corrected in real time by the innovation variance, and the observation noise covariance is corrected in real time by the residual variance.
The AUKF algorithm process is as follows:
(1) Determine the initial value of state value x ^ 0 and the initial value of state error covariance P 0 :
x ^ 0 = E [ x 0 ]
P 0 = E [ ( x 0 x ^ 0 ) ( x 0 x ^ 0 ) T ]
(2) Calculate Sigma point:
{ x k 0 = x ^ k 1 x k 1 i = x ^ k 1 + ( L + λ ) P k 1 , i = 1 , 2 L x k 1 i = x ^ k 1 ( L + λ ) P k 1 , i = L + 1 , L + 2 , 2 L
where L is the length of the state vector, the length of the state vector in this paper is 3 and the weight value calculation is shown in Equation (19):
{ λ = α 2 ( L + k i ) L W m 0 = λ L + λ , W m i = 1 2 ( L + λ ) , i = 1 , 2 2 L W c 0 = λ L + λ + 1 α 2 + β , W c i = 1 2 ( L + λ ) , i = 1 , 2 2 L
where α = 0.01 , k i = 0 , β = 2 .
(3) Time update.
Update predicted status value x ¯ k :
x k | k 1 i = F ( x k 1 i )
x ¯ k = i = 0 2 L W m i x k i
Update predicted observation y ¯ k .
y k | k 1 i = G ( x k | k 1 i )
y ¯ k = i = 0 2 L W m i [ G ( x k | k 1 i ) + v ] = i = 0 2 L W m i y k | k 1 i
Update system covariance prediction value P x x | k .
P x x | k = i = 0 2 L ( W c i ( x k | k 1 i x ¯ k ) ( x k | k 1 i x ¯ k ) T ) + Q k 1
Calculate innovation value d k and innovation variance value C d k .
d k = y k y ¯ k
C d k = { k 1 k C d k 1 + 1 k d k d k T k W 1 W i = k W + 1 k d i d i T k > W
Update system noise covariance Q k .
Q k = K k 1 C d k K k 1 T
(4) Status update.
Update observation covariance prediction value P y y | k .
P y y | k = i = 0 2 L ( W c i ( y k | k 1 i y ¯ k ) ( y k | k 1 i y ¯ k ) T ) + R k 1
Update covariance P x y | k .
P x y | k = i = 0 2 L W c i ( x k | k 1 i x ¯ k ) ( y k | k 1 i y ¯ k ) T
Calculate Kalman gain K k .
K k = P x y | k P y y | k
Update estimated state value x ^ k .
x ^ k = x ¯ k + K k ( y k y ¯ k )
Update estimated observation y ^ k .
y ^ k = H k x ^ k
Update error covariance P k .
P k = P x x | k K k P y y | k K T
Calculate the residual value r k and the residual variance value C r k .
r k = y k y ^ k
C r k = { k 1 k C d r 1 + 1 k r k r k T k W 1 W i = k W + 1 k r i r i T k > W
Update the observation noise covariance R k .
R k = C r k + H k P k H k T
The AUKF algorithm flow is shown in Figure 11.

3.2.1. Adaptive System Noise Covariance Q k

From Equations (18), (21), (24), (27) and (33), it can be seen that when the Q k value is too large, system covariance prediction P x x | k increases, so that the next predicted state value x ¯ k + 1 becomes larger, which eventually leads to the estimated state value x ^ k + 1 being too large, which increases the SOC estimation error. Therefore, the system noise covariance Q k can be updated in real time to correct the influence of the system error on the estimation result.
The innovation d k at time k is defined as the difference between the actual observation value y k and the predicted observation value y ¯ k . The expression of innovation is shown in Equation (37):
d k = y k y ¯ k
According to the moving window method, the variance of innovation C d k is calculated as:
C d k = { k 1 k C d k 1 + 1 k d k d k T k W 1 W i = k W + 1 k d i d i T k > W
where W is the length of the moving window. Through the innovation variance C d k , the system noise covariance Q k can be calculated [36] as shown in Equation (39),
Q k = K k 1 C d k 1 K k 1 T
Since the system state variable has a dimension of 3, Q k is a 3 × 3 symmetric matrix. This paper will represent Q k as Q k = [ Q 11 Q 12 Q 13 Q 21 Q 22 Q 23 Q 31 Q 32 Q 33 ] , where Q 12 = Q 21 , Q 13 = Q 31 , Q 23 = Q 32 . The Q k value when using the AUKF algorithm to estimate the SOC in MATLAB is shown in Figure 12.
It can be seen from Figure 12 that since the initial value of SOC is uncertain, the system error is relatively large at this time, so the system noise covariance Q k is relatively large. By calculating the value of innovation d k , and then updating Q k in real time to correct the error covariance P k in time, the system noise is corrected in time, and the value of Q k approaches to zero.

3.2.2. Adaptive Observation Noise Covariance R k

From Equations (28), (30) and (33), it can be seen that the value of R k determines the weight of the observation value to the estimated result. When the R k value increases, the filter gain K k decreases, resulting in the effect of the observation value on the estimated state value becoming smaller. Conversely, when the value of R k decreases, the filter gain K k will increase, which will increase the proportion of the observation value in the estimated state value. Therefore, the observation noise covariance R k adjusts the Kalman gain K k in real time to change the proportion of the predicted observation value in the estimation result, thereby reducing the influence of the observation noise on the estimation result.
The residual r k at time k is defined as the difference between the actual observation value y k and the estimated observation value y ^ k . The expression of the residual is shown in Equation (40):
r k = y k y ^ k
According to the moving window method, the variance of residual C r k is calculated as:
C r k = { k 1 k C r k 1 + 1 k r k r k T k W 1 W i = k W + 1 k r i r i T k > W
Through the residual variance C r k , the observation noise covariance R k can be calculated [37] as shown in Equation (42),
R k = C r k + H k P k 1 H k T
The R k value when using the AUKF algorithm to estimate the SOC in MATLAB is shown in the Figure 13.
It can be seen from Figure 13 that the value of R k fluctuates in a small range. The residual r k calculates the difference between the actual observation value and the estimated observation value, and then realizes the real-time update of R k , and then adjusts the Kalman gain K k to achieve the optimal estimation.

4. Comparison of SOC Estimation Algorithms

The battery SOC was estimated using the unscented Kalman filter algorithm; Q k and R k in the adaptive unscented Kalman filter algorithm were analyzed and simulated—see Section 3. In this section, we describe how the AUKF algorithm was used to estimate the battery SOC under different load cycles and different initial SOC values. The results of SOC estimation using AUKF algorithm and the results of SOC estimation using UKF algorithm are compared and analyzed.

4.1. Under Pulsed Discharge Conditions

We carried on the simulation experiment in MATLAB, using the AUKF algorithm to carry on the SOC estimation experiment under the pulsed discharge condition. Firstly, the initial values of the AUKF algorithm were set as follows: x 0 = [ 0   0   S O C ] T , P 0 = d i a g ( [ 10 5 , 10 5 , 10 3 ] ) , W = 1180 , Q = 10 7 × e y e ( 3 ) , R = 1 . Then, the AUKF algorithm was used to estimate the SOC under pulsed discharge conditions. The robustness of the proposed AUKF algorithm was tested under different initial SOC conditions. Finally, the results of SOC estimation using UKF algorithm and AUKF algorithm were compared and analyzed.
Experiments and analyses were performed under pulsed discharge conditions. For the initial SOC = 0.4, the comparison between the results estimated using the UKF algorithm and the AUKF algorithm is shown in Figure 14. For the initial SOC = 0.6, the comparison between the results estimated using the UKF algorithm and the AUKF algorithm is shown in Figure 15. For the initial SOC = 0.8, the comparison of the results estimated using the UKF algorithm and the AUKF algorithm is shown in Figure 16.
From Figure 14a, Figure 15a and Figure 16a, it can be seen that under pulsed discharge conditions, the value of the battery terminal voltage estimated by the AUKF algorithm is closer to the true value than the value estimated by the UKF algorithm value. From Figure 14b, Figure 15b and Figure 16b, it can be seen that under pulsed discharge conditions, the terminal voltage error value estimated by the AUKF algorithm is smaller than the terminal voltage error value estimated by the UKF algorithm. Additionally, the error value of the terminal voltage estimated by the AUKF algorithm is relatively small. According to Figure 14c, Figure 15c and Figure 16c, it can be seen that the SOC value estimated using the AUKF algorithm is closer to the true value. From Figure 14d, Figure 15d and Figure 16d, it can be seen that the SOC estimation error of AUKF is smaller than that of UKF, and the convergence speed of AUKF algorithm is faster. In summary, under pulsed discharge conditions and different initial SOC conditions, the robustness of the AUKF algorithm for estimating the SOC of the battery is better than that of the UKF algorithm.

4.2. Under UDDS Discharge Conditions

We carried on the simulation experiment in MATLAB, using AUKF algorithm to carry on the SOC estimation experiment under the UDDS discharge condition. Firstly, the initial values of the AUKF algorithm were set as follows: x 0 = [ 0   0   S O C ] T , P 0 = d i a g ( [ 10 5 , 10 5 , 10 3 ] ) , W = 1180 , Q = 10 7 × e y e ( 3 ) , R = 1 . Then, the AUKF algorithm was used to estimate the SOC under UDDS discharge conditions. The robustness of the proposed AUKF algorithm was tested under different initial SOC conditions. Finally, the results of SOC estimation using UKF algorithm and AUKF algorithm were compared and analyzed.
Experiments and analyses were performed under UDDS discharge conditions. For the initial SOC = 0.4, the comparison between the results estimated using the UKF algorithm and the AUKF algorithm is shown in Figure 17. For the initial SOC = 0.6, the comparison between the results estimated using the UKF algorithm and the AUKF algorithm is shown in Figure 18. For the initial SOC = 0.8, the comparison of the results estimated using the UKF algorithm and the AUKF algorithm is shown in Figure 19.
From Figure 17a, Figure 18a and Figure 19a, it can be seen that under UDDS discharge conditions, the value of the battery terminal voltage estimated by the AUKF algorithm is closer to the true value than the value estimated by the UKF algorithm. From Figure 17b, Figure 18b and Figure 19b, it can be seen that under UDDS discharge conditions, the terminal voltage error value estimated by the AUKF algorithm is smaller than the terminal voltage error value estimated by the UKF algorithm. Additionally, the error value of the terminal voltage estimated by the AUKF algorithm is relatively stable. According to Figure 17c, Figure 18c and Figure 19c, it can be concluded that the SOC value estimated using the AUKF algorithm is closer to the true value. From Figure 17d, Figure 18d and Figure 19d, it can be seen that the SOC estimation error of AUKF is smaller than that of UKF, and the convergence speed of AUKF algorithm is faster. In summary, under UDDS discharge conditions and under different initial SOC conditions, the robustness of the AUKF algorithm for estimating the SOC of the battery is better than the UKF algorithm.
In order to further verify the accuracy of the SOC estimation by the AUKF algorithm, the terminal voltage value and the SOC value estimated by the UKF algorithm and the AUKF algorithm were subjected to error analysis. The error results of the battery SOC estimation under different load cycles and different initial SOC values were averaged. The error analysis results of the terminal voltage are shown in Table 5. The error analysis results of the estimated SOC are shown in Table 6.
The mean absolute error (MAE) can avoid the problem of the deviations cancelling each other out, and can well describe the degree of data dispersion. The root mean square error (RMSE) measures the deviation between the observation value and the true value, and can well reflect the accuracy of the measurement. Table 5 shows that the MAE of the terminal voltage estimated by AUKF was smaller, indicating that the terminal voltage estimated by AUKF is less discrete than that of UKF algorithm; the RMSE of terminal voltage estimated by AUKF algorithm was smaller than that of UKF algorithm. Table 6 shows that the SOC value estimated by the AUKF algorithm had a smaller MAE than that of UKF algorithm. The RMSE of SOC estimated by AUKF algorithm was 2.6% smaller than that of UKF algorithm. The above error analysis results indicate that the accuracy of SOC estimation using AUKF algorithm is better than that of UKF algorithm.

5. Conclusions

In this paper, an adaptive unscented Kalman filter algorithm was designed to estimate the SOC of a lithium cobalt oxide battery. The second-order RC equivalent circuit model was used for nonlinear modeling of batteries. The least square method was used to identify the parameters of the battery model and for simulations in MALAB according to the battery voltage characteristics. The established model was verified under pulsed discharge conditions; the model error is 0.8%, which provides an accurate model for SOC estimation using AUKF algorithm. The system noise covariance Q value and observation noise covariance R value in the unscented Kalman filter algorithm were analyzed in this paper. The AUKF algorithm updates the system noise covariance Q and the observation noise covariance R in real time by monitoring the changes of the innovation and residual in the filter to adjust the filter gain and achieve the optimal estimate. The AUKF algorithm and UKF algorithm were used for SOC estimation under different load cycles and different initial SOC values. The estimated result of AUKF algorithm was more accurate, and the convergence rate of filtering was faster than that of UKF algorithm. To further verify the effectiveness of the AUKF algorithm, the estimated error of the terminal voltage and the estimated error of the SOC were analyzed. The error results show that the error of SOC estimation using AUKF algorithm was 0.7%, which was 2.6% smaller than that of SOC estimation using UKF algorithm.

Author Contributions

J.L. and X.W. proposed the innovative idea; J.L. conceived the algorithm and wrote the first draft; Y.L. improved the algorithm; J.L. performed the experiments; J.L. and X.W. analyzed the results; Y.F. and B.J. provided writing advice; J.L. approved the final manuscript. All authors have read and agreed to the published version of the manuscript.

Funding

The research received no external funding.

Acknowledgments

We gratefully acknowledge the technical assistance of DL850E ScopeCorder.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Gruosso, G.; Gajani, G.S.; Ruiz, F.; Valladolid, J.D.; Patino, D. A virtual sensor for electric vehicles’ state of charge estimation. Electronics 2020, 9, 278. [Google Scholar] [CrossRef] [Green Version]
  2. Yuan, W.; Jeong, S.; Sean, W.; Chiang, Y. Development of Enhancing Battery Management for Reusing Automotive Lithium-Ion Battery. Energies 2020, 13, 3306. [Google Scholar] [CrossRef]
  3. Yang, Y.; Tan, Z.; Ren, Y. Research on factors that influence the fast charging behavior of private battery electric vehicles. Sustainability 2020, 12, 3439. [Google Scholar] [CrossRef] [Green Version]
  4. Feng, F.; Teng, S.; Liu, K.; Xie, J.; Xie, Y.; Liu, B.; Li, K. Co-estimation of lithium-ion battery state of charge and state of temperature based on a hybrid electrochemical-thermal-neural-network model. J. Power Sources 2020, 455, 227935. [Google Scholar] [CrossRef]
  5. Li, Y.; Chattopadhyay, P.; Xiong, S.; Ray, A.; Rahn, C.D. Dynamic data-driven and model-based recursive analysis for estimation of battery state-of-charge. Appl. Energy 2016, 184, 266–275. [Google Scholar] [CrossRef]
  6. Chang, L.; Wang, C.; Zhang, C.; Xiao, L.; Cui, N.; Li, H.; Qiu, J. A novel fast capacity estimation method based on current curves of parallel-connected cells for retired lithium-ion batteries in second-use applications. J. Power Sources 2020, 459, 227901. [Google Scholar] [CrossRef]
  7. Vo, T.T.; Chen, X.; Shen, W.; Kapoor, A. New charging strategy for lithium-ion batteries based on the integration of Taguchi method and state of charge estimation. J. Power Sources 2015, 273, 413–422. [Google Scholar] [CrossRef]
  8. Chen, X.; Lei, H.; Xiong, R.; Shen, W.; Yang, R. A novel approach to reconstruct open circuit voltage for state of charge estimation of lithium ion batteries in electric vehicles. Appl. Energy 2019, 255, 113758. [Google Scholar] [CrossRef]
  9. Stolze, C.; Hager, M.D.; Schubert, U.S. State-of-charge monitoring for redox flow batteries: A symmetric open-circuit cell approach. J. Power Sources 2019, 423, 60–67. [Google Scholar] [CrossRef]
  10. Yang, F.; Li, W.; Li, C.; Miao, Q. State-of-charge estimation of lithium-ion batteries based on gated recurrent neural network. Energy 2019, 175, 66–75. [Google Scholar] [CrossRef]
  11. Bian, C.; He, H.; Yang, S. Stacked bidirectional long short-term memory networks for state-of-charge estimation of lithium-ion batteries. Energy 2020, 191, 116538. [Google Scholar] [CrossRef]
  12. Martino, L.; Read, J.; Elvira, V.; Louzada, F. Cooperative parallel particle filters for online model selection and applications to urban mobility. Digit. Signal. Process. 2017, 60, 172–185. [Google Scholar] [CrossRef] [Green Version]
  13. Martino, L.; Elvira, V.; Camps-Valls, G. Group Importance Sampling for particle filtering and MCMC. Digit. Signal. Process. 2018, 82, 133–151. [Google Scholar] [CrossRef] [Green Version]
  14. Mawonou, K.S.R.; Eddahech, A.; Dumur, D.; Beauvois, D.; Godoy, E. Improved state of charge estimation for Li-ion batteries using fractional order extended Kalman filter. J. Power Sources 2019, 435, 226710. [Google Scholar] [CrossRef]
  15. Linghu, J.; Kang, L.; Liu, M.; Luo, X.; Feng, Y.; Lu, C. Estimation for state-of-charge of lithium-ion battery based on an adaptive high-degree cubature Kalman filter. Energy 2019, 189, 116204. [Google Scholar] [CrossRef]
  16. Guo, F.; Hu, G.; Xiang, S.; Zhou, P.; Hong, R.; Xiong, N. A multi-scale parameter adaptive method for state of charge and parameter estimation of lithium-ion batteries using dual Kalman filters. Energy 2019, 178, 79–88. [Google Scholar] [CrossRef]
  17. Zheng, Y.; Gao, W.; Ouyang, M.; Lu, L.; Zhou, L.; Han, X. State-of-charge inconsistency estimation of lithium-ion battery pack using mean-difference model and extended Kalman filter. J. Power Sources 2018, 383, 50–58. [Google Scholar] [CrossRef]
  18. Tian, Y.; Lai, R.; Li, X.; Xiang, L.; Tian, J. A combined method for state-of-charge estimation for lithium-ion batteries using a long short-term memory network and an adaptive cubature Kalman filter. Appl. Energy 2020, 265, 114789. [Google Scholar] [CrossRef]
  19. Partovibakhsh, M.; Liu, G. An adaptive unscented kalman filtering approach for online estimation of model parameters and state-of-charge of lithium-ion batteries for autonomous mobile robots. IEEE Trans. Control. Syst. Technol. 2015, 23, 357–363. [Google Scholar] [CrossRef]
  20. Wang, S.; Fernandez, C.; Yu, C.; Fan, Y.; Cao, W.; Stroe, D.I. A novel charged state prediction method of the lithium ion battery packs based on the composite equivalent modeling and improved splice Kalman filtering algorithm. J. Power Sources 2020, 471, 228450. [Google Scholar] [CrossRef]
  21. Pérez, G.; Garmendia, M.; Reynaud, J.F.; Crego, J.; Viscarret, U. Enhanced closed loop State of Charge estimator for lithium-ion batteries based on Extended Kalman Filter. Appl. Energy 2015, 155, 834–845. [Google Scholar] [CrossRef]
  22. Smiley, A.; Plett, G.L. An adaptive physics-based reduced-order model of an aged lithium-ion cell, selected using an interacting multiple-model Kalman filter. J. Energy Storage 2018, 19, 120–134. [Google Scholar] [CrossRef]
  23. Plett, G.L. Extended Kalman filtering for battery management systems of LiPB-based HEV battery packs—Part 2. Modeling and identification. J. Power Sources 2004, 134, 262–276. [Google Scholar] [CrossRef]
  24. Plett, G.L. Extended Kalman filtering for battery management systems of LiPB-based HEV battery packs—Part 3. State and parameter estimation. J. Power Sources 2004, 134, 277–292. [Google Scholar] [CrossRef]
  25. He, H.; Xiong, R.; Peng, J. Real-time estimation of battery state-of-charge with unscented Kalman filter and RTOS μCOS-II platform. Appl. Energy 2016, 162, 1410–1418. [Google Scholar] [CrossRef]
  26. Sun, F.; Hu, X.; Zou, Y.; Li, S. Adaptive unscented Kalman filtering for state of charge estimation of a lithium-ion battery for electric vehicles. Energy 2011, 36, 3531–3540. [Google Scholar] [CrossRef]
  27. Gustafsson, F.; Hendeby, G. Some relations between extended and unscented Kalman filters. IEEE Trans. Signal. Process. 2012, 60, 545–555. [Google Scholar] [CrossRef] [Green Version]
  28. Chen, K.; Yu, J. Short-term wind speed prediction using an unscented Kalman filter based state-space support vector regression approach. Appl. Energy 2014, 113, 690–705. [Google Scholar] [CrossRef]
  29. Lin, C.; Tang, A.; Xing, J. Evaluation of electrochemical models based battery state-of-charge estimation approaches for electric vehicles. Appl. Energy 2017, 207, 394–404. [Google Scholar] [CrossRef]
  30. Ringbeck, F.; Garbade, M.; Sauer, D.U. Uncertainty-aware state estimation for electrochemical model-based fast charging control of lithium-ion batteries. J. Power Sources 2020, 470, 228221. [Google Scholar] [CrossRef]
  31. Seaman, A.; Dao, T.S.; McPhee, J. A survey of mathematics-based equivalent-circuit and electrochemical battery models for hybrid and electric vehicle simulation. J. Power Sources 2014, 256, 410–423. [Google Scholar] [CrossRef] [Green Version]
  32. Zhang, X.; Lu, J.; Yuan, S.; Yang, J.; Zhou, X. A novel method for identification of lithium-ion battery equivalent circuit model parameters considering electrochemical properties. J. Power Sources 2017, 345, 21–29. [Google Scholar] [CrossRef]
  33. Bhattacharjee, A.; Roy, A.; Banerjee, N.; Patra, S.; Saha, H. Precision dynamic equivalent circuit model of a Vanadium Redox Flow Battery and determination of circuit parameters for its optimal performance in renewable energy applications. J. Power Sources 2018, 396, 506–518. [Google Scholar] [CrossRef]
  34. Zhu, Q.; Xiong, N.; Yang, M.L.; Huang, R.S.; Di Hu, G. State of charge estimation for lithium-ion battery based on nonlinear observer: An H∞ method. Energies 2017, 10, 679. [Google Scholar] [CrossRef] [Green Version]
  35. Piller, S.; Perrin, M.; Jossen, A. Methods for state-of-charge determination and their applications. J. Power Sources 2001, 96, 113–120. [Google Scholar] [CrossRef]
  36. Zhang, Q.; Yang, Y.; Xiang, Q.; He, Q.; Zhou, Z.; Yao, Y. Noise Adaptive Kalman Filter for Joint Polarization Tracking and Channel Equalization Using Cascaded Covariance Matching. IEEE Photonics J. 2018, 10, 1–11. [Google Scholar] [CrossRef]
  37. Song, M.; Astroza, R.; Ebrahimian, H.; Moaveni, B.; Papadimitriou, C. Adaptive Kalman filters for nonlinear finite element model updating. Mech. Syst. Signal. Process. 2020, 143, 106837. [Google Scholar] [CrossRef]
Figure 1. Schematic diagram of the second-order RC equivalent circuit.
Figure 1. Schematic diagram of the second-order RC equivalent circuit.
Electronics 09 01425 g001
Figure 2. Pulsed discharge current and voltage of the battery. (a) Battery pulsed discharge voltage. (b) Battery pulsed discharge current.
Figure 2. Pulsed discharge current and voltage of the battery. (a) Battery pulsed discharge voltage. (b) Battery pulsed discharge current.
Electronics 09 01425 g002
Figure 3. U o c –SOC fitting curve.
Figure 3. U o c –SOC fitting curve.
Electronics 09 01425 g003
Figure 4. Partial enlargement of pulsed discharge voltage.
Figure 4. Partial enlargement of pulsed discharge voltage.
Electronics 09 01425 g004
Figure 5. Result of parameter identification. (a) The value of the resistance. (b) The value of the capacitor.
Figure 5. Result of parameter identification. (a) The value of the resistance. (b) The value of the capacitor.
Electronics 09 01425 g005
Figure 6. True value and modeled values of terminal voltage.
Figure 6. True value and modeled values of terminal voltage.
Electronics 09 01425 g006
Figure 7. Terminal voltage error.
Figure 7. Terminal voltage error.
Electronics 09 01425 g007
Figure 8. UDDS operating conditions. (a) UDDS operating voltage. (b) UDDS operating current.
Figure 8. UDDS operating conditions. (a) UDDS operating voltage. (b) UDDS operating current.
Electronics 09 01425 g008
Figure 9. The terminal voltage result of the battery was estimated using the UKF algorithm. (a) Estimated value and true value of terminal voltage of the battery. (b) Estimated error value of the terminal voltage of the battery.
Figure 9. The terminal voltage result of the battery was estimated using the UKF algorithm. (a) Estimated value and true value of terminal voltage of the battery. (b) Estimated error value of the terminal voltage of the battery.
Electronics 09 01425 g009
Figure 10. The battery SOC estimation result was estimated using the UKF algorithm. (a) Estimated value and true value of SOC of the battery. (b) Estimated error value of SOC of the battery.
Figure 10. The battery SOC estimation result was estimated using the UKF algorithm. (a) Estimated value and true value of SOC of the battery. (b) Estimated error value of SOC of the battery.
Electronics 09 01425 g010
Figure 11. The flow of the AUKF algorithm.
Figure 11. The flow of the AUKF algorithm.
Electronics 09 01425 g011
Figure 12. Q value of AUKF algorithm.
Figure 12. Q value of AUKF algorithm.
Electronics 09 01425 g012
Figure 13. R value of AUKF algorithm.
Figure 13. R value of AUKF algorithm.
Electronics 09 01425 g013
Figure 14. For the initial SOC = 0.4, the comparison of the estimation results of the UKF algorithm and the AUKF algorithm under pulsed discharge conditions. (a) Comparison of terminal voltage. (b) Comparison of terminal voltage errors. (c) Comparison of SOC. (d) Comparison of SOC errors.
Figure 14. For the initial SOC = 0.4, the comparison of the estimation results of the UKF algorithm and the AUKF algorithm under pulsed discharge conditions. (a) Comparison of terminal voltage. (b) Comparison of terminal voltage errors. (c) Comparison of SOC. (d) Comparison of SOC errors.
Electronics 09 01425 g014
Figure 15. For the initial SOC = 0.6, the comparison of the estimation results of the UKF algorithm and the AUKF algorithm under pulsed discharge conditions. (a) Comparison of terminal voltage. (b) Comparison of terminal voltage errors. (c) Comparison of SOC. (d) Comparison of SOC errors.
Figure 15. For the initial SOC = 0.6, the comparison of the estimation results of the UKF algorithm and the AUKF algorithm under pulsed discharge conditions. (a) Comparison of terminal voltage. (b) Comparison of terminal voltage errors. (c) Comparison of SOC. (d) Comparison of SOC errors.
Electronics 09 01425 g015aElectronics 09 01425 g015b
Figure 16. For the initial SOC = 0.8, the comparison of the estimation results of the UKF algorithm and the AUKF algorithm under pulsed discharge conditions. (a) Comparison of terminal voltage. (b) Comparison of terminal voltage errors. (c) Comparison of SOC. (d) Comparison of SOC errors.
Figure 16. For the initial SOC = 0.8, the comparison of the estimation results of the UKF algorithm and the AUKF algorithm under pulsed discharge conditions. (a) Comparison of terminal voltage. (b) Comparison of terminal voltage errors. (c) Comparison of SOC. (d) Comparison of SOC errors.
Electronics 09 01425 g016
Figure 17. For the initial SOC = 0.4, the comparison of the estimation results of the UKF algorithm and the AUKF algorithm under UDDS discharge conditions. (a) Comparison of terminal voltage. (b) Comparison of terminal voltage errors. (c) Comparison of SOC. (d) Comparison of SOC errors.
Figure 17. For the initial SOC = 0.4, the comparison of the estimation results of the UKF algorithm and the AUKF algorithm under UDDS discharge conditions. (a) Comparison of terminal voltage. (b) Comparison of terminal voltage errors. (c) Comparison of SOC. (d) Comparison of SOC errors.
Electronics 09 01425 g017
Figure 18. For the initial SOC = 0.6, the comparison of the estimation results of the UKF algorithm and the AUKF algorithm under UDDS discharge conditions. (a) Comparison of terminal voltage. (b) Comparison of terminal voltage errors. (c) Comparison of SOC. (d) Comparison of SOC errors.
Figure 18. For the initial SOC = 0.6, the comparison of the estimation results of the UKF algorithm and the AUKF algorithm under UDDS discharge conditions. (a) Comparison of terminal voltage. (b) Comparison of terminal voltage errors. (c) Comparison of SOC. (d) Comparison of SOC errors.
Electronics 09 01425 g018
Figure 19. For the initial SOC = 0.8, the comparison of the estimation results of the UKF algorithm and the AUKF algorithm under UDDS discharge conditions. (a) Comparison of terminal voltage. (b) Comparison of terminal voltage errors. (c) Comparison of SOC. (d) Comparison of SOC errors.
Figure 19. For the initial SOC = 0.8, the comparison of the estimation results of the UKF algorithm and the AUKF algorithm under UDDS discharge conditions. (a) Comparison of terminal voltage. (b) Comparison of terminal voltage errors. (c) Comparison of SOC. (d) Comparison of SOC errors.
Electronics 09 01425 g019
Table 1. Power lithium cell parameters.
Table 1. Power lithium cell parameters.
ParameterValue
Cell modelSAMSUNG 30Q INR18650
Rated capacity3000 mA h
Rated voltage3.6 V
Discharge cut-off voltage2.5 V
Weight48.1 ± 1.5 g
Size18.2 mm (D) × 65.0 mm (H)
Table 2. U o c and SOC corresponding relationship value.
Table 2. U o c and SOC corresponding relationship value.
U O C   ( V ) SOC U O C   ( V ) SOC
4.161713.73170.5034
4.09130.95033.68920.4537
4.07490.90073.63960.4040
4.06060.85103.56770.3543
4.01530.80133.52080.3046
3.95920.75173.47120.2550
3.91640.70203.38600.2053
3.86870.65243.28800.1556
3.81630.60273.20370.1059
3.77350.55303.07470.0563
Table 3. Lithium-ion battery parameter identification results.
Table 3. Lithium-ion battery parameter identification results.
R s i   ( Ω ) R t f   ( Ω ) R t s   ( Ω ) C t f   ( F ) C t s ( F )
0.00370.00190.003523,340501,270
Table 4. Model error parameters.
Table 4. Model error parameters.
Error TypeMAERMSE
Value0.51%0.8%
Table 5. Terminal voltage error.
Table 5. Terminal voltage error.
Error TypeMAERMSE
Algorithm
UKF1.33%1.95%
AUKF0.54%0.9%
Table 6. SOC error.
Table 6. SOC error.
Error TypeMAERMSE
Algorithm
UKF2.9%3.3%
AUKF0.63%0.7%

Share and Cite

MDPI and ACS Style

Lv, J.; Jiang, B.; Wang, X.; Liu, Y.; Fu, Y. Estimation of the State of Charge of Lithium Batteries Based on Adaptive Unscented Kalman Filter Algorithm. Electronics 2020, 9, 1425. https://doi.org/10.3390/electronics9091425

AMA Style

Lv J, Jiang B, Wang X, Liu Y, Fu Y. Estimation of the State of Charge of Lithium Batteries Based on Adaptive Unscented Kalman Filter Algorithm. Electronics. 2020; 9(9):1425. https://doi.org/10.3390/electronics9091425

Chicago/Turabian Style

Lv, Jiechao, Baochen Jiang, Xiaoli Wang, Yirong Liu, and Yucheng Fu. 2020. "Estimation of the State of Charge of Lithium Batteries Based on Adaptive Unscented Kalman Filter Algorithm" Electronics 9, no. 9: 1425. https://doi.org/10.3390/electronics9091425

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop