Next Article in Journal
Modeling and Optimization of the Thermal Performance of a Wood-Cement Block in a Low-Energy House Construction
Next Article in Special Issue
A Review of Frequency Response Analysis Methods for Power Transformer Diagnostics
Previous Article in Journal
Comprehensive Exergy Analysis of Three IGCC Power Plant Configurations with CO2 Capture
Previous Article in Special Issue
Correction: Juan, A.A.; Mendez, C.A.; Faulin, J.; de Armas, J.; Grasman, S.E. Electric Vehicles in Logistics and Transportation: A Survey on Emerging Environmental, Strategic, and Operational Challenges. Energies 2016, 9, 86
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

State-of-Charge Estimation for Li-Ion Power Batteries Based on a Tuning Free Observer

1
Department of Chemical and Biomolecular Engineering, The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon 999077, Hong Kong, China
2
Guangzhou HKUST Fok Ying Tung Research Institute, Guangzhou 511458, China
*
Author to whom correspondence should be addressed.
Energies 2016, 9(9), 675; https://doi.org/10.3390/en9090675
Submission received: 20 July 2016 / Revised: 15 August 2016 / Accepted: 16 August 2016 / Published: 24 August 2016
(This article belongs to the Collection Electric and Hybrid Vehicles Collection)

Abstract

:
A battery’s state-of-charge (SOC) can be used to estimate the mileage an electric vehicle (EV) can travel. It is desirable to make such an estimation not only accurate, but also economical in computation, so that the battery management system (BMS) can be cost-effective in its implementation. Existing computationally-efficient SOC estimation algorithms, such as the Luenberger observer, suffer from low accuracy and require tuning of the feedback gain by trial-and-error. In this study, an algorithm named lazy-extended Kalman filter (LEKF) is proposed, to allow the Luenberger observer to learn periodically from the extended Kalman filter (EKF) and solve the problems, while maintaining computational efficiency. We demonstrated the effectiveness and high performance of LEKF by both numerical simulation and experiments under different load conditions. The results show that LEKF can have 50% less computational complexity than the conventional EKF and a near-optimal estimation error of less than 2%.

1. Introduction

Electric vehicles (EV) are a cost efficient solution to the worldwide energy crisis and environmental pollution [1]. Power sources of EVs commonly adopt lithium-based batteries, which have a high voltage, high energy density, low self-discharge rate, and long cycle life [2]. In order to improve the performance of power supply, designers sometimes integrate thousands of batteries connected in series and parallel [3], in which case, a battery management system (BMS) is required to monitor and control the working status of each single cell properly to keep the EVs safe and to extend the battery pack lifespan.
An EV BMS serves a number of functions as detailed in [4], among which the online state of charge (SOC) estimation for each single cell is the core one. The SOC of batteries is defined as the proportion of the remaining capacity to the total capacity of the battery. An accurate SOC estimation can not only provide the information of the remaining mileage, but also give assistance to active balancing and protection of the battery pack [5]. There are many different kinds of methods that focus on SOC estimation [6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22]. However, due to the limited computational ability of the embedded processor and the large amount of batteries used in EVs, the SOC estimation algorithm needs to be simple and reasonably accurate. Open loop approaches, such as the coulomb counting (CC) [6,7] and open circuit voltage (OCV) methods [8,9], are simple, but their drawbacks are significant: the CC method directly integrates the current over time to obtain the battery capacity change, leading to accumulated sensing error [23,24]. It is unlikely to provide an accurate SOC estimation with an uncertain initial SOC value [25]. According to [4], OCV can reflect SOC in an accurate way, whereas it may take hours for the terminal voltage of a LiFePO4 battery to become stable and close to the OCV at low temperatures. In addition to these above-mentioned specific issues, open loop approaches are also sensitive to sensor noise. Observer-based approaches are applied to solve these problems, including the Luenberger observer, proportional-integral (PI) observer, extended Kalman filter (EKF), and so on. The core theory of the observer is to estimate the OCV online through a battery model [26], rather than waiting for a long setting time, and then use the OCV-based SOC to correct the SOC obtained through the CC method. The Luenberger observer [11] is the simplest state observer, of which the logical structure is shown in Figure 1a. It uses fixed gain for state feedback, and the selection of this gain—more precisely, the pole placement of the observer system [12]—determines the convergence speed and noise filtering performance. Due to its linear property, the performance of the Luenberger observer deteriorates heavily when dealing with battery systems of strong nonlinearity [13]. The PI observer [14] provides a solution to the problem, using a proportional-integral structure to replace the constant gain. The feedback gains of these mentioned observers are mainly obtained through trial-and-error, and improper gain settings may lead to system instability. Different from the way of the PI observer, the EKF [19,20] linearizes the battery model locally and provides a minimum variance solution of Luenberger observer. It has the advantages of higher converging speed, higher accuracy, and tuning-free gain as a nonlinear adaptation. However, the cost of computation is about three times more than that of the standard Luenberger observer [27].
In this paper, we introduced an idea that the inadequacy of the Luenberger observer can be compensated through learning from another optimal observer (with the same structure shown in Figure 1a). More specifically, by combining EKF with the Luenberger observer, a tuning-free observer with a structure shown in Figure 1b is established for battery SOC estimation. In this way, the Luenberger gain is determined online and updated intermittently with the EKF results. Noting that the intermittent EKF is less accurate than the standard EKF method [28], an updating law (Section 2.3) is proposed to ensure algorithm accuracy. The proposed algorithm can perform similarly to the standard EKF if we assume that the observing probability of intermittent EKF can be obtained. This assumption can be satisfied if a known intermitting rate strategy, for instance, in a periodical fashion, is applied. In this way, the feedback gain of the Luenberger observer can be automatically determined and, at the same time, the complexity of the proposed method can be significantly reduced while the keeping the high accuracy similar with standard EKF. The proposed method can contribute to the pack SOC estimation since the pack SOC is sometimes determined by the SOC of each single cell [4] and we decreased the computational cost of obtaining the single cell SOC. To the knowledge of the authors, this hybrid strategy has not been previously reported, and we named this method as the Lazy-Extended Kalman Filter (Lazy-EKF), as the full EKF works only occasionally. In this study, we verified the proposed method to the efficient SOC estimation for power battery BMS simulation. The remainder of the paper is organized as follows: Section 2 reviews the conventional Luenberger observer and EKF algorithm, followed by the introduction of the proposed LEKF method; Section 3 displays the derivation of the LEKF method, and present numerical experiments to illustrate that the approximations and assumptions for deriving LEKF are reasonable; the performance of the LEKF method on real batteries is illustrated in Section 4 under different dynamic load conditions; and the last section reports the conclusion.

2. Lazy Extended Kalman Filter

2.1. Luenberger Observer

The definition of SOC is given by:
S O C ( t ) = S O C 0 + η 0 t i ( τ ) d τ / C n
where SOC0 is the initial state of charge, η is the coulomb efficiency, i is the current and Cn is the battery capacity. In this paper, we assume the coulomb efficiency to be 1, and use the cumulative form to replace the integral in the discrete-time cases for the following calculations. The following combined model [19] is adopted to describe a battery system:
V model = E 0 + I input r k 0 / S O C k 1 S O C + k 2 ln ( S O C ) + k 3 ln ( 1 S O C )
where Vmodel is the model output, the terminal voltage, Iinput is the input current, r is the battery impedance, and constants E0, k0, k1, k2, and k3 are the battery model parameters.
The Luenberger observer is a state estimation method originally proposed by Luenberger, based on model feedback [12]. With the above stated model, the Luenberger observer can be derived to update SOC in the following way:
S O C k + 1 = S O C k + I input / ( 3600 C n ) + L ( V m , k V model , k )
where Cn is the battery capacity, Vm,k is the measured voltage at time k, Vmodel,k is the model voltage at time k to be predicted based on Equation (2), and L is Luenberger feedback gain, the tuning parameter in the observer.

2.2. Extended Kalman Filter

The Kalman filter was first introduced to estimate battery SOC by Plett et al. [19,29,30] in 2004. The algorithm of extended Kalman filter can be described as follows:
For a nonlinear system:
{ x k + 1 = f ( x k , u ) + w k y k = g ( x k , u ) + v k
If it is linearized locally at time k:
{ x k + 1 = A x k + B u + w k y k = C x k + D u + v k
where wk and vk are independent zero-mean Gaussian noises with variance matrices Q and R, respectively. Next, the process for extended Kalman filter can be described as follows:
Initialize: when k = 0, let:
x ^ 0 = E [ x 0 ]
P 0 = [ ( x 0 E [ x 0 ] ) ( x 0 E [ x 0 ] ) T ]
Computation: for k = 1, 2, …, compute:
x ^ k = f ( x ^ k 1 , u )
P k = A P k 1 A T + Q
K k = P k C T [ C P k C T + R ] 1
x ^ k = x ^ k + K k ( y k g ( x ^ k , u ) )
and:
P k = ( I K k C ) P k
For the battery system described in Equation (2), if we set SOC as the state variable, current as the input (positive when charging), and terminal voltage as output variable, we have:
{ A = 1 B = 1 / ( C n 3600   ) C = k 0 x 2 k 1 + k 2 x k 3 1 x | x = x ^ k D = r

2.3. Lazy Extended Kalman Filter

In order to reducing computation cost and obtain estimation accuracy simultaneously, we constructed a hybrid strategy by using EKF to maintain its accuracy, together with the original Luenberger observer for computation efficiency. To measure the frequency of switching, we introduced an integer variable, NC, as the number of steps per cycle in LEKF (Figure 2). In the first step, we used EKF to estimate the SOC, and use the Luenberger observer in the next NC-1 steps in the cycle. The feedback gain for the observer is:
L = K n N C + ε N C
where Kn is the feedback gain of EKF in the nth working cycle, and ε is a small number between 0 and 1. For simplicity, it was set to be 0.1 in this paper. The structure of the newly proposed method is shown in Figure 1b, where the model error is switched for the update. The working procedure of the proposed LEKF method is illustrated in Figure 2, where “update” means to use Equation (14) to obtain the Luenberger feedback gain L, and “follow” means to continue to use the previous L for the following Luenberger iteration.
Based on the computation complexity defined in [27], EKF has a complexity of 16, and Luenberger observer’s complexity is 5. The average complexity of LEKF can be derived as:
C o m p l e x i t y = 16 N C + 5 N C 1 N C
Equation (15) measures complexity in the mean sense. Clearly, the complexity of LEKF equals to that of EKF method when NC is set to 1. The complexity of LEKF decreases with the increase of NC, but the estimation error of LEKF method increases in the procedure. This is further discussed in Section 4. BMS typically runs under a real-time operating system (RTOS); therefore, it is reasonable to use mean complexity to represent computational burden in such an environment.

3. Derivation of the Lazy-Extended Kalman Filter

The key idea of the LEKF is to use Equation (14) to imitate the optimal EKF gain intermittently and reduce the computational burden. This can be done as EKF and Luenberger observers share the same structure. To simplify the derivation of Equation (14), the superscripts and the subscripts of the matrices involved are omitted.
The modified algebraic Riccati function [31] based on Equation (5) for an intermittent Kalman filter can be formulated as:
g λ ( X ) = A X A T + Q λ A X C T ( C X C T + R ) 1 C X A T
where λ represents the probability of the arrival of the observation, and here λ = 1/NC. In the stochastic observation problem, the arrival of the observation is usually considered as Bernoulli process with the parameter 0 < λ < 1 in a wireless sensing study with packet loss [31], and the arrival of the observation is normally unknown. In this scheme, we decelerate the sampling frequency based on a known strategy to simplify the application algorithm, which is a special case of the stochastic problem.
When the Kalman filter converges, the mathematical expectation of the matrix P has an upper bound, which can be expressed as:
E [ P ] V ¯
where V ¯ is the solution of the following algebraic equations:
V ¯ = g λ ( V ¯ )
for any E [ P 0 ] 0 .
In Equation (13), if we treat C as a constant matrix, which means the system is time-invariant (this is reasonable since the SOC-OCV relationship can be represented in the piecewise linear form [22]), and solve Equation (18) based on Equation (13), we have:
g λ ( V ¯ ) = A V ¯ A T + Q λ A V ¯ C T ( C V ¯ C T + R ) 1 C V ¯ A T
λ C 2 V ¯ 2 Q V ¯ C 2 Q R = 0
V ¯ = Q C 2 + Q 2 C 4 + 4 λ C 2 Q R 2 λ C 2
Note that the upper bound should be greater than zero.
If we further assume Q2C4 << 4λC2QR (true for the LiFePO4 battery system, since its OCV-SOC curve is flat when SOC is within 30%–80%, then C is close to zero, and normally Q is approximately equal to zero as well) then we can derive:
V ¯ Q C 2 + C λ Q R λ C 2 = N C Q + Q R C N C
Note that in Equation (10), if assuming that C P k C T < < R and matrix P is proportional to its upper bound, we obtain the following approximate relationship:
K P V ¯
As previously stated, LEKF is equal to the standard EKF method when NC = 1, and when NC > 1, the intermittent Kalman filter’s gain K′ increases with NC. In Equation (22), if the following condition is true:
Q < < Q R / C
then we obtain Equation (25) to represent the relationship between the standard EKF feedback gain and the intermittent EKF feedback gain when EKF converges:
K / K = N C
where K′ is the feedback gain of the intermittent Kalman filter with the working cycle equal to NC, and K′/K here represents the growth multiple of the intermittent feedback gain corresponding to NC. Equation (25) can be replaced by the following equation:
K / K = N C + ε N C
Equation (26) is a good explanation of Equation (14). To illustrate the assumptions and approximations used in deriving Equation (14) are reasonable, we conducted numerical simulations of the intermittent Kalman filter to verify the proposed method.
Supposing there is a signal of which the magnitude is a constant 1, and sensing noise for measuring the signal is considerable. We applied the Kalman filter and intermittent Kalman filter (with different working periods) to estimate the magnitude of this signal. We use the mean of the feedback gain sequence to represent the general performance of the feedback gain. With the results of the intermittent Kalman filter using different working periods, we fit the relationship between the growth multiple and working periods, as shown in Figure 3.
When substituting the results into Equation (26), the output least-square fitting ε is 0.09877, with the confidence interval of (0.0976, 0.09994), and the adjusted R-square of the fitting is 0.9966, which indicates the relationship in Equation (14) is reasonable and the value of ε can be chosen to be 0.1. It should be noted that the simulation is not related with the batteries, so the result should be applicable for both old and new batteries.

4. Experimental Design and Verification

In this section, we introduced the testing platform used for the experiment, followed by validation of the system model. The study is implemented under constant temperature 25 °C, the charging current is set to be positive, and the discharging current is set to be negative.

4.1. Experiment Platform

An experimental platform, as shown in Figure 4, is used with the details listed in Table 1. The analog to digital converter (ADC) in the electronic load has a resolution of 12 bits, and the controlling accuracy of the thermal chamber is ±2 °C.

4.2. System Model Parameter Identification

As stated previously, the model of the battery is given in Equation (2). At the experimental temperature of 25 °C, the battery model parameters are identified through the least square fitting. The results are shown in Figure 5 and Table 2.
The R-square of the fitting is 0.9586, and the root mean square error (RMSE) is 0.0172 V. The high accuracy of the detected model parameters can support further SOC estimation despite that the hysteresis is not taken into account in the selected model. The differences between the measured terminal voltage and the calculated model-based terminal voltage are subtle.

4.3. Verification of the Lazy-Extended Kalman Filter Method

Here, we use loop dynamic load conditions, as shown in Figure 6a–c to verify the LEKF method on Battery 1. For comparison, we also applied the Luenberger observer and standard EKF. Since the Luenberger observer requires gain tuning, we first examined its performance with different feedback gains, and the results is best with L = 0.01 as shown in Figure 6d. During the entire procedure, the sampling time is set to be 1s; at the same time we have taken both current and voltage noises into consideration: standard deviation of the current noise is set to 2 A, and that of the voltage noise is set to 5 mV.
Figure 7a shows compassions of the SOC estimation results by the Luenberger observer, EKF, and LEKF with different complexities, and Figure 7b shows the corresponding estimation errors. It can be seen that the converging speed of the LEKF is similar to that of the EKF method, which is much faster than that of the Luenberger observer. Figure 7b also demonstrates that the SOC estimation errors can be limited within ±2% when the complexity of LEKF is greater than 7.2, which is much better than the national standard of many countries (e.g., mainland China, ±8%). Furthermore, the error signal of LEKF is much smoother than that of the Luenberger observer. Figure 7c shows the estimated terminal voltage of LEKF with the complexity of 7.2. It can be concluded that LEKF can estimate terminal voltage with negligible noise. Figure 7d illustrates the comparison between the measurement noise and estimation noise of the terminal voltage for LEKF with a complexity of 7.2. In general we can come to the conclusion that LEKF can generally decrease the complexity by more than 50% while maintaining accurate SOC estimation (with errors less than 2%).
The proposed LEKF is also evaluated with different complexities for SOC estimation. A plot of the SOC error variances against the different algorithm complexities is given in Figure 8. Generally, the decrease of complexity results in an increase in estimation error, but the relationship between them is rather nonlinear, and this nonlinear curve is lower than the linear one in the plot, which indicates the proposed LEKF can be computationally efficient with little sacrifice in accuracy.
The LEKF is further tested under dynamic load conditions shown in Figure 6b,c, with NC set to be 5 (corresponding to the LEKF complexity of 7.2). The corresponding results are shown in Figure 9. It can be seen that, in all cases, the SOC errors are limited within ±2% and error signals are rather smooth.
We also tested the execution times and the mean absolute SOC estimation error of the Luenberger observer, standard EKF and LEKF of different complexities. MATLAB 2010a (MathWorks, Natick, MA, USA) was used on a laptop computer with CORE i5-5200U CPU (Samsung, Daegu, Korea), results are listed in Table 3. Only the execution times for the core codes in the iteration are counted here.
Despite the fact that the execution time may vary with the operating platform, programming skills, and hardware of the embedded systems, the results in Table 3 can still indicate the differences in computation costs of the algorithms. The execution time of LEKF is shorter than that of the conventional EKF in all settings, with acceptable sacrifice in accuracy. The Luenberger observer is the quickest algorithm, but its accuracy is the lowest.

5. Conclusions

A tuning-free hybrid observer, named the LEKF, has been developed and tested in this paper for SOC estimation of lithium-based batteries. The method uses the results of the full EKF to update the feedback gain of the Luenberger observer intermittently. LEKF has the following advantages:
(1)
Lower computational complexity while maintaining the estimation with near optimal accuracy;
(2)
Incorporating a tuning-free observer with no gain parameters to be tuned based on experience or by trial-and-error; and
(3)
Algorithm complexity is controlled by a single variable, NC.
In our future work, we will focus on the battery models with consideration to the aging and temperatures of batteries. In addition, batch observation will also be investigated, understanding that cells in a pack are similar to each other.

Acknowledgments

The authors would like to thank Kaori Lkegaya and Hong Xia for helping to correct the language problems. The authors also wish to acknowledge the financial supports, in part, the Natural Science Foundation of China (NSFC) Project 61227005, and Guangzhou Science and Technology Bureau Project 2016201604030019.

Author Contributions

This research article has four authors. Xiaopeng Tang proposed the idea and wrote the paper. Boyang Liu and Zhou Lv performed the experiments and corrected the paper. Furong Gao and Zhou Lv provided the experimental resources; Furong Gao corrected the paper and made the final proof of the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Lim, K.; Bastawrous, H.A.; Duong, V.-H.; See, K.W.; Zhang, P.; Dou, S.X. Fading Kalman filter-based real-time state of charge estimation in LiFePO4 battery-powered electric vehicles. Appl. Energy 2016, 169, 40–48. [Google Scholar] [CrossRef]
  2. Thackeray, M.M.; Wolverton, C.; Isaacs, E.D. Electrical energy storage for transportation—Approaching the limits of, and going beyond, lithium-ion batteries. Energy Environ. Sci. 2012, 5, 7854–7863. [Google Scholar] [CrossRef]
  3. Etacheri, V.; Marom, R.; Elazari, R.; Salitra, G.; Aurbach, D. Challenges in the development of advanced Li-ion batteries: A review. Energy Environ. Sci. 2011, 4, 3243–3262. [Google Scholar] [CrossRef]
  4. Lu, L.; Han, X.; Li, J.; Hua, J.; Ouyang, M. A review on the key issues for lithium-ion battery management in electric vehicles. J. Power Sources 2013, 226, 272–288. [Google Scholar] [CrossRef]
  5. Kalawoun, J.; Biletska, K.; Suard, F.; Montaru, M. From a novel classification of the battery state of charge estimators toward a conception of an ideal one. J. Power Sources 2015, 279, 694–706. [Google Scholar] [CrossRef]
  6. Ng, K.S.; Moo, C.-S.; Chen, Y.-P.; Hsieh, Y.-C. Enhanced coulomb counting method for estimating state-of-charge and state-of-health of lithium-ion batteries. Appl. Energy 2009, 86, 1506–1511. [Google Scholar] [CrossRef]
  7. Yang, N.; Zhang, X.; Li, G. State of charge estimation for pulse discharge of a LiFePO4 battery by a revised Ah counting. Electrochim. Acta 2015, 151, 63–71. [Google Scholar] [CrossRef]
  8. Lee, S.; Kim, J.; Lee, J.; Cho, B. State-of-charge and capacity estimation of lithium-ion battery using a new open-circuit voltage versus state-of-charge. J. Power Sources 2008, 185, 1367–1373. [Google Scholar] [CrossRef]
  9. Dang, X.; Yan, L.; Xu, K.; Wu, X.; Jiang, H.; Sun, H. Open-circuit voltage-based state of charge estimation of lithium-ion battery using dual neural network fusion battery model. Electrochim. Acta 2016, 188, 356–366. [Google Scholar] [CrossRef]
  10. Rodrigues, S.; Munichandraiah, N.; Shukla, A. A review of state-of-charge indication of batteries by means of ac impedance measurements. J. Power Sources 2000, 87, 12–20. [Google Scholar] [CrossRef]
  11. Hu, X.; Sun, F.; Zou, Y. Estimation of state of charge of a lithium-ion battery pack for electric vehicles using an adaptive Luenberger observer. Energies 2010, 3, 1586–1603. [Google Scholar] [CrossRef]
  12. Luenberger, D.G. Observers for multivariable systems. IEEE Trans. Autom. Control 1966, 11, 190–197. [Google Scholar] [CrossRef]
  13. Tang, X.; Wang, Y.; Chen, Z. A method for state-of-charge estimation of LiFePO4 batteries based on a dual-circuit state observer. J. Power Sources 2015, 296, 23–29. [Google Scholar] [CrossRef]
  14. Xu, J.; Mi, C.C.; Cao, B.; Deng, J.; Chen, Z.; Li, S. The state of charge estimation of lithium-ion batteries based on a proportional-integral observer. IEEE Trans. Veh. Technol. 2014, 63, 1614–1621. [Google Scholar]
  15. Cai, C.; Du, D.; Liu, Z.; Ge, J. State-of-charge (SOC) estimation of high power Ni-MH rechargeable battery with artificial neural network. In Proceedings of the 9th International Conference on Neural Information Processing (ICONIP’02), Orchid Country Club, Singapore, 18–22 November 2002; pp. 824–828.
  16. Sheng, H.; Xiao, J. Electric vehicle state of charge estimation: Nonlinear correlation and fuzzy support vector machine. J. Power Sources 2015, 281, 131–137. [Google Scholar] [CrossRef]
  17. Wang, Y.; Zhang, C.; Chen, Z. A method for state-of-charge estimation of LiFePO4 batteries at dynamic currents and temperatures using particle filter. J. Power Sources 2015, 279, 306–311. [Google Scholar] [CrossRef]
  18. Wang, Y.; Zhang, C.; Chen, Z. On-line battery state-of-charge estimation based on an integrated estimator. Appl. Energy 2015. [Google Scholar] [CrossRef]
  19. 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]
  20. Wang, Y.; Zhang, C.; Chen, Z. A method for state-of-charge estimation of Li-ion batteries based on multi-model switching strategy. Appl. Energy 2015, 137, 427–434. [Google Scholar] [CrossRef]
  21. Li, D.; Ouyang, J.; Li, H.; Wan, J. State of charge estimation for LiMn2O4 power battery based on strong tracking sigma point Kalman filter. J. Power Sources 2015, 279, 439–449. [Google Scholar] [CrossRef]
  22. Dong, G.; Zhang, X.; Zhang, C.; Chen, Z. A method for state of energy estimation of lithium-ion batteries based on neural network model. Energy 2015, 90, 879–888. [Google Scholar] [CrossRef]
  23. Sepasi, S.; Roose, L.R.; Matsuura, M.M. Extended Kalman filter with a fuzzy method for accurate battery pack state of charge estimation. Energies 2015, 8, 5217–5233. [Google Scholar] [CrossRef]
  24. Sepasi, S.; Ghorbani, R.; Liaw, B.Y. Inline state of health estimation of lithium-ion batteries using state of charge calculation. J. Power Sources 2015, 299, 246–254. [Google Scholar] [CrossRef]
  25. Sepasi, S.; Ghorbani, R.; Liaw, B.Y. A novel on-board state-of-charge estimation method for aged Li-ion batteries based on model adaptive extended Kalman filter. J. Power Sources 2014, 245, 337–344. [Google Scholar] [CrossRef]
  26. Nikdel, M. Various battery models for various simulation studies and applications. Renew. Sustain. Energy Rev. 2014, 32, 477–485. [Google Scholar]
  27. Barillas, J.K.; Li, J.; Günther, C.; Danzer, M.A. A comparative study and validation of state estimation algorithms for Li-ion batteries in battery management systems. Appl. Energy 2015, 155, 455–462. [Google Scholar] [CrossRef]
  28. Shi, L.; Epstein, M.; Murray, R.M. Kalman filtering over a packet-dropping network: A probabilistic perspective. IEEE Trans. Autom. Control 2010, 55, 594–604. [Google Scholar] [CrossRef]
  29. Plett, G.L. Extended Kalman filtering for battery management systems of LiPB-based HEV battery packs: Part 1. Background. J. Power Sources 2004, 134, 252–261. [Google Scholar] [CrossRef]
  30. 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]
  31. Sinopoli, B.; Schenato, L.; Franceschetti, M.; Poolla, K.; Jordan, M.; Sastry, S.S. Kalman filtering with intermittent observations. IEEE Trans. Autom. Control 2004, 49, 1453–1464. [Google Scholar] [CrossRef]
Figure 1. (a) General structure of the Luenberger observer and (b) the structure of the lazy-extended Kalman filter (LEKF).
Figure 1. (a) General structure of the Luenberger observer and (b) the structure of the lazy-extended Kalman filter (LEKF).
Energies 09 00675 g001
Figure 2. Procedure of the proposed LEKF method.
Figure 2. Procedure of the proposed LEKF method.
Energies 09 00675 g002
Figure 3. Relationship between the feedback gain’s growth multiple and working period of the Kalman filter.
Figure 3. Relationship between the feedback gain’s growth multiple and working period of the Kalman filter.
Energies 09 00675 g003
Figure 4. Experimental platform: (a) charger and discharger and (b) thermal chamber.
Figure 4. Experimental platform: (a) charger and discharger and (b) thermal chamber.
Energies 09 00675 g004
Figure 5. (a) Load condition and (b) model identification result of Battery 1.
Figure 5. (a) Load condition and (b) model identification result of Battery 1.
Energies 09 00675 g005
Figure 6. (ac) dynamic load conditions; and (d) Luenberger observer with different feedback gains under load condition in (a).
Figure 6. (ac) dynamic load conditions; and (d) Luenberger observer with different feedback gains under load condition in (a).
Energies 09 00675 g006
Figure 7. SOC estimation of different methods under load condition in Figure 6a. (a) SOC results; (b) SOC errors; (c) terminal voltage estimated by LEKF with complexity equal to 7.2; and (d) noise comparison.
Figure 7. SOC estimation of different methods under load condition in Figure 6a. (a) SOC results; (b) SOC errors; (c) terminal voltage estimated by LEKF with complexity equal to 7.2; and (d) noise comparison.
Energies 09 00675 g007
Figure 8. Relationship between variance and complexity.
Figure 8. Relationship between variance and complexity.
Energies 09 00675 g008
Figure 9. SOC estimation of different load conditions with LEKF, complexity = 7.2. (ac): terminal voltage, SOC, and SOC error of dynamic load condition in Figure 6b; and (df): terminal voltage, SOC, and SOC error of dynamic load condition in Figure 6c.
Figure 9. SOC estimation of different load conditions with LEKF, complexity = 7.2. (ac): terminal voltage, SOC, and SOC error of dynamic load condition in Figure 6b; and (df): terminal voltage, SOC, and SOC error of dynamic load condition in Figure 6c.
Energies 09 00675 g009
Table 1. Battery and device models.
Table 1. Battery and device models.
Battery TypeBattery CapacityDevice Model
OPTIMUM 326505.00 Ah (Manufacturer Data)Electronic Load: Sunway CT3002W
Battery 15.13 Ah (Experimental Data)Thermal Chamber: Bole GDS150
Table 2. Results of the parameter identification.
Table 2. Results of the parameter identification.
ParameterBattery 1Unit
Eo3.3451V
r0.0242Ω
k00.0080V
k10.0500V
k20.0477V
k3−0.0154V
Table 3. Operating time of different algorithms.
Table 3. Operating time of different algorithms.
AlgorithmsComplexity (Based on Equation (15))Operating TimeMean Absolute SOC Estimation Error
EKF160.166132 s0.70%
LEKF, NC = 210.20.108353 s0.75%
LEKF, NC = 38.670.075501 s0.92%
LEKF, NC = 57.20.049359 s1.12%
LEKF, NC = 106.10.040920 s1.48%
LEKF, NC = 205.550.022172 s2.52%
Luenberger50.016095 s4.67%

Share and Cite

MDPI and ACS Style

Tang, X.; Liu, B.; Gao, F.; Lv, Z. State-of-Charge Estimation for Li-Ion Power Batteries Based on a Tuning Free Observer. Energies 2016, 9, 675. https://doi.org/10.3390/en9090675

AMA Style

Tang X, Liu B, Gao F, Lv Z. State-of-Charge Estimation for Li-Ion Power Batteries Based on a Tuning Free Observer. Energies. 2016; 9(9):675. https://doi.org/10.3390/en9090675

Chicago/Turabian Style

Tang, Xiaopeng, Boyang Liu, Furong Gao, and Zhou Lv. 2016. "State-of-Charge Estimation for Li-Ion Power Batteries Based on a Tuning Free Observer" Energies 9, no. 9: 675. https://doi.org/10.3390/en9090675

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