Next Article in Journal
Experimental Testing of a Heat Exchanger with Composite Material for Deep Dehumidification
Previous Article in Journal
Reducing the Peak Power Demand and Setting the Proper Operating Regimes of Electrical Energy Devices in an Industrial Factory Using a Multi-Agent System—The Solutions of the DIEGO Project
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Economic Optimization of Hybrid Energy Storage Capacity for Wind Power Based on Coordinated SGMD and PSO

1
School of Energy and Power Engineering, Inner Mongolia University of Technology, Hohhot 010051, China
2
Huaneng Wulatezhongqi New Energy Power Generation Co., Ltd., Bayannur 015200, China
*
Author to whom correspondence should be addressed.
Energies 2025, 18(10), 2417; https://doi.org/10.3390/en18102417
Submission received: 8 April 2025 / Revised: 5 May 2025 / Accepted: 7 May 2025 / Published: 8 May 2025
(This article belongs to the Section A3: Wind, Wave and Tidal Energy)

Abstract

:
Under the dual carbon objectives, wind power penetration has accelerated markedly. However, the inherent volatility and insufficient peak regulation capability in energy storage allocation hamper efficient grid integration. To address these challenges, this paper presents a hybrid storage capacity configuration method that combines Symplectic Geometry Mode Decomposition (SGMD) with Particle Swarm Optimization (PSO). SGMD provides fine-grained, multi-scale decomposition of load–power curves to reduce modal aliasing, while PSO determines globally optimal ESS capacities under peak-shaving constraints. Case-study simulations showed a 25.86% reduction in the storage investment cost compared to EMD-based baselines, maintenance of the state of charge (SOC) within 0.3–0.6, and significantly enhanced overall energy management efficiency. The proposed framework thus offers a cost-effective and robust solution for energy storage at renewable energy plants.

1. Introduction

Driven by the dual carbon objectives, the global energy landscape is undergoing a rapid shift toward low-carbon generation, with the wind power penetration in modern power systems rising sharply [1]. However, the inherent randomness and volatility of wind generation impair reliable peak regulation and complicate load matching, while single-mode energy storage schemes often suffer from poor economic efficiency and limited dispatch flexibility [2,3,4].
A range of decomposition-based storage optimization techniques have been proposed. Zheng Hao et al. applied Empirical Mode Decomposition (EMD) for the joint power–capacity optimization of a lithium-ion battery ESS, which yielded moderate scheduling improvements but was still prone to modal aliasing [5,6]. Jiangbo et al. extended this to a hybrid ESS by combining Ensemble EMD (EEMD) with EMD and accounting for battery degradation. This decoupled the frequency components, but the system was still affected by aliasing errors [7,8]. Yan Qunming’s team improved CEEMD for photovoltaic signal decomposition and coordinated supercapacitor–battery smoothing across scales [9]. Zhang Ping et al. leveraged PSO-tuned Variational Mode Decomposition (VMD) alongside exponential smoothing to separate high- and low-frequency storage power. However, VMD creates high computational complexity [10]. Shi Linjun et al. introduced a battery-grouping control strategy optimized via NSGA-II to enhance economic efficiency and the life cycle but focused solely on electrochemical storage [11]. While these approaches advance individual aspects, no unified framework simultaneously reduces modal aliasing, ensures global economic optimization, and maintains computational efficiency.
To address this gap, we propose a coordinated Symplectic Geometry Mode Decomposition–Particle Swarm Optimization (SGMD–PSO) framework. SGMD performs fine-grained, multi-scale decomposition of load power signals to effectively reduce modal aliasing with low computational overhead; PSO then determines the globally optimal ESS capacities under peak-shaving constraints. Compared to EMD-based baselines, the proposed method achieves both precise power decomposition and significant economic gains. Simulation results demonstrated a 25.86% reduction in the storage investment cost and maintenance of the state of charge (SOC) within 0.3–0.6, showing a marked improvement in system stability and overall energy management performance.
The remainder of this paper is organized as follows: Section 2 introduces the SGMD-PSO methodology. Section 3 describes the case study and simulation setup. Section 4 presents and discusses the results. Finally, Section 5 summarizes the conclusions and outlines future work.

2. Energy Storage Configuration Strategy Considering Peak-Shaving Effectiveness

2.1. Peak-Shaving Power Curve of Hybrid Energy Storage System

In the peak-shaving process of a hybrid energy storage system, the original power curve is first analyzed to ensure that the power fluctuations comply with national standards [12], as shown in Table 1. On this basis, the load–power curve is fitted using the cubic smoothing spline (csaps) method. Compared with conventional interpolation methods, the cubic smoothing spline method introduces a smoothing factor to control the smoothness of the fitted curve, effectively avoiding overfitting and unnecessary fluctuations.
Based on the fitted load–power curve, the peak-shaving power curve—i.e., the reference power for the energy storage operation—is obtained by calculating the difference between the fitted curve and the original power curve:
P s t o r a g e ( t ) = P o r i g ( t ) P l o a d ( t )
where P s t o r a g e ( t ) is the reference power for the energy storage operation, P o r i g ( t ) is the original wind power output, and P l o a d ( t ) is the fitted load power.
This adjusted peak-shaving power curve can effectively reduce power fluctuations while ensuring compliance with national fluctuation standards. It also enables flexible adjustments and rapid responses to the grid’s peak regulation demands. Ultimately, the resulting peak-shaving power curve provides a precise reference for the charge–discharge strategy of the hybrid energy storage system, contributing to stable grid load regulation and efficient coordination of the wind–solar–storage system.
Through this method, the hybrid energy storage system can perform precise scheduling across different time scales based on the peak-shaving power curve, thereby enhancing the system’s peak regulation capability and meeting the grid’s dual requirements of stability and economic efficiency.

2.2. Empirical Mode Decomposition Algorithm

Empirical Mode Decomposition (EMD) is a classical signal decomposition method proposed by Huang et al. that can effectively extract local feature signals from complex signals at different time scales. The specific procedure is shown in Figure 1.
This method first extracts the local maxima and minima from the original signal to form the upper and lower envelopes, respectively. The mean of these envelopes is then taken as a low-frequency component of the signal. This low-frequency component is subtracted from the original signal, and the above process is repeated on the resulting new signal until the convergence condition in Equation (2) is met. The resulting h 1 k ( t ) is then taken as the first Intrinsic Mode Function (IMF) component ( c 1 ( t ) ) in the EMD process [13].
[ h 1 k 1 ( t ) h 1 k ( t ) ] 2 [ h 1 k 1 ( t ) ] 2 ε
where h 1 k ( t ) is the new signal after subtracting the k -th mean envelope and ε is the sifting threshold, typically set between 0.2 and 0.3.
After obtaining the first IMF component, it is subtracted from the original signal to generate a new signal with one IMF removed. The above process is then repeated until the residual becomes a monotonic function or a constant value, at which point the EMD is terminated.

2.3. Symplectic Geometry Mode Decomposition Algorithm

Symplectic Geometry Mode Decomposition (SGMD) is a signal processing method based on symplectic geometry analysis. This method applies a symplectic similarity transformation to process the Hamiltonian matrix and obtain its eigenvalues, then reconstructs individual component signals using the corresponding eigenvectors. These eigenvectors can be converted into reconstructed time series, which are referred to as symplectic geometry components (SGCs) [14,15]. By leveraging the properties of symplectic similarity transformation, SGMD can not only perform effective signal decomposition but can also better preserve the intrinsic features of the original signal and mitigate the issue of modal aliasing. The underlying principle is as follows (Figure 2):
Let x = x 1 , x 2 , , x n be the original time series. Based on Takens’ theorem, phase space reconstruction is applied to generate the multi-dimensional phase space trajectory matrix ( X ):
X = x 1 x 1 + τ x 1 + ( d 1 ) τ x 2 x 2 + τ x 2 + ( d 1 ) τ x m x m + τ x m + ( d 1 ) τ
where τ is the time delay and d is the embedding dimension. Both are obtained by analyzing the power spectral density of the original signal.
After constructing the trajectory matrix, autocorrelation analysis is performed to compute the covariance matrix ( A ), which is then used to construct the Hamiltonian matrix ( M ):
M = A 0 0 - A T
Using the Hamiltonian matrix ( M ) and the Householder matrix ( H = Q 0 0 Q ), the upper triangular Hessenberg matrix ( B ) is constructed, as shown in Equation (5).
H M H T = B 0 0 - B T
According to the relationship between the matrix eigenvalues, λ ( A ) = λ ( B ) = λ 2 ( X ) , the eigenvalues of matrix X can be expressed as follows:
σ i = λ i ( i = 1 , 2 , , d )
We arrange the eigenvectors of X in descending order to form the eigenvector matrix ( Q i ) and define N i = Q i T X T and M i = Q i N i . Then, the initial reconstructed component matrix ( Z i ( m × d ) ) is given by the following equation:
Z i = M i T
Thus, the reconstructed phase space time matrix is as follows:
Z = Z 1 + Z 2 + + Z d
After reconstruction, diagonal averaging is performed to convert it into d sets of one-dimensional time series ( Y i ), as shown in Equation (9). The original time series can then be obtained by summing these d one-dimensional sequences:
Y = Y 1 + Y 2 + + Y d
At this point, the d sets of one-dimensional time series have not yet achieved complete independence, and further reconstruction is required.
Because the dominant components of the reconstructed original time series are mainly located in the leading part of the matrix, Y 1 is compared with other components based on certain features. The components with high similarity are summed to obtain the first decomposed component ( S G C 1 ). The same procedure is then repeated after removing this component until the remaining components satisfy the normalized mean square error criterion. At this point, the iteration stops, yielding the final set of symplectic geometry components:
x ( n ) = h = 1 N S G C h ( n ) + g ( N + 1 ) ( n )
where g denotes the final residual signal.
In this study, we set the normalized mean square error (NMSE) threshold parameter, threshold_nmse, to 0.3, which was revised from the literature-recommended value of 0.95. A lower NMSE threshold enables the extraction of more mode components for higher decomposition accuracy at the expense of slightly increased computation costs. Through preliminary experiments, we determined that 0.3 struck a good balance between decomposition precision and computational efficiency.

2.4. Particle Swarm Optimization

Particle Swarm Optimization (PSO) is an intelligent optimization technique that searches from a spatial perspective and gradually converges toward the global optimal solution. It is well suited to dynamic and multi-objective optimization problems [16,17]. This study employed Particle Swarm Optimization (PSO) for energy storage capacity configuration, primarily because of its fast convergence, simple parameter tuning, and strong performance on continuous high-dimensional problems (Figure 3). In contrast, Genetic Algorithms (GAs) require careful design of crossover and mutation operators and are prone to premature convergence [18,19], while Ant Colony Optimization (ACO) is less efficient for continuous-variable optimization [20]. Due to limitations related to experimental resources and manuscript length, simulation experiments using other algorithms were not included and will be pursued in future work.
PSO is initialized with a swarm of randomly distributed particles that iteratively search for the global optimum. In each iteration, the particles update their positions and velocities by considering both their own best-known position and the best-known position of the entire swarm.

3. Peak Regulation Control and Economic Optimization Strategy for Hybrid Energy Storage Systems

3.1. Hybrid Energy Storage System Configuration

With the increasing penetration of renewable energy, energy storage technologies have also developed rapidly. Based on the different methods of storing electrical energy within energy storage systems, these technologies can be broadly categorized into four types: mechanical energy storage (including flywheel energy storage, pumped hydro storage, and compressed air energy storage), electrochemical energy storage, electromagnetic energy storage, and thermal energy storage [21,22,23].
A properly configured hybrid energy storage system should include energy-type storage capable of delivering large output power with relatively smooth fluctuations, as well as power-type storage capable of responding rapidly to power variations. Such a configuration enables a system to meet energy storage demands across multiple time scales, achieving good performance in both fast power regulation and long-term energy balancing. Moreover, selecting energy storage technologies with high stability and long service lives allows for sustained stable operation over extended periods, reducing the costs and operational risks associated with frequent equipment replacement. This approach leads to a lower total lifecycle cost and a higher return on investment.
To this end, in this study flywheel energy storage (FESS)—with a fast response and high stability—was selected as the power-type storage system to smooth out high-frequency fluctuations. Meanwhile, liquefied compressed air energy storage (LAES), characterized by low energy costs and a high energy density, was chosen as the energy-type storage system to mitigate low-frequency fluctuations. Their economic indicators are shown in Table 2.
In this study, only the capacity configuration of the flywheel energy storage (FESS) and liquefied compressed air energy storage (LAES) was optimized, assuming all upstream components (the wind farm output, grid conditions, generators, and loads) were known and fixed, to focus on storage capacity and power allocation. “Reconstruction” refers solely to the optimal power allocation between the FESS and the LAES, excluding other storage types, generator configurations, and locations. Type and location optimization will be addressed in future work.
The investment cost of the energy storage system is denoted as F .
F = C i n v , P P r a t e d + C i n v , E E r a t e d + C O M
where C i n v , P and C i n v , E are the unit power cost and unit energy cost, respectively; P r a t e d and E r a t e d represent the rated power and rated energy capacity of the configured energy storage system, respectively; and C O M denotes the operation and maintenance (O&M) cost of the energy storage system.
In this study, C O M was calculated as the product of the total energy discharged during the simulation period and the benchmark O&M price (CNY/kWh), thereby capturing both routine maintenance and long-term degradation expenses. Because we focused on the one-time upfront investment for the capacity configuration, market dynamics such as electricity price volatility were not considered and will be addressed in future work.

3.2. Construction of an Optimization Model for Hybrid Energy Storage System Configuration

The capacity configuration of a hybrid energy storage system must be optimized under constraints such as the state of charge (SOC) and system power balance. To address this, a configuration strategy is proposed in this paper, which integrates SGMD and PSO for coordinated optimization. The specific process is illustrated in Figure 4.
Based on the obtained reference power of the hybrid energy storage system, power decomposition is performed to extract characteristic components ( S G C n ). These components are then used to allocate the reference power for energy storage. The extracted S G C s are assigned as reference power inputs to the FESS and the LAES. If the first i components are designated as the reference power for the FES, the corresponding reference power for the LAES is given by n = i + 1 n S G C n . Thus, by reconstructing the combinations of different components, n power allocation schemes can be obtained. Therefore, in this study the Particle Swarm Optimization (PSO) algorithm was employed to identify the most economical configuration that met the power-smoothing requirements for each allocation scenario. To enhance PSO’s convergence efficiency and solution stability in the hybrid energy storage capacity configuration problem, we followed empirical guidelines from [16,17] and evaluated population sizes of 30, 50, and 80, as well as iteration counts of 100, 200, and 300. The results show that increasing the population size from 30 to 50 yielded a significant reduction in the total configuration cost, while further increasing it to 80 provided only marginal cost improvements at the expense of substantially longer computation times. Likewise, raising the number of iterations from 100 to 200 led to a notable cost decrease, whereas extending to 300 iterations offered minimal additional benefit but greatly increased the computational effort. Based on these findings, a population size of 50 and 200 iterations were adopted for all subsequent PSO simulations in this study.

4. Results

In this study, actual power data from a wind farm in Shanghai with an installed capacity of 45.2 MW and a duration of 81 h were selected for analysis (with a sampling interval of 1 min), as shown in Figure 5. By comparing the configuration schemes obtained using two different decomposition algorithms, the effectiveness of the proposed strategy was validated.
According to the Chinese national standards for wind power grid-connection fluctuation limits, for a wind farm with an installed capacity of 45.15 MW, the maximum allowable active power fluctuations are 4.52 MW within 1 min and 15.05 MW within 10 min. Using the csaps algorithm, the fitted load demand–power curve was obtained, as shown in Figure 6. The fitted curve has a 1 min maximum power fluctuation of 1.5 MW and a 10 min fluctuation of 14.75 MW, both of which comply with the national wind power grid-connection standards. Based on this load–power curve, the reference power required for the energy storage operation was calculated, and it is shown in Figure 7.
Based on the obtained reference power for the hybrid energy storage operation, two decomposition methods—EMD and SGMD—were used to perform power decomposition, yielding IMF components and SGCs, respectively. The resulting modal decomposition diagrams are shown in Figure 8.
As shown in Figure 8, the EMD method yielded 10 IMF components, while the SGMD method produced six SGCs. Based on the strategy proposed in Section 3.2 of this paper, the high- and low-frequency power components were reconstructed from the decomposed results of both methods. All possible reconstruction schemes are enumerated and illustrated in Figure 9 and Figure 10.
Among the reconstructed schemes, the PSO algorithm was employed to search for the economically optimal configuration that met the power-smoothing requirements. In the optimization process, the high-frequency components in each scheme were used as the reference power for the FESS, while the low-frequency components served as the reference power for the LAES. The constraints of the power and energy capacities, as well as the overall system power balance, were fully considered. The optimal economic configurations obtained from both decomposition methods are summarized in Table 3.
For the EMD-based optimization, the optimal reconstruction scheme was obtained at k = 4, meaning that IMF components 1 to 4 were considered high-frequency components and assigned to the FESS system, while the remaining components were handled by the LAES system. The total configuration cost in this case was CNY 123.71 million. For the SGMD-based optimization, the optimal scheme was found at k = 5, where SGCs 1 to 5 were treated as low-frequency components and allocated to the LAES system. The resulting total configuration cost was CNY 91.72 million.
To further verify the effectiveness of the proposed strategy, a comparative analysis of the SOC performance of the energy storage systems was conducted, as illustrated in Figure 11.
As shown in Figure 11a, the hybrid energy storage system based on EMD exhibited pronounced overcharging and overdischarging over extended periods, with large SOC fluctuations that could compromise system stability and shorten equipment lifespans. These fluctuations also substantially increased the required storage capacity and the overall configuration cost. In contrast, as shown in Figure 11b, under the SGMD scheme, the SOC remained predominantly within the 0.3–0.6 range, indicating smoother energy-state management that supports system stability and prolongs equipment service lives.

5. Conclusions

To address the common issues of insufficient peak-shaving capability and poor economic efficiency in energy storage configurations for renewable energy plants, this paper proposes an economic optimization strategy for hybrid energy storage capacity based on the coordinated application of Symplectic Geometry Mode Decomposition (SGMD) and Particle Swarm Optimization (PSO). The simulation results demonstrate that the proposed method achieved a 25.86% reduction in the total system investment cost compared to conventional approaches while maintaining the state of charge (SOC) within the optimal range of 0.3–0.6. This framework enables refined multi-time-scale power decomposition and effectively mitigates modal aliasing among components, thereby enhancing both peak-shaving performance and overall system stability. Future work will explore the integration of additional intelligent optimization algorithms and their validation in practical engineering applications to provide a more comprehensive solution for energy storage configuration at renewable energy stations.
To demonstrate full viability, future work will include hardware-in-the-loop (HIL) simulations and a pilot-scale demonstration in a microgrid testbed. We will detail the required ESS hardware specifications, real-time controller implementation of the SGMD–PSO algorithm, communication and SCADA integration, and performance evaluation under field conditions. These empirical studies will provide concrete evidence of this framework’s applicability in practical renewable energy installations.

Author Contributions

Conceptualization: K.Q. and K.M.; methodology: K.Q., K.M. and X.M.; software and validation: K.Q.; data curation: F.Z. and Y.L.; formal analysis: K.Q. and X.M.; writing—original draft: K.Q.; writing—review and editing: K.M. and X.M.; supervision and project coordination: K.M. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by Huaneng New Energy Co., Ltd. under the project “Research and Application of Key Equipment and Control Strategies Adapted to New Energy Power Grids” (Grant No. HNKJ24-H117), and by the Inner Mongolia Major Project “Key Technologies for MW-Scale Advanced Flywheel Energy Storage” (Grant No. 2020ZD0016). The article processing charge (APC) was funded by Huaneng New Energy Co., Ltd.

Data Availability Statement

The original contributions presented in this study are included in this article; further inquiries can be directed to the corresponding author.

Acknowledgments

We thank the reviewer for highlighting the following related works: “Distributed Hybrid-Triggered Observer-Based Secondary Control of Multi-Bus DC Microgrids Over Directed Networks” and “Two-Stage Coordinated Robust Planning of Multi-Energy Ship Microgrids Considering Thermal Inertia and Ship Navigation”. While these studies offer valuable insights into advanced microgrid control and planning, a detailed side-by-side comparison falls outside the scope of the present manuscript. We plan to undertake this comparative analysis in our future work.

Conflicts of Interest

The authors declare that this study received funding from Huaneng New Energy Co., Ltd. Authors Xiangdong Meng, Fengwei Zhao, and Yuefei Lü were employed by the Huaneng Wulatezhongqi New Energy Power Generation Co., Ltd. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Zhou, X.X.; Zhao, Q.; Zhang, Y.Q.; Yang, H.H. Analysis on the Development Trend of China’s Energy and Power System under “Dual-Carbon” Goals: Green Electricity and Green Hydrogen Substitution. Proc. CSEE 2024, 44, 6707–6721. [Google Scholar]
  2. Liu, Y.; Qiao, Y.; Han, S.; Xu, Y.; Geng, T.; Ma, T. Quantitative Evaluation Methods of Cluster Wind Power Output Volatility and Source–Load Timing Matching in Regional Power Grid. Energies 2021, 14, 5214. [Google Scholar] [CrossRef]
  3. Rocky Mountain Institute. The Economics of Battery Energy Storage; Rocky Mountain Institute: Basalt, CO, USA, 2017. [Google Scholar]
  4. Li, X.; Pan, L.Y.; Zhang, J.K.; Jin, Z.; Jiang, W.Z.; Wang, Y.F.; Liu, L.; Tang, R.L.; Lai, J.G.; Yang, X.G.; et al. A Novel Capacity Allocation Method for Hybrid Energy Storage System for Electric Ship Considering Life Cycle Cost. J. Energy Storage 2025, 116, 116070. [Google Scholar] [CrossRef]
  5. Zheng, H.; Xie, L.R.; Ye, L.; Lu, P.; Wang, K.F. Hybrid Energy Storage Strategy Considering Dual Evaluation Indexes for Smoothing Photovoltaic Output Fluctuations. Trans. China Electrotech. Soc. 2021, 36, 1805–1817. [Google Scholar]
  6. Liu, Y.B.; Wu, H.; Liu, T.J.; Yang, Z.Y.; Liu, J.Y.; Li, Q.H. User-Side Net Load Forecasting Algorithm Integrating Empirical Mode Decomposition and Deep Learning. Autom. Electr. Power Syst. 2021, 45, 57–64. [Google Scholar]
  7. Shen, J.; Huang, S.; Liu, C.; Li, S.; Wu, J. Optimal Configuration Method of Wind Farm Hybrid Energy Storage Based on EEMD-EMD and Grey Relational Degree Analysis. Front. Energy Res. 2023, 10, 1021189. [Google Scholar] [CrossRef]
  8. Nguyen, C.L.; Lee, H.H. A Novel Dual-Battery Energy Storage System for Wind Power Applications. IEEE Trans. Ind. Electron. 2016, 63, 6136–6147. [Google Scholar] [CrossRef]
  9. Yan, Q.M.; Liu, Y.C.; Dong, X.Z.; Ma, Y.X. Optimal Hybrid Energy Storage Capacity Allocation for Smoothing Photovoltaic Output Based on CEEMDAN-HT. Power Syst. Prot. Control 2022, 50, 43–53. [Google Scholar]
  10. Zhang, P.; Li, Y.Q.; Xing, H.L. Optimal Hybrid Energy Storage Capacity Allocation for Wind Power Fluctuation Smoothing Based on Variational Mode Decomposition. Power Gener. Technol. 2025, 1–10. Available online: http://kns.cnki.net/kcms/detail/33.1405.TK.20250317.1620.004.html (accessed on 4 May 2025).
  11. Shi, L.J.; Duanmu, C.R.; Yang, D.M.; Feng, W. Energy Storage Capacity Optimization for Wind Farms Based on Group Control Strategy. Acta Energiae Solaris Sin. 2024, 45, 340–349. [Google Scholar] [CrossRef]
  12. GB/T 19963.1-2021; Technical Regulations for Connecting Wind Farms to Power Systems, Part 1: Onshore Wind Power. China Standards Press: Beijing, China, 2021.
  13. Liang, Y.; Zhang, D.; Zhang, J.; Hu, H.G. A State-of-the-Art Analysis on Decomposition Method for Short-Term Wind Speed Forecasting Using LSTM and a Novel Hybrid Deep Learning Model. Energy 2024, 313, 133826. [Google Scholar] [CrossRef]
  14. Cui, X.; Zhang, X.; Niu, D. A New Framework for Ultra-Short-Term Electricity Load Forecasting Model Using IVMD–SGMD Two–Layer Decomposition and INGO–BiLSTM–TPA–TCN. Appl. Soft Comput. 2024, 167, 112311. [Google Scholar] [CrossRef]
  15. Wang, Y.; Ma, S.; Li, Y.; Qian, H.; Jia, Q.; Xiao, S.; Huang, Y. Constrained Multi-objective Particle Swarm Optimization for Bistatic RFID Network Planning with Distributed Antennas. Swarm Evol. Comput. 2025, 94, 101882. [Google Scholar] [CrossRef]
  16. Shunhe, Z.; Keqilao, M.; Rihan, H.; Teng, W. Sensorless DPMSM Sliding Mode Control Based on Particle Swarm Optimized EKF. Modular Mach. Tool Autom. Manuf. Technol. 2022, 7, 66–70. [Google Scholar]
  17. Ren, J.P.; Ma, H.W.; Yao, M.Q. Coordinated Control Strategy for Flywheel Array Based on Particle Swarm Optimization. Trans. China Electrotech. Soc. 2021, 36, 381–388. [Google Scholar]
  18. Toughzaoui, Y.; Elkhatib, R.; Kaoutari, T.; Louahlia, H.; Chaoui, H.; Gualous, H. Advances in hospital energy systems: Genetic algorithm optimization of a hybrid solar and hydrogen fuel cell combined heat and power. Int. J. Hydrogen Energy 2024, 86, 1310–1325. [Google Scholar] [CrossRef]
  19. Suresh, M.; Meenakumari, R. An improved genetic algorithm-based optimal sizing of solar photovoltaic/wind turbine generator/diesel generator/battery connected hybrid energy systems for standalone applications. Int. J. Ambient Energy 2019, 42, 1136–1143. [Google Scholar] [CrossRef]
  20. Tong, Y.; Li, X. Ant Colony Algorithm for Time Optimal Load Balancing Scheduling Problem Strategy. J. Phys. Conf. Ser. 2021, 2010, 012045. [Google Scholar] [CrossRef]
  21. Gao, J.Y.; Li, W.Y.; Ma, R. Variable Time Constant Smoothing Strategy Based on Wind Power Flattening Index. In Proceedings of the 15th IEEE Conference on Industrial Electronics and Applications (ICIEA 2020), Kristiansand, Norway, 9–13 November 2020; pp. 500–505. [Google Scholar]
  22. Li, X. Fuzzy Adaptive Kalman Filter for Wind Power Output Smoothing with Battery Energy Storage System. IET Renew. Power Gener. 2012, 6, 340–347. [Google Scholar] [CrossRef]
  23. Wan, C.; Qian, W.; Zhao, C.; Song, Y.; Yang, G. Probabilistic Forecasting-Based Sizing and Control of Hybrid Energy Storage for Wind Power Smoothing. IEEE Trans. Sustain. Energy 2021, 12, 1841–1852. [Google Scholar] [CrossRef]
Figure 1. A flowchart of the EMD algorithm.
Figure 1. A flowchart of the EMD algorithm.
Energies 18 02417 g001
Figure 2. A flowchart of the SGMD algorithm.
Figure 2. A flowchart of the SGMD algorithm.
Energies 18 02417 g002
Figure 3. A flowchart of the PSO algorithm.
Figure 3. A flowchart of the PSO algorithm.
Energies 18 02417 g003
Figure 4. Optimization flowchart for hybrid energy storage capacity configuration.
Figure 4. Optimization flowchart for hybrid energy storage capacity configuration.
Energies 18 02417 g004
Figure 5. Original wind power output.
Figure 5. Original wind power output.
Energies 18 02417 g005
Figure 6. Original power curve and fitted load curve.
Figure 6. Original power curve and fitted load curve.
Energies 18 02417 g006
Figure 7. The reference operating power of the hybrid energy storage system.
Figure 7. The reference operating power of the hybrid energy storage system.
Energies 18 02417 g007
Figure 8. Three-dimensional decomposition diagrams of wind power output: (a) three-dimensional EMD diagram of wind power output and (b) three-dimensional SGMD diagram of wind power output.
Figure 8. Three-dimensional decomposition diagrams of wind power output: (a) three-dimensional EMD diagram of wind power output and (b) three-dimensional SGMD diagram of wind power output.
Energies 18 02417 g008
Figure 9. EMD-based power reconstruction schemes.
Figure 9. EMD-based power reconstruction schemes.
Energies 18 02417 g009
Figure 10. SGMD-based power reconstruction schemes.
Figure 10. SGMD-based power reconstruction schemes.
Energies 18 02417 g010
Figure 11. The SOC of the hybrid energy storage system using two decomposition methods: (a) the SOC of hybrid energy storage based on EMD and (b) the SOC of hybrid energy storage based on SGMD.
Figure 11. The SOC of the hybrid energy storage system using two decomposition methods: (a) the SOC of hybrid energy storage based on EMD and (b) the SOC of hybrid energy storage based on SGMD.
Energies 18 02417 g011
Table 1. National standards for wind power output fluctuations in China.
Table 1. National standards for wind power output fluctuations in China.
Installed   Capacity   of   Wind   Farm   ( P N / M W )10-Min Maximum
Active Power
Variation/MW
1-Min Maximum Active Power Variation/MW
P N < 30 10 3
30 P N 150 P N / 3 P N / 10
P N > 150 50 15
Table 2. Comparison of technical and economic characteristics of various energy storage systems.
Table 2. Comparison of technical and economic characteristics of various energy storage systems.
Storage TypeDischarge DurationMain AdvantagesPower Cost (CNY/kW)Energy Cost (CNY/kWh)Operation and Maintenance Cost (CNY/kWh)
Flywheel Energy StorageSeconds to MinutesFast response, long service life, excellent stability, and high power density.3000–60003000–80000.008
Pumped Hydro Storage4–10 hLarge storage capacity, long service life, and rapid load response, but significantly constrained by geographical conditions.5200–6480200–12000.006
Liquefied Compressed Air Energy StorageMinutes–28 hHigh energy density, relatively fast response, long service life, and low-cost storage using atmospheric pressure in liquefied tanks.1500–3000400–10000.033
Lithium-Ion Battery1–4 hFast charging and discharging capability and high energy density but a relatively limited service life.2000–40001000–25000.010
Lead–Acid Battery Energy Storage6–10 hShort service life, but offers the advantage of low costs.800–1500600–10000.020
Superconducting Magnetic Energy StorageVirtually unlimitedFast response time and high operational efficiency.4000–80002000–40000.006
Table 3. Optimized configuration results obtained via PSO.
Table 3. Optimized configuration results obtained via PSO.
Energy Storage ConfigurationEMD-Based SchemeSGMD-Based Scheme
FESS Power (MW)12.176.70
FESS Capacity (MWh)8.940.61
LAES Power (MW)2.239.99
LAES Capacity (MWh)10.6910.00
Total Configuration Cost (CNY·104)12,371.859172.17
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Qi, K.; Meng, K.; Meng, X.; Zhao, F.; Lü, Y. Economic Optimization of Hybrid Energy Storage Capacity for Wind Power Based on Coordinated SGMD and PSO. Energies 2025, 18, 2417. https://doi.org/10.3390/en18102417

AMA Style

Qi K, Meng K, Meng X, Zhao F, Lü Y. Economic Optimization of Hybrid Energy Storage Capacity for Wind Power Based on Coordinated SGMD and PSO. Energies. 2025; 18(10):2417. https://doi.org/10.3390/en18102417

Chicago/Turabian Style

Qi, Kai, Keqilao Meng, Xiangdong Meng, Fengwei Zhao, and Yuefei Lü. 2025. "Economic Optimization of Hybrid Energy Storage Capacity for Wind Power Based on Coordinated SGMD and PSO" Energies 18, no. 10: 2417. https://doi.org/10.3390/en18102417

APA Style

Qi, K., Meng, K., Meng, X., Zhao, F., & Lü, Y. (2025). Economic Optimization of Hybrid Energy Storage Capacity for Wind Power Based on Coordinated SGMD and PSO. Energies, 18(10), 2417. https://doi.org/10.3390/en18102417

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