Abstract
An accurate state of charge (SOC) estimation in battery management systems (BMS) is of crucial importance to guarantee the safe and effective operation of automotive batteries. However, the BMS consistently suffers from inaccuracy of SOC estimation. Herein, we propose a SOC estimation approach with both high accuracy and robustness based on an improved extended Kalman filter (IEKF). An equivalent circuit model is established, and the simulated annealing-particle swarm optimization (SA-PSO) algorithm is used for offline parameter identification. Furthermore, improvements have been made with noise adaptation, a fading filter and a linear-nonlinear filtering based on the traditional EKF method, and rigorous mathematical proof has been carried out accordingly. To deal with model mismatch, online parameter identification is achieved by a dual Kalman filter. Finally, various experiments are performed to validate the proposed IEKF. Experimental results show that the IEKF algorithm can reduce the error to 2.94% under dynamic stress test conditions, and robustness analysis is verified with noise interference, hence demonstrating its practicability for extending to state estimation of battery packs applied in real-world operating conditions.
Introduction
Due to the global energy crisis and environmental pollution issues, electric vehicles (EVs) are being developed as alternatives to traditional internal combustion engine powered vehicles1,2. As the main energy storage system for EVs, battery packs are made of numerous lithium-ion batteries (LIBs), with close monitoring of the battery states essential to maintaining safe and efficient operation3, which emphases the importance of the battery management system (BMS). The BMS serves a number of purposes including the determination of the remaining energy, estimating state of available power, voltage monitoring, cell balancing and lifetime predictions4.
The state of charge (SOC) characterises the available capacity of a cell and its estimation is one of the basic but vital functions for a BMS. Accurate SOC estimation can thus help the BMS with cell balancing in packs and avoid over-charging and over-discharging of cells which will damage the batteries5. Unfortunately, SOC is difficult to measure directly, with the accuracy affected by factors such as temperature and degradation, resulting in a complicated control problem.
SOC estimation methods can be divided into definition-based and model-based approaches which have been applied to a range of different battery chemistries6. The Ampere-hour counting (AHC) method, also known as Coulomb counting method, is one of the basic methods of defining the SOC which is shown in Eq. (1):
where η is the charge coefficient, which is assumed to be 1 in this article, and \(Q_{C}\) is the battery nominal capacity (Ah).
Online SOC estimation typically adopts the AHC method due to its adaptability for embedded systems on EVs. However, the AHC has the disadvantage of poor robustness in practical applications, especially when dealing with cumulative errors or incorrect initialization.
Model-based methods utilise mathematical models describing the batteries behaviour with varying degrees of complexity, with common forms including the equivalent circuit models (ECM), data-driven approaches, physics-based models and finite element models (FEM). ECMs are composed of circuit components including capacitors and resistors, to represent dynamic voltage characteristic7. Data-driven models are based on the data mining approaches, such as neural network or support vector machines (SVM), which establish black-box models without considering battery physics8. Furthermore, data-driven models rely on datasets for training to achieve ideal generalization which can be costly and time-consuming. Therefore, the model accuracy cannot be ensured unless sufficient data is provided over all permutations of operation. Physics based models describe the internal electrochemical processes such as diffusion and charge transfer, and mainly include the single particle model (SPM) and pseudo-two-dimensional (P2D) model9. FEMs are often used to describe 3D heterogeneities in cell thermal performance with large computationally cost.
Therefore, FEMs and data-based methods are rarely used in embedded system of EVs due to the large amount of calculation needed. However, real world implementation of state-estimation algorithms is often plagued with signal noise which can result in cumulative errors. Motivated by this, Kalman filters are frequently used with models to accurately estimate battery status such as SOC in the presence of signal noise10.
A Kalman filter itself, is an efficient filtering algorithm proposed for tracking the state of linear systems in Gaussian noise environments. However, when applied to LIBs which exhibit hysteresis effects and strong nonlinearities during charging/discharging conditions, the performance of Kalman filter is often limited11. Therefore, improved methods have been put forward to solve this issue. This includes the extended Kalman filter (EKF) which uses Taylor series to achieve system linearization12 to study SOC estimation13,14,15, parameter estimation16, and residual life estimation17,18.
However, the traditional EKF method or other similar algorithms rarely consider the complex coupling effect of cell parameters. As a result, more adaptive approaches are urgently needed to avoid parameters drifting over the lifetime of operation. Efforts to address this include Wang et al.19 who introduced an EKF method coupled with simultaneously identified parameters. Zheng et al.13 investigated SOC estimation with an EKF and particle filter (PF) based approach with a SOC differential voltage model. Furthermore, Wang et al.20 adopted a dual Kalman filter (DKF) based approach to deal with the differences in charging and discharging behaviour. However, despite these efforts there are still challenges associated with accurate SOC estimation and more coupled methods should be considered, especially for applications in EV embedded systems.
To address the issues of SOC estimation of LIBs, this paper proposes an improved EKF (IEKF) algorithm based on ECM, which has a precise filtering system and time-varying battery model parameters, to effectively improve the model accuracy, robustness and convergence of the algorithm. The research contributes to the operational applications of the family of Kalman filters on the battery management system. The improvements take the practical issues into consideration; thus, the targeted optimizations aim to provide possible solutions for actual applications.
This work is organized as follows. Firstly, the Thevenin equivalent circuit model is introduced and model parameters are identified offline by using simulated annealing-particle swarm optimization (SA-PSO) method. Then the IEKF algorithm is presented with rigorous proof addressing noise adaptation and fading filtering. Furthermore, a method for online parameter identification is illustrated based on DKF. Finally, experimental results employing a designed workbench for algorithm validation is discussed and compared with the EKF, including comparisons of the precision, robustness and convergence.
Lithium-ion battery modeling
Thevenin equivalent circuit model
Various battery models have been discussed in “Introduction”. Considering the characteristics of several types of battery models, ECMs are often adopted21. Thus, a representative Thevenin model used in this article is shown in Fig. 1.
According to Fig. 1, the Thevenin ECM can be described by Eq. (2) which are derived from Kirchhoff Voltage Law (KVL):
The Thevenin model consists of ideal voltage source representing open circuit voltage (OCV, UOC), the ohmic resistance Ro and a RC network. Rp and Cp are the polarization resistance and capacitance respectively. UL is the terminal voltage, IL is the current (assumed positive for charge, negative for discharge). Up describes the polarization voltage over the RC network.
For Eq. (1) and Eq. (2), a Laplace transform is used to establish a state-space equation for the Thevenin ECM, shown as Eq. (3):
where Ts is the sampling interval, wk is the processing noise.
The systematic observation equation is shown in Eq. (4):
where: vk is the observation noise.
For the established state-space model, the parameters to be identified consist of Cp, Ro and Rp. Classical methods for parameter identification are divided into offline and online methods. Since the parameters of the battery are greatly affected by the SOC, state of health (SOH) (representing the battery remaining life) as well as temperature and charging/discharging current, it is difficult to obtain accuracy parameters if relying on interpolated values which were acquired from simple offline parameter identification tests. Therefore, in this article, online parameter identification is applied to obtain better precision of the battery parameters, which is called DKF as shown in “IEKF and parameter adaptation”. To speed up the fitting process, a SA-PSO method has been developed for offline parameter identification, which can be used as the initial value of online estimation and implemented for model correction.
Offline parameter identification
Although online parameter identification can effectively improve the accuracy of the ECMs, the algorithm used will degenerate if initialization of parameters deviates too much from the true value, and result in a lower convergence speed because the parameters correction relies on observation values. Therefore, a SA-PSO method has been adopted for identifying the parameters offline as the initial value of online identification.
The SA algorithm originates from the industrial annealing process and has been applied for various scenarios22. For each feasible solution generated, the value of the fitness function (marked as f(x)) is calculated and the optimal solution is selected according to the Metropolis principle which is a type of resampling method. In this article, the new state will be generated by a normal distribution. When the system status varies from x0 to x, there is a probability:
where P is the probability of the new state being acceptable; \(E\) is the energy of system, which can be abstract as the fitness function and T is the annealing temperature. In this article, we use the root mean squared error (RMSE) between the simulated voltage and the real voltage as the fitness function.
If Ex0 < Ex, the new status will be accepted; otherwise, the new status will be discarded by the probability:
During each annealing temperature, L times iteration will be executed. After the iterative process is completed, T will be updated as Eq. (7) the maximum posteriori estimation proposed
where K is the annealing rate. The performance of SA is significantly influenced by the annealing rate and a fully slow annealing is appreciated for the best solution searching. Therefore, K is 0.99 in this article.
The SA algorithm can search the global-best solution; however, the capability of a global search relies on a sufficiently high temperature initialization and a sufficiently slow cooling process. Therefore, the SA algorithm converges slowly, but can be optimize by coupling this with an intelligent optimization method23.
The PSO algorithm belongs to the group intelligent optimization methods and is derived from the study of bird predation behaviors. PSO, including its implement, has been widely used for parameter identification24,25. In the PSO algorithm, each potential solution can be abstracted as a particle in state-space with each particle having a position and velocity. All particles simultaneously search for the individual-best solution and group-best solution in the given state-space. The position-speed update equation is shown as Eq. (8).
where ω is the inertia weight; c1 and c2 are learning factors; r1 and r2 are random numbers between 0 and 1; v is the velocity of particle; x is the current solution; p is the individual-best solution and g is the group-best solution. In this article, we assume that c1 = c2 = 1.5, and ω = 0.8.
The position can thus be updated by Eq. (9):
The PSO algorithm has a high convergence speed, but it is intended to converge to a local-best solution.
To optimize the SA algorithm and the PSO algorithm, a coupled SA-PSO algorithm is proposed to speed up convergence speed and avoid the algorithm falling into local optimum. The specific implementation manner can thus be depicted as follows:
Step 1: set the initial annealing temperature, and perform a Monte Carlo search at each temperature to find the global equilibrium status.
Step 2: when each particle is iteratively updated in the particle swarm algorithm, the Metropolis criterion is adopted to accept the new particle status.
Step 3: loop at each annealing temperature until the number of iterations reaches the maximum or a satisfactory convergence is achieved.
Using this method, the algorithm not only avoids local optimum, but also guarantees the Monte Carlo simulation process of the annealing algorithm to ensure the ability to search the global parameter space. The SA-PSO algorithm can be depicted as Fig. 2.
Pulse discharge experiments were carried out to validate the algorithm. The experiment results are shown in Fig. 3a. According to Eq. (2), the system has zero-input in the voltage rebound phase, which can be used to fit Rp and Cp values, and the voltage step at the end of the pulse discharge can be used to fit Ro. The offline parameter identification fitting results are shown in the Fig. 3b. Moreover, the error bars of Ro and Rp are presented as Fig. 3c,d, which are demonstrated based on the multi-times simulation results. Considering the error analysis based on error bars, the adopted models generally predict the battery characteristics and can be applied for states estimation.
IEKF and parameter adaptation
Traditional EKF
The classical Kalman filter performs poorly in state estimation problems when dealing with nonlinear systems. The main cause is that there are nonlinear integral equations when the state and observers update. Based on Bayesian filtering theory, nonlinear systems that satisfy Markov characteristics can be depicted as Eq. (10):
where p is the probability of state transfer, and x is the system state, and z is the system observation.
The priori information (one-step prediction equation) can be defined as Eq. (11) and state updating equation as Eq. (12):
where \(p({\mathbf{x}}_{k} |z_{k - 1} )\) is priori information,\(\frac{{p(z_{k} |{\mathbf{x}}_{k} )}}{{p(z_{k} |z_{k - 1} )}}\) is maximum likelihood function.
Equation (11) and Eq. (12) represent the prediction and updating process respectively. The classical linear Kalman filter has difficulty in calculating Eq. (11) and Eq. (13) precisely. Therefore, some improvement is needed to improve the algorithm performance. Here, a Taylor series expansion of the nonlinear equations is used to achieve linearization, which is called EKF. The EKF has first-order polynomial precision, for which it discards the quadratic term and high order terms (Table 1).
For the nonlinear system described in Eq. (14):
where uk indicates the input/control amount at time k.
Extended Kalman filter can be summarized as Table 2.
The linearization process can be expressed as follows:
Improved EKF
Although the EKF improves the ability of the algorithm to cope with nonlinear systems, more improvements are needed for complex system state tracking problems in practical applications. For real-world battery pack, the system noise is often non-Gaussian, such as the constant deviation of the current and voltage sensor, especially for large capacity battery packs. Additionally, the characteristics are strongly coupled with battery capacity degradation, ambient temperature and dynamic working conditions, affecting the accuracy and robustness of the SOC estimation. Therefore, some optimization is adopted to improve the EKF algorithm to impair the influences of the factors mentioned.
Adaptive noise
For the Kalman filter, signal noise can be separated into process noise and environmental noise. The process noise characterizes the reliability of the proposed model, and the environmental noise often originates from errors caused by the sensor and environmental disturbance during the actual measurement. Both noises have great impacts on the performance of the filtering system, mainly affecting the convergence and accuracy of the system26. For a converged Kalman filter, the system is considered to be converged to a stable value at an infinite moment as shown in Eq. (15)
According to the covariance matrix updating the EKF, the Kalman Gain converges to a constant value along with the convergent covariance matrix. Therefore, the Kalman filter will degrade to a low-pass filter, and the Kalman Gain is only determined by system noise, which affects the precision.
On the other hand, the process noise influences convergence speed of the system. The existence of noise can assist the system to gradually converge to the true value when there is a deviation, and the convergence speed depends on the amplitude of the noise. In real operating conditions, it is generally expected that there is a larger noise in the initial stage of filtering to enhance the influence of correcting initial value deviation and enhancing the convergence speed of the filtering. However, when the filter is stabilized, it is ideal for the noise to be attenuated for higher accuracy. Therefore, it is of great practical significance to achieve adaptive system noise27. The adaptive noise can be effectively implemented with observation. The demand of data storage for recursive process is small, and with the low dimensions of the matrix A, B, C, the adaptive algorithm has obvious advantage for calculation.
The adaptive algorithm based on the maximum posteriori estimation proposed for discrete systems can be characterized as Eq. (16) and (17)28:
where \(d_{k} = (1 - b)/(1 - b^{k} )\), b is a constant between 0 and 1, \(\varepsilon = z_{k} - C_{k} x_{k}\).
Fading filter
The fading filter is a method to enhance the system's ability for utilizing observation measurement to optimize divergence phenomenon when filtering. Due to the rounding error when calculating with computers, the covariance matrix may not be positive during the iterative process, leading to the filtering system oscillating or diverging. In addition, when the system model is severely mismatched, the correction of the system can only be achieved with observation. Therefore, enhancing the observation proportion when updating the status can improve the stability and robustness of the algorithm.
Classical EKF algorithms assume that the total filtering time domain is N, for the arbitrary time k in the time domain, thus we have:
Take s as the fading factor, and multiply both sides of the Eq. (19) by s-(N-k):
Note:
Then Eq. (19) can be expressed as Eq. (22):
Equation (18) can be replaced by Eq. (22) to optimize the covariance matrix updating, and the covariance matrix has been enlarged by s times compared with the original equation which reveals that the utilization ability for measurement has been enhanced.
The fading factor of Eq. (22) can select a constant larger than 1, and can also be adaptively updated according to the degree of system model mismatch Moreover, the error bars].
Linear–nonlinear filter
When the EKF is improved by using several solutions shown as “IEKF and parameter adaptation”, the cost of calculation needed for the algorithm obviously increases, making it difficult to realize fast estimation. Therefore, the linear–nonlinear (L–N) filter is used for solving the issues that the algorithm is too complex.
Noting that the first-order ECM has the following characteristics:
1. State update process is a linear process.
2. Observation process is non-linear process.
The nonlinear proportion is concentrated in the observation process. Therefore, it is considered that the state update portion is separately processed from the observation portion. Classical Kalman filtering has higher precision when dealing with linear systems accompany little amount of calculation. However, while the EKF can response to nonlinear systems, the accuracy is similar to that of classical Kalman filtering when tackling linear systems, whereas a lot of computing power is wasted. Therefore, for the special linear-nonlinear system mentioned above, the L-N filter is used to solve the problem. The classical Kalman filter method is adopted for the status updating process, and the EKF is applied for the observation process, which effectively reduces the calculation amount required by the algorithm without affecting the accuracy of estimation.
Summarization
In “IEKF and parameter adaptation”, several solutions are introduced for dealing with the filtering noise and divergence problems. The L–N filter method is used to reduce the amount of calculation. The IEKF algorithm adopted can be described as Table 3:
Parameter adaptation
The EKF algorithm can only track the system and depending on the observations for correction. Therefore, the EKF algorithm will degenerate into an information filter with a lower convergence rate. Furthermore, improving the model accuracy or timely modifying the model to adapt the system has higher significance for improving the convergence speed and robustness.
Online parameter identification is the main means for fitting the model to real systems. The parameters of the first-order ECM include Ro, Rp, Cp. Rp and Cp and represents the battery polarization effects, used for simulating the long-term and dynamic characteristics that affect the system. Therefore, the above parameters need to be implemented in the online identification process.
The online parameter identification method can be equivalent to the application of a Dual Kalman filter (DKF)29. Therefore, establishing a state space model for the parameters to be identified can effectively articulate how the parameter online identification works.
Since the variation of battery parameters is usually slow during degradation, we assume that the battery parameters do not change during an iterative process. Then the state space is rewritten as Eq. (25):
This state space model has interesting features. Firstly, the state update matrix is a unit matrix, which has good positive definiteness and low computational complexity. Additionally, the observation equation of the system is the same as the battery equivalent circuit model. The observed voltage value and the polarization characteristic is affected accordingly. Therefore, the online parameter identification needs to be fed back to the prediction and update process in the ECM. Meanwhile, the SOC estimation result will affect the ability to correct the parameters which depending on observation. The adaptive parameter process is shown in Fig. 4. Considering the influence factors for filter algorithms, the selected parameters are presented in Table 4. Although the Gaussian noise is expected for ideal systems, the constant initialization is provided for predicting the non-Gaussian battery system and online parameter identification contributes to the adaptive optimizations.
Workbench and experiment
To verify the validity of the algorithm, an experimental workbench is established as shown in Fig. 5, with the details illustrated in Table 5.
The experiment was verified on a BYD 130 Ah lithium-ion battery, and its specifications are shown in Table 6. The experimental results for conditions are used to verify the effectiveness and robustness of the algorithm and the verification test of this paper, including constant current test, pulse discharge test, and dynamic stress test (DST). All tests are carried out in an ambient temperature of 25 ℃.
Results and validation
Algorium validation
The effectiveness of the proposed algorithm is compared to the classical EKF algorithm. Two characteristics are introduced to evaluate the algorithm, which are the maximum error (ME) and RMSE. The definitions are shown as Eqs. (26) and (27).
The real SOC can be calculated from the measurement by using the AHC based on high precision test equipment. Compared with simulation results, the experimental results show that ME of IEKF can be reduced to 1.43% under 1C constant current discharge conditions, which is better than the 1.93% for the EKF algorithm. The RMSE of IEKF is 1.0193 × 10–3. Under the DST condition, the ME of IEKF slightly rises to 2.94%, and the RMSE is 2.4028 × 10–4. The ME of EKF rises to 6.72%. The results are shown in Table 7, which illustrate that IEKF is superior to EKF. Moreover, considering the invalidation of ECMs under low SOC ranges, the proposed method contributes to compensate the enlarged error, and the results are presented in Fig. 6b. The relatively fitted curve demonstrates the effectiveness on the correction for ECMs applying low SOC ranges.
The online identification results of the model parameters can be verified according to the voltage matching degree. The results of the model matching during the DST are shown in Figs. 6, and 7.
The voltage curves show that the accuracy of the system model can be improved after using the parameter adaptive algorithm. As shown in Fig. 6d, the simulated voltage curve based on IEKF is rather similar with the real one compared against others. The results can be attributed to the effective adaptive parameter identification, and the effective correction also contributes to the result.
As shown in Fig. 8, the method is validated under low-temperature condition. The test is carried out at − 10 ℃ and 0.2 ℃ discharging until reaching cutoff voltage of 2.5 V. The maximum error under − 10 ℃ is 2.27%, indicating a satisfactory precision based on IEKF method.
Considering the various battery types operating on electric vehicles, the lithium iron phosphate (LFP) battery is selected as another typical example to validate the effectiveness of proposed method. Herein, a 1.5 AH LFP battery is operated at 1C discharging test and 25 ℃. The model of used battery is LR1865EH, and the tested result is presented in Fig. 9. The maximum error applying proposed method is under 3%, indicating the potential application of the proposed method for various battery types.
Validation of convergence
The convergence of the algorithm can describe the ability of the filtering system to converge back to the true value when the system has seriously deviated. The quantification can be expressed as the time needed for the system to converge back to the true value.
Table 8 depicts the ability of system convergence under different degrees of deviation. Due to the use of the fading filter and adaptive noise, the convergence speed is significantly increased compared to the classical EKF algorithm. Furthermore, Fig. 10 illustrates the results of convergence when there is a 20% absolute deviation during SOC initialization.
Analysis of robustness
Robustness of the algorithm can be characterized as the ability to maintain true values when the system is disturbed. Since the state monitoring capability of the EV battery pack is limited in actual working conditions, the accumulated error caused by the current sensor is difficult to eliminate. Therefore, if the system samples contain the deviation and variance of the real current, the IEKF algorithm can trace the true value. Benefiting from the noise adaptive method, the IEKF algorithm has better robustness than the AHC.
In addition to the accuracy of the current sensor, the battery capacity (estimated SOC) is also greatly affected. The capacity is affected by many factors such as the ambient temperature and degradation of capacity. Table 9 lists the capacity test results of the batteries used in this paper at different ambient temperatures. It can be found in Table 9 that the nominal capacity of the battery is significantly different at various temperatures. Therefore, it is difficult to ensure that the battery capacity obtained by the AHC method is accurate for the actual usage of the battery pack. As a result, the algorithm robustness analysis should consider the battery capacity deviation problem.
Simulations of different capacities when calculating SOC under DST conditions are carried out. The results of capacity deviation and noise interference of the sensor are shown in Fig. 11. According to Fig. 11 and Table 10, the IEKF can tackle the mismatched capacity well compared to the AHC, by evaluating the error at the end of discharge, which indicates that IEKF has better robustness if the parameters of system are mismatched.
Analysis of calculation efficiency
BMSs in EVs are always responsible for important tasks such as state monitoring, system protection, charging control and communicating with other electrical systems. Considering the limited computing ability of embedded systems in EVs, the calculation efficiency of the online algorithm is crucial. Therefore, we simulate the algorithm in MATLAB and verify the computational efficiency within the time span of the simulation. The results are shown in Table 11. Compared to traditional EKF, the IEKF with online parameter and L-N filter has similar calculation efficiency. The IEKF with online parameter and L-N filter is much more efficient than IEKF where the parameters are relying on central difference method.
Conclusion
An IEKF associated with online parameter identification is used to investigate the SOC estimation of LIBs for automotive applications. The algorithm highlights the fact that the model parameters and system noises need to be adapted to the inaccurate current/voltage measurement or other various environment noise interference. Simulations show excellent agreement with experimental data under different working conditions, and the maximum error is found to be 2.94% under DST conditions. Furthermore, the robustness and convergence are analyzed, showing that the IEKF has better performance than traditional EKF.
Noise interference is random and chaotic under practical operating conditions, which will affect the actual capacity of the cell and increase the difficulty of state estimation. The simulation results show that the maximum error of AHC for SOC estimation in distorted temperature is 16.54%, while the error of IEKF method is only 1.19%. Additionally, when there is a sensor error, AHC integrity has a significant deviation in the estimation due to its weak robustness, while the IEKF has much better accuracy. Moreover, simulation results show that IEKF has a higher convergence speed when dealing with mismatching initialization.
Although the proposed modelling framework and experiment only considers a single cell, the proposed algorithm can also be applied to further evaluate battery packs under varying operating conditions. In the future, temperature prediction and state of health estimation will also be considered in modelling and experimental work to further improve the method (Supplementary Information).
References
Li, Z., Khajepour, A. & Song, J. A comprehensive review of the key technologies for pure electric vehicles. Energy 182, 824–839 (2019).
Ahmadi, P. Environmental impacts and behavioral drivers of deep decarbonization for transportation through electric vehicles. J. Clean Prod. 225, 1209–1219 (2019).
Zhang, X. et al. Potentiometric measurement of entropy change for lithium batteries. Phys. Chem. Chem. Phys. 19, 9833–9842 (2017).
Xu, G. et al. Reliability design of battery management system for power battery. Microelectron. Reliab. 88–90, 1286–1292 (2018).
Wu, Z., Ling, R. & Tang, R. Dynamic battery equalization with energy and time efficiency for electric vehicles. Energy 141, 937–948 (2017).
Cuma, M. U. & Koroglu, T. A comprehensive review on estimation strategies used in hybrid and battery electric vehicles. Renew. Sustain. Energy Rev. 42, 517–531 (2015).
Yang, J., Cai, Y., Pan, C. & Mi, C. A novel resistor-inductor network-based equivalent circuit model of lithium-ion batteries under constant-voltage charging condition. Appl. Energ. 254, 113726 (2019).
Wang, Q., He, Y., Shen, J., Ma, Z. & Zhong, G. A unified modeling framework for lithium-ion batteries: An artificial neural network based thermal coupled equivalent circuit model approach. Energy 138, 118–132 (2017).
Li, Y. et al. A physics-based distributed-parameter equivalent circuit model for lithium-ion batteries. Electrochim. Acta. 299, 451–469 (2019).
Dai, H., Guo, P., Wei, X., Sun, Z. & Wang, J. ANFIS (adaptive neuro-fuzzy inference system) based online SOC (state of charge) correction considering cell divergence for the EV (electric vehicle) traction batteries. Energy 80, 350–360 (2015).
Zhang, W., Wang, L., Wang, L. & Liao, C. An improved adaptive estimator for state-of-charge estimation of lithium-ion batteries. J. Power Sources. 402, 422–433 (2018).
Wang, S. et al. An adaptive working state iterative calculation method of the power battery by using the improved Kalman filtering algorithm and considering the relaxation effect. J. Power Sources. 428, 67–75 (2019).
Zheng, L., Zhu, J., Wang, G., Lu, D. D. & He, T. Differential voltage analysis based state of charge estimation methods for lithium-ion batteries using extended Kalman filter and particle filter. Energy 158, 1028–1037 (2018).
Pan, H., Lü, Z., Lin, W., Li, J. & Chen, L. State of charge estimation of lithium-ion batteries using a grey extended Kalman filter and a novel open-circuit voltage model. Energy 138, 764–775 (2017).
Zheng, Y. et al. State-of-charge inconsistency estimation of lithium-ion battery pack using mean-difference model and extended Kalman filter. J. Power Sources. 383, 50–58 (2018).
Guo, F., Hu, G. & Hong, R. A parameter adaptive method with dead zone for state of charge and parameter estimation of lithium-ion batteries. J. Power Sources. 402, 174–182 (2018).
Xiong, R., Li, L. & Tian, J. Towards a smarter battery management system: A critical review on battery state of health monitoring methods. J. Power Sources. 405, 18–29 (2018).
Fang, L., Li, J. & Peng, B. Online estimation and error analysis of both SOC and SOH of lithium-ion battery based on DEKF method. Energy Proc. 158, 3008–3013 (2019).
Wang, Q., Kang, J., Tan, Z. & Luo, M. An online method to simultaneously identify the parameters and estimate states for lithium ion batteries. Electrochim. Acta. 289, 376–388 (2018).
Wang, L., Lu, D., Liu, Q., Liu, L. & Zhao, X. State of charge estimation for LiFePO4 battery via dual extended kalman filter and charging voltage curve. Electrochim. Acta. 296, 1009–1017 (2019).
Zhang, C., Allafi, W., Dinh, Q., Ascencio, P. & Marco, J. Online estimation of battery equivalent circuit model parameters and state of charge using decoupled least squares technique. Energy 142, 678–688 (2018).
Zhang, W., Maleki, A., Rosen, M. A. & Liu, J. Optimization with a simulated annealing algorithm of a hybrid system for renewable energy including battery and hydrogen storage. Energy 163, 191–207 (2018).
Ghorbani, N., Kasaeian, A., Toopshekan, A., Bahrami, L. & Maghami, A. Optimizing a hybrid wind-PV-battery system using GA-PSO and MOPSO for reducing cost and increasing reliability. Energy 154, 581–591 (2018).
Hu, M. et al. Lithium-ion battery modeling and parameter identification based on fractional theory. Energy 165, 153–163 (2018).
Ding, Y., Zhang, W., Yu, L. & Lu, K. The accuracy and efficiency of GA and PSO optimization schemes on estimating reaction kinetic parameters of biomass pyrolysis. Energy 176, 582–588 (2019).
Zha, F., Guo, S. & Li, F. An improved nonlinear filter based on adaptive fading factor applied in alignment of SINS. Optik 184, 165–176 (2019).
Shen, Y. Adaptive extended Kalman filter based state of charge determination for lithium-ion batteries. Electrochim. Acta. 283, 1432–1440 (2018).
Qiu, L. et al. An adaptive Kalman filter for extreme polarization effects equalization in coherent optical communication system. Opt. Commun. 445, 125–135 (2019).
Guo, F. et al. A multi-scale parameter adaptive method for state of charge and parameter estimation of lithium-ion batteries using dual Kalman filters. Energy 178, 79–88 (2019).
Acknowledgements
This work is supported by the National Key R&D Program of China (2018YFB0104400).
Author information
Authors and Affiliations
Contributions
S.Y. and X.L. guided the experiments. Y.H. and S.Z. and X.Z. and Y.P. carried out the simulation and wrote the main manuscipt. H.L. and B.W. guided to write the manuscipt and other figures. All authors reviewed the manuscipt.
Corresponding author
Ethics declarations
Competing interests
The authors declare no competing interests.
Additional information
Publisher's note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Supplementary Information
Rights and permissions
Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.
About this article
Cite this article
Yang, S., Zhou, S., Hua, Y. et al. A parameter adaptive method for state of charge estimation of lithium-ion batteries with an improved extended Kalman filter. Sci Rep 11, 5805 (2021). https://doi.org/10.1038/s41598-021-84729-1
Received:
Accepted:
Published:
DOI: https://doi.org/10.1038/s41598-021-84729-1
This article is cited by
Comments
By submitting a comment you agree to abide by our Terms and Community Guidelines. If you find something abusive or that does not comply with our terms or guidelines please flag it as inappropriate.