Research Article | | Peer-Reviewed

Improved 2RC-PNGV Modeling and Adaptive Sage-Husa H Infinity Filtering for Battery Power State Estimation Based on Multi-Parameter Constraints

Received: 14 July 2025     Accepted: 11 August 2025     Published: 16 August 2025
Views:       Downloads:
Abstract

With the transformation of the global energy landscape, lithium-ion batteries have become an important component in the field of new energy storage. Accurate assessment of battery status plays a crucial role in efficiently utilizing electrical energy and extending the battery's service life. The key parameters of battery status include charging state (SOC) and power state (SOP). This paper constructs an improved 2RC-PNGV battery equivalent circuit model and introduces an innovative method to enhance the dynamics of particle swarm optimization. At the same time, an adaptive H infinity () filtering algorithm based on Sage-Husa and a temperature-constrained SOP estimation method for lithium-ion batteries is designed. Among them, the real-time dynamic particle swarm optimization algorithm adjusts the forgetting factor in each iteration; the adaptive H filtering algorithm based on Sage-Husa improves the accuracy of SOC estimation by adapting the noise covariance matrix. Moreover, the multi-parameter constrained state estimation method for lithium-ion batteries can effectively track the changes in state quantities with different durations and instantaneous values. The improved forgetting factor least squares method has an error of fewer than 0.02 volts in the voltage simulation test, with high accuracy. The adaptive H filtering algorithm based on Sage-Husa achieves higher estimation accuracy in three complex operating scenarios, ensuring that the state quantity estimation error remains below 2%. The maximum estimation error of the multi-parameter constrained state quantity estimation method is less than 84.00 watts. These research results provide a solid theoretical foundation for ensuring the safety and efficient operation of batteries.

Published in American Journal of Energy Engineering (Volume 13, Issue 3)
DOI 10.11648/j.ajee.20251303.14
Page(s) 133-141
Creative Commons

This is an Open Access article, distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution and reproduction in any medium or format, provided the original work is properly cited.

Copyright

Copyright © The Author(s), 2025. Published by Science Publishing Group

Keywords

Lithium-ion Battery, Estimation Strategy of SOC, Power State Estimation Strategy, Dynamic Particle Swarm Optimization algorithm, H Infinity Filtering, State Joint Estimation

1. Introduction
In recent years, with the development of clean energy, vehicle lithium-ion battery packs have become one of the core components of the power system of new energy vehicles. With the surge in market demand, the demand for high-performance, reliable, and efficient battery systems is increasing day by day. Accurately estimating the battery state (such as SOC and SOP) is crucial for improving energy utilization efficiency, alleviating "range anxiety", and optimizing charging and discharging strategies. The use of large-capacity battery packs requires high integration and the safety and real-time monitoring of systems with high energy density. The battery management system (BMS) plays a core role in this process, monitoring the health status, remaining power, and other parameters in real time, and estimating SOC and SOP.
SOC is defined as the ratio of the current capacity to the rated capacity, reflecting the remaining battery power and the driving range. However, it is susceptible to factors such as environmental temperature and the number of cycles, making real-time estimation difficult. Currently, Kalman filtering (KF) and its derivative algorithms (such as Extended Kalman Filtering, EKF) are the mainstream methods for state estimation. EKF solves the problem of nonlinear systems by optimizing KF, but it relies on high-precision models.
SOP represents the instantaneous peak power output of the battery at a specific moment, and it includes two indicators: maximum power and rated power. The estimation methods mainly include the lookup table method based on characteristic functions and the method based on multi-parameter constraints. The latter requires comprehensive consideration of SOC, terminal voltage, and current limits. Accurate SOP estimation can improve battery efficiency and determine the vehicle's power demand.
The precise estimation of lithium-ion battery state requires decoupling the coupling relationships of key parameters. The main methods include model analysis and data-driven approaches The model analysis method predicts the internal state of the battery through multi-factor analysis, while the data-driven method combines the estimation of SOC and SOP by analyzing the coupling factors through big data.
This paper focuses on the estimation of the SOC and SOP of lithium-ion batteries. It adopts the PNGV model with dual RC parallel connections for equivalent modeling. The parameters are identified online through the dynamic particle swarm optimization (DPSO)-improved forgetting factor least squares method (FFRLS), and the H∞ filtering algorithm is improved based on the Sage-Husa adaptive method for joint estimation.
2. Theoretical Analysis
2.1. Improved Second-order PNGV Equivalent Circuit Model of Lithium-ion Battery
Compared with the Thevenin model, the second-order RC equivalent circuit model adds a set of RC circuits, which better describes the dynamic characteristics of lithium-ion batteries by utilizing different time constants. The PNGV equivalent circuit model further covers polarization effects and ohmic internal resistance characteristics, with higher accuracy and moderate computational load. However, it does not consider the issue that the ohmic internal resistance varies due to the different current directions during charging and discharging. Therefore, this paper improves the PNGV model (Figure 1) to more accurately describe the dynamic characteristics of ternary lithium batteries.
Figure 1. 2RC-PVGV model.
In the model, UOCrepresents the open-circuit voltage, UL denotes the load voltage, and E together with Cb reflects changes in UOC. R0is the ohmic internal resistance, while R1and C1 form a polarization loop to simulate the battery's fast polarization response. Additionally, R2 and C2 are introduced to model the slow electrochemical polarization response. The improved model replaces the original R0 with discharge resistance Raand charge resistance Rb and employs a dual-RC loop instead of a single-RC loop to more precisely characterize the dynamic behavior during charging and discharging.
ULt=UOCt-U0t-U1t-U2tIL=C1dU1dt+U1R1=C2dU2dt+U2R2UOC=[SOC(t)]SOCt=SOC0-η0tiQdtU0=R0IL(1)
SOCk+1U1k+1U2k+1=1000e-Tτ1000e-Tτ2SOCkU1kU2k+-ηTQvR11-e-Tτ1R21-e-Tτ2Ik+w(k)ULk=UOCSOC-1-1SOCkU1kU2kT-R0Ik+v(k)(2)
By integrating the model circuit equations with the SOC estimation derived from the ampere-hour integration method, the time-domain equations for lithium-ion batteries (Formula 1) and the state-space equations (Formula 2) can be derived. Here, η represents coulombic efficiency, K and k denote observation and state errors, respectively, Qv is the current capacity, and τ1 and τ2 are the time constants for electrochemical reaction and polarization. Analysis shows that SOC estimation is influenced by multiple parameters, and its accuracy depends on precise modeling of battery characteristics.
2.2. Least Square Method of Forgetting Factor Based on Dynamic Particle Swarm Optimization
2.2.1. Real-Time Parameter Estimation via PSO-Enhanced Adaptive Forgetting Factor Least Squares
In engineering applications, the recursive least squares (RLS) online parameter identification method may accumulate errors with increasing iterations, ultimately reducing data accuracy. To mitigate this, a forgetting factor (λ) is introduced to diminish the influence of historical data during each iteration, thereby improving identification precision (Formula 3). However, a fixed λ value creates a trade-off between convergence speed and noise resistance: a smaller λ reduces anti-noise capability, while a larger λ slows convergence. To address this, this study employs a dynamic particle swarm optimization (PSO) algorithm to optimize λ in real-time, dynamically adjusting its value during iterations to enhance identification accuracy.
θk=θk-1+γP(k-1)x(k) [yk-xT(k)θk-1]γ= [xTkPk-1xk+λ]-1Pk= [I-γP(k-1)x(k)xT(k)]P(k-1)/λ(3)
In the PSO algorithm, particle position (Xid) and velocity (Vid) are updated according to Formula 4:
Vidk+1=ωVidk+c1r1Pidk-Xidk+c2r2Pgdk-XgdkXidk+1=Xidk+Vidk(4)
Here, ω is the inertia weight, c1 and c2 are acceleration constants, and r1, r2 are random numbers in [0, 1]. The fitness function is defined as the deviation between the actual terminal voltage U(k) and the estimated voltage (Formula 5):
f=Uk-UOCk-φT(k)θ̂(k-1)(5)
2.2.2. Dynamic Processing of Inertia Weight
The inertia weight ω influences the PSO algorithm's global and local search capabilities. This study adopts a dynamic adjustment strategy (Formula 6):
ωk=ωa-(ωa-ωb)(kTmax)2(6)
Where ωa=0.9 (initial value), ωb=0.4 (final value), and Tmax​ is the maximum number of iterations. This strategy nonlinearly decreases ω with iterations, balancing exploration and exploitation.
The steps of the particle swarm optimization algorithm are shown in Figure 2.
Figure 2. Step diagram of the particle swarm optimization algorithm.
2.3. Analysis of SOC Estimation Strategy Based on H∞ Filtering Algorithm
2.3.1. Construction of Cost Function and Implementation of H∞ Filtering Algorithm
The H filtering algorithm is an improved version of the EKF. Based on game theory, it constructs a cost function.
J (Formula 7) and seeks the optimal estimation by minimizing J. Here, δ represents the performance boundary, and the iterative process is described by Formula 8-12. The H filter exhibits strong robustness, though its accuracy requires further enhancement.
J=-1δx0-x̂0P-102+k=0N [xk-x̂kSk2-1δ(wkQ-1k2+wkR-1k2)]<0(7)
xk=Akxk-1+B(k)I(k)+ω(k)
xk=Akxk-1+B(k)I(k)+ω(k) (8)
Pk=A(k-1)P(k-1)ATk-1+Q(k-1)(9)
Kk=Pk [I-δSkPk+CT(k)R-1(k)C(k)P(k)]-1CT(k)R-1(k)(10)
x̂k=x̂k-1+Kk [yk-ŷk-1](11)
Pk=Pk-1 [I-δSkPk-1+CT(k)R-1(k)C(k)P(k-1)]-1(12)
2.3.2. Adaptive Noise Covariance Matrix Based on Sage-Husa Method
The Sage-Husa adaptive algorithm improves noise resistance by dynamically updating the statistical characteristics of system and measurement noise (Formula 13). The forgetting factor σ (ranging from 0.9 to 1) adjusts data weighting, enabling high-precision and rapid SOC estimation even under complex noise conditions.
Qk=1-dkQk-1+dk [KkekeTkKTk+Pk-A(k)P(k-1)AT(k)]Rk=1-dkRk-1+dk [ekeTk-C(k)P(k)CT(k)]dk=1-σ1-σk+1(13)
2.3.3. Realization of SOC Estimation Algorithm Based on Noise Adaptive H∞ Filtering
Conventional EKF and H filters require preset noise statistics, but real-world environmental noise (possibly colored noise) can lead to estimation errors or divergence. To address the highly nonlinear nature of lithium-ion batteries, an Adaptive H Filter (AHIF) (Formula 14) is proposed, integrating the Sage-Husa method to dynamically adjust noise covariance matrices and improve SOC estimation accuracy. The algorithm is shown in Figure 3.
Figure 3. Adaptive H Algorithm Implementation Block Diagram.
Kk=PkI-δSkPk+CTkR-1kCkPk-1CT(k)R-1(k)xk+1=Akx̂k+Bkuk+Kk [yk-ŷ(k)]Pk+1=AkPkI-δSkPk+CTkR-1kCkPk-1ATk+Q(k)(14)
2.4. SOP estimation Strategy for Lithium-ion Batteries Based on Multi-parameter Constraints Figures
2.4.1. Power State Calculation and Analysis Based on Multi-constraints
To more accurately characterize the performance of power lithium-ion batteries, it is necessary to comprehensively consider constraints under different operating conditions. A single limitation cannot fully reflect battery performance, leading to significant discrepancies between measured power and theoretical values. Therefore, multiple constraints (voltage limits, SOC limits, and current cutoffs) must be employed to estimate the battery's SOP, improving estimation accuracy and reliability. Based on these constraints, the peak current equation under multi-parameter constraints (Formula 15) can be derived:
Imdisk+L=minIdis,IUdisk+L,ISOCdisk+LImchgk+L=maxIchg,IUchgk+L,ISOCchgk+L(15)
Here, Idis and Ichg denote the factory-set discharge and charge cutoff currents, IUchg/dis represents the peak current under voltage constraints, and ISOCdis/chg is the peak current under SOC constraints. Based on Formula 15, the continuous peak power state under multiple constraints (Formula 16) can be expressed as:
Pmdisk+L=UminImdisk+LPmchgk+L=UmaxImchgk+L(16)
This equation indicates that the battery's peak power state must be characterized jointly by voltage and current parameters.
2.4.2. Analysis of Joint Estimation Method for SOC and SOP of Lithium-ion Battery
Figure 4. Block diagram of power state estimation under multiple constraints of parameters in online mode.
SOC and SOP are closely interrelated: real-time SOP prediction relies on SOC characterization, while changes in SOP also affect SOC. Since the estimation of both depends on model accuracy and parameter identification effectiveness, this study employs the DPSO-FFRLS online parameter identification method to rapidly identify key model parameters in conjunction with an equivalent circuit model. These parameters are then input into an adaptive H∞ filtering algorithm to estimate SOC. Subsequently, the multi-parameter constrained SOP estimation strategy is applied to calculate SOP, achieving joint estimation of SOC and SOP. Figure 4 illustrates the workflow of the multi-constraint SOP estimation strategy.
3. Experimental Analysis
3.1. Experimental Platform Construction
A 70Ah ternary lithium battery was selected as the research object, with an experimental temperature range of -5°C to 15°C. An experimental platform was constructed to study the variation patterns of battery characteristics under different operating conditions. The traditional PNGV model was optimized by adding an RC parallel circuit, proposing a 2RC-PNGV equivalent circuit model. Combined with the Forgetting Factor Recursive Least Squares (FFRLS) method based on Dynamic Particle Swarm Optimization (DPSO) and the AHIF algorithm, joint estimation of SOC and SOP under complex operating conditions was achieved.
3.2. Parameter Identification and Verification Based on DPSO-FFRLS
3.2.1. SOC-OCV Curve Fitting
Using HPPC test data, a fifth-order polynomial in MATLAB was employed to fit the SOC-OCV relationship (Formula 17), with results shown in Figure 5.
UOCk=4.625*SOC5k-14.9*SOC4k+19.38*SOC3(k)-10.77*SOC2k+2.947*SOC(k)+3.251(17)
Figure 5. SOC-OCV fitting curve.
3.2.2. Voltage Verification Under HPPC Conditions
Comparing RLS, FFRLS, and DPSO-FFRLS algorithms, DPSO-FFRLS exhibited the smallest voltage error (<0.02 V), validating its high-precision parameter identification capability (Figures 6-7).
Figure 6. Voltage tracking and comparison of each algorithm under HPPC working conditions.
Figure 7. Voltage tracking error of each algorithm under HPPC working conditions.
3.2.3 Voltage Verification Under DST Conditions
In Dynamic Stress Test (DST) conditions, DPSO-FFRLS still performed optimally, with a maximum error <0.018 V (Figures 8-9).
Figure 8. Voltage tracking and comparison of each algorithm under DST conditions.
Figure 9. Voltage tracking error of each algorithm under DST conditions.
3.3. Validation and Analysis of SOC and SOP Estimation Strategies
To evaluate the performance of the AHIF under complex operating conditions, this study systematically validated the algorithm using three typical test conditions (HPPC, DST, and BBDST) at different temperatures (-5°C, 5°C, and 15°C).
In the HPPC condition validation, by comparing the parameter identification effectiveness between the fixed forgetting factor FFRLS and DPSO-FFRLS algorithms, it was found that DPSO-FFRLS demonstrated superior identification accuracy. Simultaneously, the SOC estimation results of the EKF, HIF, and AHIF algorithms indicated that the AHIF algorithm exhibited the best tracking capability and estimation accuracy, with a mean absolute error (MAE) of only 0.919% and a root mean square error (RMSE) of 0.984%. During the DST test, which simulated actual dynamic current conditions, the DPSO-FFRLS algorithm showed faster convergence, while the AHIF algorithm maintained stability throughout the estimation process, with the maximum error consistently controlled below 0.02. The more complex BBDST condition test further verified the superiority of the AHIF algorithm. Even under conditions of intense current fluctuations, its MAE and RMSE remained at low levels of 0.571% and 0.660%, respectively, significantly outperforming the traditional EKF algorithm.
For evaluating the SOP of lithium-ion batteries, this study designed a multi-parameter constrained SOP estimation strategy. Under the low-temperature DST condition at -5°C, the estimation error of instantaneous discharge power was less than 90 W, and the charging power error was below 70 W. When the test condition was switched to the more stringent BBDST condition, the maximum discharge power error was controlled within 110 W, while the charging power error was further reduced to 45 W. Notably, the estimation accuracy for short-duration conditions (1 s and 5 s) was significantly better than that for long-duration conditions (15 s), a pattern consistently observed across different temperatures (5°C and 15°C). Test data indicated that lower temperatures led to a slight increase in estimation errors, but the multi-parameter constrained strategy maintained overall stability.
In summary, the SOC estimation method combining DPSO-FFRLS and AHIF proposed in this study demonstrated outstanding accuracy and robustness across various operating conditions. Meanwhile, the multi-parameter constrained SOP estimation strategy effectively addressed the challenges posed by dynamic conditions and temperature variations, providing a reliable technical solution for the state evaluation of lithium-ion batteries. These achievements establish a solid theoretical foundation for the practical application of battery management systems.
4. Results
The experimental results show that the constructed DPSO-FFRLS online parameter identification method can effectively identify the key parameters of the model, and the voltage error of the model is less than 0.02 V, with better performance than the RLS and FFRLS algorithms. The constructed adaptive H∞ filtering algorithm was verified under multiple working conditions, and through comparison with the EKF and H∞ filtering algorithms, it was proved that the adaptive H∞ filtering algorithm has high reliability, with an overall SOC estimation error of less than 2%. For the SOP estimation strategy with multiple parameter constraints, the effectiveness was verified through DST and BBDST working conditions, and comparative experiments were designed under different temperatures and different durations. The overall SOP error is less than 84 W.
5. Discussion
This paper enhances battery state estimation through lithium-ion battery modeling, parameter identification, and joint estimation strategies. Key contributions include:
(1) A dynamic particle swarm optimization-based forgetting factor least squares method to balance convergence speed and noise resistance.
(2) An H filtering algorithm with Sage-Husa adaptive noise covariance for robust SOC estimation under mismatched noise conditions.
(3) A multi-parameter-constrained SOP estimation strategy, integrating DPSO-FFRLS online identification with battery current, SOC, and voltage limits for reliable performance.
6. Conclusions
In the lithium-ion battery management system, the state of charge and power state are crucial parameters. The accurate state of charge estimation can provide a reliable reference for the battery management system, and accurate state of power estimation is related to the safety and reliability of the whole electric vehicle. In this study, the focus is on estimating the state of charge and power of lithium-ion batteries. To achieve this, a double RC parallel circuit model based on the PNGV model is employed to represent the battery equivalently. The improved model is then identified online using the FFRLS optimized by DPSO. Additionally, an enhanced H filtering algorithm based on the Sage-Husa adaptive method is utilized for estimating the state of charge of lithium batteries. An SOP estimation strategy for lithium-ion batteries based on multi-parameter constraints is constructed. These improvements greatly improve the accuracy. Although this study has achieved certain results in the parameter identification and state estimation of ternary lithium battery cells, due to time and experimental conditions constraints, there are still several issues that need to be further addressed. Firstly, the current research only verified the algorithm for individual cells and has not examined the applicability of the constructed algorithm in complex operating conditions of battery packs. This needs to be improved in subsequent work. Secondly, in the research on the SOP estimation strategy of batteries, the algorithm's effectiveness in a constant temperature environment was mainly investigated. It neither evaluated the algorithm's performance under time-varying temperature conditions nor examined the situation under high-temperature operating conditions. In response to these limitations, the subsequent research will focus on two aspects: on the one hand, extend the algorithm verification to the battery pack level; on the other hand, focus on studying the influence of environmental temperature time-varying characteristics on the algorithm and improve its reliability in practical applications through algorithm improvement and experimental verification.
Abbreviations

SOC

State of Charge

SOP

State of Power

BMS

Battery Management System

KF

Kalman Filter

EKF

Extended Kalman Filter

FFRLS

Forgetting Factor Least Squares Method

DPSO

Dynamic Particle Swarm Optimization

AHIF

Adaptive H-infinity Filter

HIF

H-infinity Filter

PSO

Particle Swarm Optimization

Acknowledgments
The work is supported by the National Natural Science Foundation of China (No. 62173281, 52377217, U23A20651), Sichuan Science and Technology Program (No. 24NSFSC0024, 23ZDYF0734, 23NSFSC1436), Dazhou City School Cooperation Project (No. DZXQHZ006), Technopole Talent Summit Project (No. KJCRCFH08), and Robert Gordon University.
Author Contributions
Xinyu Yan: Methodology, Software, Methodology, Writing – review & editing
Shunli Wang: Conceptualization, Resources, Formal Analysis, Supervision, Methodology, Writing – original draft, Writing – review & editing
Tao Xu: Writing – review & editing
Funding
This work is not supported by any external funding.
Data Availability Statement
The data is available from the corresponding author upon reasonable request.
Conflicts of Interest
The authors declare no conflicts of interest.
References
[1] Gotz, J. D., et al., Enhancing SOC estimation accuracy via incremental learning techniques for second-life batteries %J Sustainable Energy Technologies and Assessments. 2024. 65: p. 103753-103753.
[2] Kirst, C., et al., Non-destructive electrode potential and open-circuit voltage aging estimation for lithium-ion batteries %J Journal of Power Sources. 2024. 602: p. 234341-234341.
[3] Esfandyari, M. J., et al., A new approach to consider the influence of aging state on Lithium-ion battery state of power estimation for hybrid electric vehicle %J Energy. 2019. 176: p. 505-520.
[4] Lin, Y., et al., Active equalization control strategy of Li‐ion battery based on state of charge estimation of an electrochemical‐thermal coupling model %J International Journal of Energy Research. 2020. 44(5): p. 3778-3789.
[5] Hai, N., et al., A novel genetic weight-directed feed forward backpropagation neural network for state of charge estimation of lithium-ion batteries %J Journal of Energy Storage. 2024. 88: p. 111549-111549.
[6] Lin, C., et al., Battery state-of-health estimation based on a metabolic extreme learning machine combining degradation state model and error compensation %J Energy. 2021. 215(PA): p. 119078-119078.
[7] Chen, B., et al., Research on state-of-charge estimation of lithium-ion batteries based on an improved gas-liquid dynamics model %J Journal of Energy Storage. 2024. 86(PB): p. 111328-111328.
[8] Hu, L., et al., Reliable state of charge estimation of battery packs using fuzzy adaptive federated filtering %J Applied Energy. 2020. 262(C): p. 114569-114569.
[9] Sherkatghanad, Z., A. Ghazanfari, and V. Makarenkov, A self-attention-based CNN-Bi-LSTM model for accurate state-of-charge estimation of lithium-ion batteries %J Journal of Energy Storage. 2024. 88: p. 111524-111524.
[10] Khan, U., et al., Improved deep learning based state of charge estimation of lithium-ion battery for electrified transportation %J Journal of Energy Storage. 2024. 91: p. 111877-111877.
[11] Selvaraj, V. and I. Vairavasundaram, A Bayesian optimized machine learning approach for accurate state of charge estimation of lithium ion batteries used for electric vehicle application %J Journal of Energy Storage. 2024. 86(PB): p. 111321-111321.
[12] Sampath, S., et al., Real-time and non-contact estimation of state of charge for lithium-ion battery using laser ultrasonics %J Journal of Power Sources. 2024. 605: p. 234544-234544.
[13] Yao, B., et al., State-of-charge estimation for lithium-ion batteries based on modified unscented Kalman filter using improved parameter identification %J International Journal of Electrochemical Science. 2024. 19(5): p. 100574-100574.
[14] Li, J., et al., Adaptive Kalman filter and self-designed early stopping strategy optimized convolutional neural network for state of energy estimation of lithium-ion battery in complex temperature environment %J Journal of Energy Storage. 2024. 83: p. 110750-110750.
[15] Zhang, R., et al., Capacity estimation of lithium-ion batteries with uncertainty quantification based on temporal convolutional network and Gaussian process regression %J Energy. 2024. 297: p. 131154-131154.
[16] Xie J, Yu J, Cheng Z, et al. States of charge and temperature estimation for cylindrical li-ion batteries based on an electrochemical-thermal coupling model considering ageing calibration [J]. Journal of Power Sources, 2025, 639236671-236671.
[17] Zhuang, Y., et al., A novel nonlinearity-aware adaptive observer for estimating surface concentration and state of charge of lithium-ion batteries %J Journal of Power Sources. 2024. 602: p. 234373-234373.
[18] Zhao, H., et al., State-of-charge estimation of lithium-ion battery: Joint long short-term memory network and adaptive extended Kalman filter online estimation algorithm %J Journal of Power Sources. 2024. 604: p. 234451-234451.
[19] Zhang, C., et al., Flexible method for estimating the state of health of lithium-ion batteries using partial charging segments %J Energy. 2024. 295: p. 131009-131009.
Cite This Article
  • APA Style

    Xinyu, Y., Shunli, W., Tao, X., Liangwei, C., Fernandez, C., et al. (2025). Improved 2RC-PNGV Modeling and Adaptive Sage-Husa H Infinity Filtering for Battery Power State Estimation Based on Multi-Parameter Constraints. American Journal of Energy Engineering, 13(3), 133-141. https://doi.org/10.11648/j.ajee.20251303.14

    Copy | Download

    ACS Style

    Xinyu, Y.; Shunli, W.; Tao, X.; Liangwei, C.; Fernandez, C., et al. Improved 2RC-PNGV Modeling and Adaptive Sage-Husa H Infinity Filtering for Battery Power State Estimation Based on Multi-Parameter Constraints. Am. J. Energy Eng. 2025, 13(3), 133-141. doi: 10.11648/j.ajee.20251303.14

    Copy | Download

    AMA Style

    Xinyu Y, Shunli W, Tao X, Liangwei C, Fernandez C, et al. Improved 2RC-PNGV Modeling and Adaptive Sage-Husa H Infinity Filtering for Battery Power State Estimation Based on Multi-Parameter Constraints. Am J Energy Eng. 2025;13(3):133-141. doi: 10.11648/j.ajee.20251303.14

    Copy | Download

  • @article{10.11648/j.ajee.20251303.14,
      author = {Yan Xinyu and Wang Shunli and Xu Tao and Cheng Liangwei and Carlos Fernandez and Frede Blaabjerg},
      title = {Improved 2RC-PNGV Modeling and Adaptive Sage-Husa H Infinity Filtering for Battery Power State Estimation Based on Multi-Parameter Constraints
    },
      journal = {American Journal of Energy Engineering},
      volume = {13},
      number = {3},
      pages = {133-141},
      doi = {10.11648/j.ajee.20251303.14},
      url = {https://doi.org/10.11648/j.ajee.20251303.14},
      eprint = {https://article.sciencepublishinggroup.com/pdf/10.11648.j.ajee.20251303.14},
      abstract = {With the transformation of the global energy landscape, lithium-ion batteries have become an important component in the field of new energy storage. Accurate assessment of battery status plays a crucial role in efficiently utilizing electrical energy and extending the battery's service life. The key parameters of battery status include charging state (SOC) and power state (SOP). This paper constructs an improved 2RC-PNGV battery equivalent circuit model and introduces an innovative method to enhance the dynamics of particle swarm optimization. At the same time, an adaptive H infinity (∞) filtering algorithm based on Sage-Husa and a temperature-constrained SOP estimation method for lithium-ion batteries is designed. Among them, the real-time dynamic particle swarm optimization algorithm adjusts the forgetting factor in each iteration; the adaptive H∞ filtering algorithm based on Sage-Husa improves the accuracy of SOC estimation by adapting the noise covariance matrix. Moreover, the multi-parameter constrained state estimation method for lithium-ion batteries can effectively track the changes in state quantities with different durations and instantaneous values. The improved forgetting factor least squares method has an error of fewer than 0.02 volts in the voltage simulation test, with high accuracy. The adaptive H∞ filtering algorithm based on Sage-Husa achieves higher estimation accuracy in three complex operating scenarios, ensuring that the state quantity estimation error remains below 2%. The maximum estimation error of the multi-parameter constrained state quantity estimation method is less than 84.00 watts. These research results provide a solid theoretical foundation for ensuring the safety and efficient operation of batteries.},
     year = {2025}
    }
    

    Copy | Download

  • TY  - JOUR
    T1  - Improved 2RC-PNGV Modeling and Adaptive Sage-Husa H Infinity Filtering for Battery Power State Estimation Based on Multi-Parameter Constraints
    
    AU  - Yan Xinyu
    AU  - Wang Shunli
    AU  - Xu Tao
    AU  - Cheng Liangwei
    AU  - Carlos Fernandez
    AU  - Frede Blaabjerg
    Y1  - 2025/08/16
    PY  - 2025
    N1  - https://doi.org/10.11648/j.ajee.20251303.14
    DO  - 10.11648/j.ajee.20251303.14
    T2  - American Journal of Energy Engineering
    JF  - American Journal of Energy Engineering
    JO  - American Journal of Energy Engineering
    SP  - 133
    EP  - 141
    PB  - Science Publishing Group
    SN  - 2329-163X
    UR  - https://doi.org/10.11648/j.ajee.20251303.14
    AB  - With the transformation of the global energy landscape, lithium-ion batteries have become an important component in the field of new energy storage. Accurate assessment of battery status plays a crucial role in efficiently utilizing electrical energy and extending the battery's service life. The key parameters of battery status include charging state (SOC) and power state (SOP). This paper constructs an improved 2RC-PNGV battery equivalent circuit model and introduces an innovative method to enhance the dynamics of particle swarm optimization. At the same time, an adaptive H infinity (∞) filtering algorithm based on Sage-Husa and a temperature-constrained SOP estimation method for lithium-ion batteries is designed. Among them, the real-time dynamic particle swarm optimization algorithm adjusts the forgetting factor in each iteration; the adaptive H∞ filtering algorithm based on Sage-Husa improves the accuracy of SOC estimation by adapting the noise covariance matrix. Moreover, the multi-parameter constrained state estimation method for lithium-ion batteries can effectively track the changes in state quantities with different durations and instantaneous values. The improved forgetting factor least squares method has an error of fewer than 0.02 volts in the voltage simulation test, with high accuracy. The adaptive H∞ filtering algorithm based on Sage-Husa achieves higher estimation accuracy in three complex operating scenarios, ensuring that the state quantity estimation error remains below 2%. The maximum estimation error of the multi-parameter constrained state quantity estimation method is less than 84.00 watts. These research results provide a solid theoretical foundation for ensuring the safety and efficient operation of batteries.
    VL  - 13
    IS  - 3
    ER  - 

    Copy | Download

Author Information
  • Electric Power College, Inner Mongolia University of Technology, Inner Mongolia, China. School of Information Engineering, Southwest University of Science and Technology, Mianyang, China

  • Electric Power College, Inner Mongolia University of Technology, Inner Mongolia, China. School of Information Engineering, Southwest University of Science and Technology, Mianyang, China. School of Information Technology, Urban Vocational College of Sichuan, Chengdu, China

  • Electric Power College, Inner Mongolia University of Technology, Inner Mongolia, China. School of Information Engineering, Southwest University of Science and Technology, Mianyang, China

  • Electric Power College, Inner Mongolia University of Technology, Inner Mongolia, China. School of Information Engineering, Southwest University of Science and Technology, Mianyang, China

  • School of Pharmacy and Life Sciences, Robert Gordon University, Aberdeen, UK

  • Department of Energy Technology, Aalborg University, Aalborg East, Denmark

  • Abstract
  • Keywords
  • Document Sections

    1. 1. Introduction
    2. 2. Theoretical Analysis
    3. 3. Experimental Analysis
    4. 4. Results
    5. 5. Discussion
    6. 6. Conclusions
    Show Full Outline
  • Abbreviations
  • Acknowledgments
  • Author Contributions
  • Funding
  • Data Availability Statement
  • Conflicts of Interest
  • References
  • Cite This Article
  • Author Information