Next Article in Journal
A Numerical Analysis of the Effects of Equivalence Ratio Measurement Accuracy on the Engine Efficiency and Emissions at Varied Compression Ratios
Previous Article in Journal
A Parametric Numerical Study for Diagnosing the Failure of Large Diameter Bored Piles Using Supervised Machine Learning Approach
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Joint Estimation of SOC of Lithium Battery Based on Dual Kalman Filter

College of Automobile and Traffic Engineering, Nanjing Forestry University, Nanjing 210037, China
*
Author to whom correspondence should be addressed.
Processes 2021, 9(8), 1412; https://doi.org/10.3390/pr9081412
Submission received: 19 June 2021 / Revised: 2 August 2021 / Accepted: 11 August 2021 / Published: 16 August 2021
(This article belongs to the Section Energy Systems)

Abstract

:
In order to improve the estimation accuracy of the state of charge (SOC) of electric vehicle power batteries, a dual Kalman filter method based on the online identification of model parameters is proposed to estimate the state of charge in lithium-ion batteries. Here, we build the first-order equivalent circuit model of lithium-ion batteries and derive its online identification model based on extended Kalman (EKF). Considering that the noise value in the EKF algorithm is difficult to select through experiments to achieve the best filtering effect, this paper combines an improved particle swarm optimization algorithm (IPSO) with EKF to realize online model parameter identification. At the same time, the EKF filtering method derived from the state space equation is also used in SOC estimation. It constitutes a dual Kalman filter method for online identification of model parameters and SOC estimation. The experimental and simulation results show that the IPSO–EKF algorithm can adaptively adjust the noise value according to the complex operating conditions of electric vehicles. Compared with the EKF algorithm, our algorithm can identify battery model parameters more accurately. The dual Kalman filter method composed of the IPSO–EKF algorithm and EKF applied to SOC estimation achieved a higher accuracy in the final algorithm verification.

1. Introduction

The state of charge (SOC) in a battery represents how much power is stored inside the battery. It is one of the important states of the battery and is an important basis for the vehicle’s control system to formulate an efficient energy distribution strategy [1,2]. Therefore, accurate estimation of the battery SOC is of great significance to prolong its service life, to improve vehicle performance, and to reduce costs.
From the perspective of engineering application, the common battery SOC estimation methods mainly include the ampere-hour integration method, the open circuit voltage method, and methods based on a battery equivalent circuit model [3]. The ampere-hour integral method is simple to calculate, but it has high requirements for the accuracy of the initial value, is easy to produce cumulative errors during the estimation process, and cannot be self-corrected [4,5,6,7]. The open-circuit voltage of the open-circuit voltage method needs to be obtained by standing the battery up completely, which is not suitable for direct application in real vehicles and is generally used in conjunction with the ampere-hour integration method [8,9]. The method based on the battery equivalent circuit model uses electronic components such as capacitors and resistors to form an electrical model that can reflect the charging and discharging characteristics of the battery, to then identify the model parameters with the relevant test data of the battery, and to finally select an algorithm to estimate SOC [10]. Whether the model parameters can be accurately identified directly affects the accuracy of the SOC estimation. The current research methods of parameter identification mainly include offline and online identification. For the offline identification, the least square method (LS) is mostly used, which applies the voltage response characteristics of constant current pulse discharge [11]. Luo et al. [12] used a simulated annealing algorithm that does not require initial parameters, has a fast convergence rate, and can obtain a global optimum to identify parameters. However, the battery’s operating conditions are complicated, where the current and voltage change frequently during the driving process, and as the operating temperature changes, the number of charge and discharge cycles increases and the battery model parameters also change. Therefore, the offline method cannot identify the battery model parameters under working conditions in real time.
The online identification methods are divided into intelligent algorithms and model-based filtering algorithms. The first subclass, intelligent algorithms, includes artificial neural network (ANN) [13] and the fuzzy logic algorithm [14], the accuracy of which depends on the comprehensiveness and accuracy of the training data. In the second subclass, Extend Kalman filter (EKF) can modify the prior estimation based on the measurement information at the current time to obtain the optimal state estimation for the purpose of minimizing the mean variance [15,16]. Wang et al. [17] proposed a recursive least squares-extended Kalman filter (RLS-EKF) algorithm, which used the recursive least squares method to achieve online parameter identification and then was combined with the extended Kalman filter to estimate the battery SOC. Partovibakhsh et al. [18] used an adaptive extended Kalman filter (AEKF) and the recursive least square method to estimate the open-circuit voltage (OCV) and then estimated the battery SOC through the SOC–OCV relationship. The experimental results showed that this method has a certain improvement effect. The key point of EKF lies in the selection of system noise and measurement noise covariance, which are contradictory to each other: the greater the former, the greater the gain, which improves the dynamic performance of the system but increases the uncertainty of the system [19]. However, the increase in the latter makes the gain smaller, so the transient response performance of the system decreases and the filter is unable to modify the state variables in time. Therefore, how to select noise to achieve a dynamic balance in the system is the focus of this paper.
In this paper, the first-order RC equivalent circuit model of a ternary lithium battery is established, and EKF is used to identify the model parameters online. In order to reasonably determine the system noise and the measured noise covariance in the EKF algorithm, the improved particle swarm optimization algorithm (IPSO) is adopted for noise optimization. In addition, the IPSO–EKF algorithm is combined with EKF to form a dual extend Kalman filter (DEKF), which updates the battery model parameters and state in each cycle to realize the real-time joint estimation of the battery SOC.

2. Establish the Equivalent Circuit Model of the Battery

The battery equivalent circuit models mainly include Rint, Thevenin, and PNGV. A ternary lithium battery with a nominal capacity of 10 Ah is chosen as the experimental object, for which the voltage limits are 4.2 V and 2.75 V, respectively. Considering the battery type, model accuracy, and cost [20,21,22], the Thevenin model with a first-order resistance-capacitance (RC) circuit model shown in Figure 1 is adopted in this paper.
In the above figure, Uoc is the open circuit voltage; R0 is the ohmic internal resistance; I is the operating current, and the charging direction is the positive direction of the current; R1 is the polarization internal resistance; C1 is the polarization capacitance; U1 is the polarization ring terminal voltage; and Ut is the battery terminal voltage [23].
According to Kirchhoff’s voltage law and Kirchhoff’s current law, the electrical relationship of the equivalent circuit model can be obtained as follows:
{ U ˙ 1 = U 1 R 1 C 1 + I C 1 U t = U oc U 1 I R 0

3. EKF Algorithm

The Kalman filter is the optimal state estimator for a linear system, but due to the nonlinearity of the battery system, direct use of the Kalman filter algorithm for parameter or state estimation produces a large error, so we use the extended Kalman algorithm (EKF) to linearize the nonlinear function by first-order Taylor-series expansion.
The nonlinear discrete-time system is modeled as follows:
{ x k + 1 = f ( x k , u k ) + ω k y k = g ( x k , u k ) + v k
where f(•) is a nonlinear state transition function and g(•) is a nonlinear measurement function. wk and vk are zero-mean white Gaussian stochastic processes with covariance matrixes Qk and Rk, respectively. uk and yk are system input and output, respectively.
Then, f(•) and g(•) are linearized by first-order Taylor-series expansion when x k = x ^ k , where ‘^’represents a posterior estimate, so we have the linear system:
{ x k + 1 = A k x k + B k u k + w k y k = H k x k + D k + v k
Here,
{ A k = f ( x k , u k ) x k | x k = x k , B k = f ( x ^ k , u k ) A k x ^ k H k = g ( x k , u k ) x k | x k = x k , D k = g ( x ^ k , u k ) H k x ^ k
Based on the above system, EKF filtering recursion is performed as follows:
Initialization:
{ x ^ 0 = E [ x 0 ] , P ^ 0 = E [ ( x 0 x ^ 0 ) ( x 0 x ^ 0 ) T ]
Computation:
{ x k = A k x ^ k + B k I k P k 1 = A k P k A k T + Q k K k = P k 1 C k T [ C k P k 1 C k T + R k ] 1 x ^ k + 1 = x k + K k [ U t , k U t , k 1 ] P ^ k + 1 = P k 1 K k C k P k 1

4. Model Parameter Identification

4.1. Online Identification Model Based on EKF

When EKF is used for the online identification of battery model parameters, the first-order RC equivalent circuit model of a ternary lithium battery is first transformed into the state space form as shown in Equation (3). The derivation process is as follows:
The state vector xk, the parameters of the model to be estimated can be approximately regarded as unchanged in a short time interval because the changes of factors affecting the model parameters such as battery SOC and temperature can be ignored in a very short time interval [24]. On this premise, the recursive expression of I1 is derived from the relationship between Δ U 1 , Δ I 1 , and R1 within the sampling interval T = 1 s:
{ Δ U 1 , k = Δ Q 1 , k C 1 , k = [ ( I k I 1 , k ) + ( I k 1 I 1 , k 1 ) ] × T 2 × C 1 Δ U 1 , k = ( I 1 , k I 1 , k 1 ) × R 1 I 1 , k = 2 τ T 2 τ + T I 1 , k 1 + T 2 τ + T ( I k + I k 1 )
where τ = R1C1.
The nonlinear discrete-time state space equation as shown in Equation (2) can be obtained:
[ U oc , k R 0 , k R 1 , k C 1 , k I 1 , k ] = [ U oc , k 1 R 0 , k 1 R 1 , k 1 C 1 , k 1 2 τ k 1 T 2 τ k 1 + T + ( I k + I k 1 ) T 2 τ k 1 + T ] + w k
U t , k = U oc , k R 0 , k I k R 1 , k I 1 , k + v k
where xk = [Uoc,k, R0,k, R1,k, C1,k, I1,k]; Ik and Ut,k are system input and output at time index k, respectively; Qk = diag ([a11, a22, a33, a44, a55]); Rk = diag(m); a11, a22, a33, a44, and a55 are the main diagonal elements of the noise covariance matrix Qk; and m is the main diagonal element of the measured noise covariance matrix Rk.
At each time step, f(•) and g(•) are linearized by a first-order Taylor-series expansion.
A k 1 = f ( x k 1 , u k ) x | x k 1 = x ^ k 1 + = [ 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 f R 1 , k 1 f C 1 , k 1 f I 1 , k 1 ]
H k = g ( x k , u k ) x | x k = x ^ k = [ 1 I k ( I ^ 1 , k + 2 T τ ^ k ( 2 I ^ 1 , k 1 I k I k 1 ) ( 2 τ ^ k + T ) 2 ) 2 T R ^ 1 , t 2 ( 2 I ^ 1 , k 1 I k I k 1 ) ( 2 τ ^ k + T ) 2 R ^ 1 , k ]
{ f R 1 , k 1 = 2 C ^ 1 , k 1 + T ( 2 I ^ 1 , k 1 + ( I k + I k 1 ) ) ( 2 τ ^ k 1 + + T ) 2 f C 1 , k 1 = 2 R ^ 1 , k 1 + T ( 2 I ^ 1 , k 1 + ( I k + I k 1 ) ) ( 2 τ ^ k 1 + + T ) 2 f I 1 , k 1 = 2 τ ^ k 1 + T 2 τ ^ k 1 + + T

4.2. Optimizing Noise Matrix Based on IPSO

The particle swarm optimization (PSO) algorithm was developed to simulate the movement of bird flock predation. The particles Xi = (xi1, xi2, …, xiD) in the D-dimensional space have two attributes: position and velocity, which represent the direction and speed of movement, respectively. Each particle’s positional coordinates represent the candidate solution of the problem. The positions and velocities are adjusted, and the function is evaluated with the new coordinates at each time step [25]. P_best represents the optimal solution searched by each particle individually, and g_best is the global optimal solution that is the best p_best at each iteration. For each generation, the velocity and position of the jth dimension (1 ≤ j ≤ D) are updated, as Equation (13) shows:
{ v i j = w v i j + c 1 r 1 ( p i j x i j ) + c 2 r 2 ( p i j x i j )           x i j = x i j + v i j        
where w is the inertia weight factor, c1 and c2 are acceleration factors, and r1 and r2 are random constants with values ranging from 0 to 1. In this paper, since the optimization object is a noise matrix, then Xi = [a11, a22, a33, a44, a55, m].
The focus of the PSO is on the setting of the evaluation function. The optimization of the noise matrix in the EKF algorithm using PSO is to improve the accuracy of battery parameter identification, which is reflected by the error between the predicted and the actual terminal voltage: the smaller the error, the higher the accuracy. Therefore, the evaluation function is set to the following:
f ( X ^ i ) = 1 N k = 1 N [ U t ( k ) U ^ t ( X ^ i , k ) ] 2
where N is the length of the data vector, k is the sampling time, and Ut is the measured terminal voltage. U ^ t is the terminal voltage estimated by EKF using the optimized noise value for identification at time k. According to the model, the terminal voltage recursion relationship is as follows:
U ^ t , k U o c , k I k = θ 2 , k + θ 3 , k z 1 1 + θ 1 , k z 1
where
{ θ 1 , k = T s 2 τ k T s + 2 τ k θ 2 , k = R 0 , k T s + R 1 , k T s + 2 R 0 , k τ k T s + 2 τ k θ 3 , k = R 0 , k T s + R 1 , k T s 2 R 0 , k τ k T s + 2 τ k
Then,
U ^ t , k = θ 1 , k U t , k 1 + θ 2 , k I k + θ 3 , k I k 1 + θ 4 , k
where θ 4 , k = U O C ,   k U o c , k 1 θ 1 , k
The defect of the PSO is that it is easy to fall into the local best state. Therefore, the key to improving the PSO algorithm is to promote continuous update of the local and global optimal positions in order to jump out of the local best position and to continue to search for a better solution. Based on this, the weight factor w is set to linearly decrease with the number of iterations in the range of [0.95, 0.2], thereby expanding the early search ability and increasing the convergence speed in the later period.

4.3. Identification Based on IPSO–EKF

Identification of the model parameters based on IPSO–EKF is first to use IPSO to optimize the noise matrix of EKF according to the current working condition in order to reduce the terminal voltage error at every moment; then, EKF uses the updated noise value for filtering; and the model parameter vector xk online are identified at last. The specific algorithm process is as follows:
Step 1: set the initial values
1.
EKF
x ^ 0 = [ 4.18 , 0.10 , 0.10 , 1000 , 0 ] . After several times of algorithm debugging, the value range of the main diagonal element of Qk is set to 0~10−4, and the value range of the main diagonal element of Rk is set to 0~1.
2.
IPSO
The size of the population is 200. The maximum number of iterations is 30. Every particle is initialized with random positions and velocities, and a function is evaluated to obtain the initial p_best and g_best using the particle’s positional coordinates as input values [26].
Step 2: Determine whether the maximum number of iterations is reached; if so, jump directly to Step 4.
Step 3: Evaluate the function to determine whether the update conditions of velocity and position are met. If so, update p_best and g_best at the same time; otherwise, execute the next step.
Step 4: Assign the positional coordinates of g_best found in Step 3 to the noise covariance matrix Qk, Rk.
Step 5: Use the EKF algorithm to identify the parameter value online with the current and voltage at the current moment, and then, return to Step 3 to perform the IPSO optimization at the next moment.

5. Battery SOC State Estimation

5.1. Comprehensive Battery Model

Derived from Equation (1), the model discrete equation is as follows:
{ U t , k = U o c , k I k R 0 U 1 , k U 1 , k + 1 = U 1 , k e T s / τ k + I k R 1 ( 1 e T s / τ k )
On this basis, it is combined with the ampere-hour integration method to obtain a comprehensive model for estimating battery SOC, which takes U1 and SOC as the system state, and I and Ut as the system input and output, respectively, and is transformed into the form of Equation (3). Then,
{ x k = [ U 1 , k S O C k ] , u k = [ I k ] A k = f ( x k , u k ) x k | x k = x k = [ e T s / τ 0 0 1 ] C k = g ( x k , u k ) x k | x k = x k = [ 1 U o c S O C | S O C = S O C ¯ ( k ) ] B k = [ R 1 ( 1 e T s / τ ) η T s C N ] , D k = [ R 0 , k ]
{ x ^ 0 = [ 0 , S O C ( 0 ) ] , P ^ 0 = E [ ( x 0 x ^ 0 ) ( x 0 x ^ 0 ) T ]
where η is the charge and discharge efficiency, which can be obtained through the charge and discharge test. SOC (0) is the SOC value under the current OCV by linear interpolation using the SOC–OCV relationship obtained from the experiment.

5.2. SOC Estimation Based on IPSO–DEKF

The basic idea of IPSO–DEKF to estimate the battery SOC is to update the state and measured equations in the EKF algorithm used for SOC estimation using model parameter values identified by IPSO–EKF with the current input and then to perform the time and measurement update process to estimate the SOC value at the next moment. The schematic diagram is shown in Figure 2.

5.3. Test and Simulation Analysis

The technical parameters of the lithium-ion battery selected in this article are as follows: rated capacity 10 Ah, rated cell voltage 3.7 V, charge cutoff voltage 4.2 V, and discharge cutoff voltage 2.75 V.
First, the static capacity test (SCT) is carried out three times on the ternary lithium battery, and the average value of the three measured capacities is taken as the test capacity of 9.964 Ah. Then, the dynamic stress test (DST) is performed after standard charging of the battery. Each configuration file is a series of constant power discharge/charge steps with a duration of 360 s. The specific test process refers to the electric vehicle battery experiment manual. A total of 26 cycles are performed in this test, and the sampling interval time is Ts = 1 s. The current and voltage of the DST working condition are imported into the IPSO–EKF and EKF algorithms. The parameter identification results of the IPSO–EKF are shown in Figure 3:
First, as Figure 3a shows, both EKF and IPSO–EKF can track the test value well in the identification of OCV, which is not very different from the test value, but the lowest OCV values that IPSO–EKF and EKF can track are 3.59 V and 3.61 V, and the corresponding SOC are 0.255 and 0.283, respectively. The minimum SOC under test is 0.250; therefore, in the tracking of OCV, IPSO–EKF is closer to the test value. In the identification results of the other three parameters, it is obvious that there are large differences between the IPSO–EKF and EKF from Figure 3b to Figure 3d. The waveforms of the results identified by the two methods are roughly the same: the moments when the highest and the lowest peak appear are the same. However, there is a large gap between each peak and trough position. It can be seen that the peak value of IPSO–EKF is higher than EKF, and the valley value is lower than EKF, especially in the R1 and τ, and the comparison of the accuracy of the two methods is reflected in the terminal voltage tracking. Then, the identification results of R1 and τ jitter violently and even appear to have negative values in about 50–70 s, which is caused by the battery’s internal reaction being more violent under complex working conditions, indicating that the EKF algorithm is affected by the working conditions and is not stable at the initial stage, making the identified results inaccurate, which is not conducive to the subsequent SOC state estimation, while IPSO–EKF can adjust the noise value according to the working conditions to adapt to the dynamic changes in the battery under complex working conditions. Therefore, the identified results do not have such meaningless parameters and maintain a good stability.
The parameters identified by the two algorithms are brought into Equation (18) to obtain the estimated terminal voltages at the same time, which are shown in Figure 4a. We subsequently verified the parameter estimation accuracy by comparing the predicted voltage with the measured voltage, and the absolute errors between them of two algorithms are shown in Figure 4b.
As Figure 4a shows, the terminal voltage tracked by the EKF fluctuates greatly during the period when R1 and τ appear to be negative values, and the oscillation phenomenon occurs. It can also can be seen that the maximum error of the terminal voltage is at this moment, which is up to 2.45 V. As the inaccurate parameters identified by the EKF cause a large error in the estimated terminal voltage during this period, EKF is greatly affected by the working conditions and it is prone to identification distortion in the early stage under complex working conditions. Compared with EKF, the parameter values identified by IPSO–EKF have no abnormal fluctuations, so the estimated terminal voltage is relatively stable, with the maximum error of 0.128 V. In terms of parameter accuracy, it can be seen from Figure 4b that the terminal voltage error estimated by IPSO–EKF is smaller than that of EKF at every moment, among which the average error of EKF is 0.025 V and that of IPSO–EKF is 0.006 V, indicating that the model parameter values identified by IPSO–EKF are more accurate.
The IPSO–EKF and EKF are combined to form a dual Kalman filter to estimate SOC, where the true value of SOC is obtained by ampere-hour integration. The comparison of experiments is shown in Figure 5.
From the SOC change graph on the left, the algorithm’s SOC estimation value follows the test value very well. Looking specifically at the SOC estimation error on the right, the SOC estimation error is extremely small, the maximum SOC estimation error is 0.51%, and the average estimation error is 0.24%.

6. Conclusions

In this paper, based on the first-order RC equivalent circuit model, an online identification parameter model based on EKF is derived. For the problem that the noise value in the EKF algorithm is difficult to determine, it is proposed to combine it with the IPSO algorithm to adjust the noise value adaptively according to the current working conditions for the purpose of reducing terminal voltage error. The results show that IPSO–EKF can better track the OCV and maintain a good stability in the identification of other three parameters without the occurrence of meaningless parameter results by comparing with EKF. Moreover, the terminal voltage error using parameter values identified by IPSO–EKF is smaller, indicating that the accuracy of IPSO–EKF identification model parameters is higher. Then, a method of combining IPSO–EKF and EKF to form a double Kalman filter to estimate SOC is proposed, of which the result shows that the IPSO–DEKF algorithm can accurately track SOC.

Author Contributions

All of the authors contributed to publishing this article. The battery test was performed by H.W. and Y.Y. The simulation and analysis were performed by H.W. The conceptual ideals and guidance for research were provided by Y.Z. All authors have read and agreed to the published version of the manuscript.

Funding

We gratefully acknowledge the financial support of the National Natural Science Foundation of China (No. 51306079 and 51176069) and the Jiansu Provincial Key Research and Development Program (No. BE2017008).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Liu, D.T.; Zhou, J.B.; Guo, L.M.; Peng, Y. A review of health assessment and life prediction of lithium-ion batteries. J. Instrum. 2015, 36, 1–16. [Google Scholar]
  2. Dai, H.F.; Wei, X.Z.; Sun, Z.C. State-of-charge estimation of lithium-ion power batteries for fuel cell vehicles based on extended Kalman filter algorithm. J. Mech. Eng. 2007, 2, 92–95+103. [Google Scholar] [CrossRef]
  3. Huang, K.; Guo, Y.F.; Li, Z.G. Characteristic modeling of power lithium-ion battery considering the effect of hysteresis. Grid Technol. 2017, 41, 2695–2702. [Google Scholar]
  4. Ye, M.; Guo, H.; Cao, B. A model-based adaptive state of charge estimator for a lithium-ion battery using an improved adaptive particle filter. Appl. Energy 2017, 190, 740–748. [Google Scholar] [CrossRef]
  5. Xiong, R.; He, H.; Sun, F.; Liu, X.; Liu, Z. Model-based state of charge and peak power capability joint estimation of lithium-ion battery in plug-in hybrid electric vehicles. J. Power Sources 2013, 229, 159–169. [Google Scholar] [CrossRef]
  6. Lee, J.; Nam, O.; Cho, B. Li-ion battery SOC estimation method based on the reduced order extended Kalman filtering. J. Power Sources 2007, 174, 9–15. [Google Scholar] [CrossRef]
  7. Han, Y.Y. Estimation of State of Charge of Lithium Battery Based on Improved Kalman Filter Algorithm. Master’s Thesis, Nanjing University of Posts and Telecommunications, Nanjing, China, 2020. [Google Scholar]
  8. Yu, P.; Wang, S.L.; Yu, C.M. Lithium Battery SOC Estimation Based on Adaptive Fractional-Order Extended Kalman. Energy Storage Sci. Technol. 2021, 10, 335–341. [Google Scholar]
  9. Duan, J.; Wang, P.; Ma, W.; Qiu, X.; Tian, X.; Fang, S. State of Charge Estimation of Lithium Battery Based on Improved Correntropy Extended Kalman Filter. Energies 2020, 13, 4197. [Google Scholar] [CrossRef]
  10. Kong, X.C.; Zhao, W.Z.; Wang, C.Y. Lithium battery SOC joint estimation based on BP-EKF algorithm. Automot. Eng. 2017, 39, 648–652. [Google Scholar]
  11. Wei, Z.N.; Yuan, K.K.; Cheng, L.X.; Wang, C.N.; Xu, H.H.; Sun, G.Q.; Zang, H.X. Identification of lithium battery parameters based on multi-information least squares algorithm. Power Syst. Autom. 2019, 43, 139–145. [Google Scholar]
  12. Luo, Y.; Qi, P.W.; Kan, Y.Z. Parameter Identification of Lithium Battery Model Based on Simulated Annealing Algorithm. Automot. Eng. 2018, 40, 1418–1425. [Google Scholar]
  13. Horiba, T.; Maeshima, T.; Matsumura, T. Applications of high power density lithium ion batteries. J. Power Sources 2005, 146, 107–110. [Google Scholar] [CrossRef]
  14. Wang, W.L.; He, F.; Zheng, Y.L. Estimation of Lithium Battery SOC Based on RLS-EKF Joint Algorithm. Power Technol. 2020, 44, 1498–1501+1505. [Google Scholar]
  15. Zhang, C.P.; Jiang, J.C. Identification of battery model parameters using extended Kalman filtering algorithm based on genetic optimization. J. Jilin Univ. 2012, 42, 732–737. [Google Scholar]
  16. Xiong, R.; He, H.W.; Xu, Y.L.; He, Y. Modeling and parameter identification methods for power battery packs for electric vehicles. J. Jilin Univ. 2012, 42, 809–815. [Google Scholar]
  17. Pang, Z.H.; Cui, H. System Identification and Adaptive Control MATLAB Simulation, 1st ed.; Beijing University of Aeronautics and Astronautics Press: Beijing, China, 2013; pp. 30–45. [Google Scholar]
  18. Partovibbakhsh, 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]
  19. Tian, J.; Zeng, Q.; Wang, P.; Wang, X. Active steering control based on preview theory for articulated heavy vehicles. PLoS ONE 2021, 16, e0252098. [Google Scholar] [CrossRef]
  20. Zheng, L.D.; Dong, J.Y.; Ma, Q. SOC Estimation of Lithium Battery Based on Parameter Identification and AEKF. Power Technol. 2020, 44, 1502–1505. [Google Scholar]
  21. Yang, J.; Wang, T.; Du, C.Y.; Min, F.Q.; Lu, T.L.; Zhang, Y.X.; Yan, L.Q.; Xie, J.Y.; Yin, G.P. A review of lithium-ion battery model research. Energy Storage Sci. Technol. 2019, 8, 58–64. [Google Scholar]
  22. Huang, X.G.; Zhang, C.P. Applicability study of electric vehicle lithium-ion battery circuit model. Power Technol. 2011, 35, 1354–1357. [Google Scholar]
  23. Xu, X.; Zhang, L.; Jiang, Y.; Chen, N. Active control on path following and lateral stability for truck–trailer combinations. Arabian J. Sci. Eng. 2019, 44, 1365–1377. [Google Scholar] [CrossRef]
  24. Xie, Y.; Zheng, J.; Li, W. An improved electrothermal-coupled model for the temperature estimation of an air-cooled battery pack. Int. J. Energy Res. 2020, 44, 2037–2060. [Google Scholar] [CrossRef]
  25. Tan, F.M.; Wang, Q. Power Battery SOC Estimation Model Based on Improved Unscented Kalman Filter Algorithm. Automot. Technol. 2019, 3, 18–24. [Google Scholar]
  26. Xu, X.; Lin, P. Parameter identification of sound absorption model of porous materials based on modified particle swarm optimization algorithm. PLoS ONE 2021, 16, e0250950. [Google Scholar] [CrossRef]
Figure 1. First-order RC circuit model.
Figure 1. First-order RC circuit model.
Processes 09 01412 g001
Figure 2. IPSO–DEKF algorithm schematic.
Figure 2. IPSO–DEKF algorithm schematic.
Processes 09 01412 g002
Figure 3. Comparison of the parameter identification values: (a) open circuit voltage identification result, (b) Ohm resistance identification result, (c) polarization resistance identification result, (d) and polarization resistance and polarization capacitance product.
Figure 3. Comparison of the parameter identification values: (a) open circuit voltage identification result, (b) Ohm resistance identification result, (c) polarization resistance identification result, (d) and polarization resistance and polarization capacitance product.
Processes 09 01412 g003
Figure 4. Terminal voltage comparison: (a) terminal voltage change value and (b) terminal voltage error.
Figure 4. Terminal voltage comparison: (a) terminal voltage change value and (b) terminal voltage error.
Processes 09 01412 g004
Figure 5. SOC estimation result: (a) SOC change curve and (b) absolute error of SOC estimation.
Figure 5. SOC estimation result: (a) SOC change curve and (b) absolute error of SOC estimation.
Processes 09 01412 g005
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Wang, H.; Zheng, Y.; Yu, Y. Joint Estimation of SOC of Lithium Battery Based on Dual Kalman Filter. Processes 2021, 9, 1412. https://doi.org/10.3390/pr9081412

AMA Style

Wang H, Zheng Y, Yu Y. Joint Estimation of SOC of Lithium Battery Based on Dual Kalman Filter. Processes. 2021; 9(8):1412. https://doi.org/10.3390/pr9081412

Chicago/Turabian Style

Wang, Hao, Yanping Zheng, and Yang Yu. 2021. "Joint Estimation of SOC of Lithium Battery Based on Dual Kalman Filter" Processes 9, no. 8: 1412. https://doi.org/10.3390/pr9081412

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