1. Introduction
Wireless power transfer (WPT) technology, benefiting from its contactless operation, high degree of automation, and superior safety, has become a major research focus in energy replenishment systems for electric vehicles (EVs) and mobile robots [
1]. Among various resonant compensation topologies, the LCC-S (primary-side LCC and secondary-side series) compensation network has been widely adopted in medium- and high-power wireless charging systems due to its constant-current output characteristic at the transmitter side, soft-switching capability over the entire load range, and strong robustness against coupling misalignment [
2,
3].
However, a WPT system is inherently a high-order, strongly nonlinear, and time-varying system. During long-term operation, key components in the compensation network—particularly the tuning inductors
—are prone to parameter drift caused by ambient temperature variations, magnetic core aging, and saturation effects. Such drift leads to resonant frequency deviation, which in turn degrades power transfer efficiency or induces excessive voltage stress on power devices [
4]. In addition, the battery load (
) exhibits significant nonlinear variation with respect to the state of charge (SOC) during the charging process and is susceptible to external disturbances [
5]. To ensure efficient and stable system operation and enable accurate closed-loop control, it is of great engineering significance to achieve real-time online identification of key circuit parameters and load conditions in the LCC-S system without introducing additional sensor hardware costs [
6].
Establishing an accurate mathematical model suitable for digital implementation is the foundation of state observer design. For resonant systems such as the LCC-S topology operating at resonance, the conventional state-space averaging (SSA) method, which neglects AC ripple components, is no longer applicable. The generalized state-space averaging (GSSA) method proposed by Sanders et al. retains selected harmonic components through Fourier series expansion and has become a mainstream theoretical tool for modeling resonant converters [
7]. To date, several studies have employed GSSA to develop dynamic models of LCC topologies and applied them to steady-state analysis and control design [
8,
9].
Despite its theoretical accuracy in capturing system dynamics, GSSA faces significant challenges in practical engineering applications. The standard GSSA framework is based on complex frequency-domain modeling and inherently introduces the imaginary unit
. Consequently, the system state equations involve complex-valued coefficient matrices, and state variables—such as inductor current and capacitor voltage envelopes—are represented as complex quantities. However, existing industrial digital signal processors (DSPs) and microcontroller units (MCUs) are primarily optimized for real number computations. Directly handling complex-valued differential equations in embedded systems not only substantially increases computational burden and memory consumption, but also introduces numerical compatibility issues during data type conversion, thereby severely limiting the practical feasibility of this modeling approach [
10]. Therefore, breaking the constraints of complex-domain modeling and establishing a hybrid-domain control model that better aligns with practical engineering requirements has become an urgent problem to be addressed.
In the field of parameter identification, the Kalman filter (KF) and its extended form (EKF) are widely used for parameter monitoring in WPT systems due to their optimal state estimation capability in the presence of random noise [
11]. For example, Ref. [
12] utilized EKF to estimate mutual inductance variations in a WPT system online, while Ref. [
13] explored a load identification strategy based on a Kalman observer.
However, existing KF-based observer designs are often limited by the form of the underlying model. When directly using the complex-domain GSSA model, the filter algorithm must derive the Jacobian matrix in the complex domain, which is computationally complex and prone to convergence issues. On the other hand, simplified approximate models often neglect the coupling relationships between variables, leading to accuracy degradation. Therefore, there is an urgent need for an improved method that can project the complex-state variables of GSSA into the real domain while preserving the integrity of the model, thus enabling seamless integration with the Kalman filter algorithm.
To address the challenges of “complex models being difficult to digitize” and “real-time parameter observation”, this paper proposes a state observer design method for the LCC-S system based on an improved generalized state-space averaging modeling approach.
First, this paper improves and reconstructs the traditional GSSA method. To overcome the limitations of the complex domain, a state variable complex-to-real decoupling transformation strategy is proposed. This method separates the real and imaginary parts of the complex variables, eliminating the imaginary unit in the state equations, and fully reconstructing the original complex-domain model into a system of higher-order differential equations in the real domain. This real-valued reconstruction not only eliminates numerical compatibility barriers in controller algorithm development but also retains the original model’s complete description of system dynamics.
Second, based on the improved real-domain model, an extended Kalman filter (EKF) state observer is designed. Thanks to the real-valued transformation and high accuracy of the model, this observer can run with low computational cost on digital processors, enabling real-time, decoupled observation of LCC-S system inductor parameter drift and load changes. The simulation and experimental results validate the superiority of the proposed method across a wide range of operating conditions.
2. Analytic Model
The core idea of the generalized state-space averaging (GSSA) method lies in employing Fourier series to decompose periodic nonsinusoidal signals in power electronic converters into multiple frequency components, enabling separate modeling of the dynamic characteristics of the fundamental and harmonic components. Specifically, time-varying waveforms are expanded into a set of linear equations with Fourier coefficients as state variables, thereby transforming the nonlinear time-varying system induced by switching actions into multiple linear time-invariant subsystems. By retaining key harmonic information, this method overcomes the limitations of conventional averaging techniques in high-frequency dynamic analysis and provides an effective framework for frequency-domain control design of nonlinear systems.
2.1. Generalized State-Space Averaging Modeling of LCC-S Systems
The equivalent circuit diagram of the system is shown in
Figure 1.
From the KVL and KCL theorems, the system of equations for the primary and secondary sides of the LCC-S circuit system can be listed as follows.
In Equation (1), I
Lf is the compensation inductor current at the transmitter end, U
Cf is the voltage at both ends of the compensation capacitor at the transmitter end, U
C1 is the voltage at both ends of the compensation capacitor of the transmitter coil, I
1 is the coil current at the transmitter end, I
2 is the coil current at the receiver end, and U
C2 is the voltage at both ends of the compensation capacitor of the receiver coil. S(t) is the switching function of the full-bridge resonant converter and can be expressed as
where n is a positive integer.
The generalized state-space averaging (GSSA) method represents a given variable over a specified time interval as an approximation with the desired accuracy by means of a Fourier series expansion. Since the time interval varies dynamically, the complex Fourier coefficients can be regarded as time-varying functions. Accordingly, the
-th complex Fourier coefficient can be expressed as
Equation (3) gives the Fourier coefficient function in the actual waveform with T as the time length, from which the state-space model with this equation as the state variable can be obtained.
The Fourier kth coefficient expressed in Equation (3) is differentiated with respect to time as shown in the following equation:
In the dynamic modeling analysis of magnetically coupled resonant wireless energy transmission systems, the Fourier coefficient averaging method provides a key theoretical support for solving the circuit characterization under time-varying frequency conditions. Especially in the topology design of resonant power converters, the dynamic time-varying characteristics of the system angular frequency significantly affect the energy transfer efficiency and frequency stability. Aiming at the time-varying operating modes of resonant converters in magnetically coupled wireless energy transmission technology, the modeling method effectively solves the technical bottleneck that the traditional steady-state model cannot accurately describe the dynamic harmonic characteristics through the time–frequency domain parameter equivalent conversion mechanism. This modeling strategy based on the cycle averaging principle not only improves the accuracy of system parameter identification but also provides an important basis for the optimal design of resonant networks under complex operating conditions.
2.2. Improved Generalized State-Space Averaging Modeling
In the applied research of the generalized state-space averaging method based on the complex frequency-domain modeling theory, the characteristic of imaginary units must be introduced into its mathematical architecture, which makes the method produce significant limitations in the digital control of power electronic energy conversion devices, and directly undermines the feasibility of this modeling strategy in engineering practice. Therefore, it is necessary to convert the model state variables from complex to real quantities to realize the fully realized reconstruction of the dynamic system equations. This variable decoupling method not only eliminates the numerical compatibility obstacle in the development of controller algorithms but also provides a basis for establishing a mixed-domain control model that meets the actual engineering requirements.
Put the Equation (3) into the form shown below:
Equation (5) has the following properties:
where
denotes the conjugate operation, and a and b are the real and imaginary parts of (x)
k, respectively.
In a modeling study of a wireless energy transmission system with LCC-S topology, theoretical derivations and experimental data show that the steady-state resonant characteristics of the system in the rated frequency domain are mainly reflected in the dynamic response of the fundamental frequency component. The Fourier fundamental frequency decomposition method proposed in this study successfully constructs an equivalent dynamic model of the system by extracting the parameters of the DC and fundamental frequency components. The method combines the filtering and attenuation properties of the resonant network for higher harmonics, and achieves an effective balance between the efficiency and accuracy of the model computation while eliminating the interference of high-frequency components in the modeling of transient processes. This modeling strategy not only allows the high-frequency harmonic energy on the system dynamics to be ignored but also provides a reliable mathematical model basis for the design of real-time control algorithms under complex working conditions. That is, the actual state variables of the system can be expressed as
Fourier coefficient decomposition of the key variables I
Lf, U
Cf, U
C1, I
1, I
2, and U
C2 of the resonant network is required to model the system dynamics using the generalized state-space averaging method. By using a joint modeling approach of the DC component and the fundamental wave component Fourier coefficients, each electrical variable can be separately characterized in the form of the following Equation (8), where the real and imaginary parts of the solving process will result in three independent state quantities. Therefore, the 6 state variables are processed by the fundamental wave approximation to construct a reduced order model containing 18 state variables.
From Equation (6) there is
The Fourier coefficient operation on the switching function of the full-bridge inverter of Equation (2) has
According to the transformation of Equation (1) by the GSSA method, the state-space equations for the coupling of the dc component to the fundamental wave component can be obtained.
The 18 state variables are divided into two groups to represent the state components corresponding to order 0 and order 1, which can be expressed as
vector 6 and matrix B and matrices A
1~A
4 respectively:
Equation (11) above shows the GSSA models for the voltage-based MCR-WPT system.
Based on Equation (7) the expression for the actual state variables of the system can be obtained as
Since the dynamic mathematical model constructed above is up to the 18th order, which will greatly increase the difficulty of solving the system, Equation (11) is downgraded by using selective modal analysis.
In Equation (11), the 0th-order averaging model represents the state-space averaging model of the system, while the 1st-order averaging model represents the fundamental-wave component dynamics model of the system, and the coupling between the 0th-order model and the 1st-order model can be obtained from Equation (11) as shown in
Figure 2.
According to the theory of selective modal analysis method, the dynamic model of the fundamental wave components can be directly decoupled from the 0th-order average model. In addition, the DC model represented by the 0th-order averaging model has little relationship with the dynamic characteristics in the converter, while the fundamental wave characteristics of the system can be directly represented by the 1st-order system. The system dynamic model can thus be down-ordered to Equation (19):
The system model after decoupling can be simplified as
3. Design of the State Observer
In the study of magnetically coupled resonant wireless energy transmission systems, the real-time accurate acquisition of the receiving side parameters is a technical difficulty in realizing the closed-loop control. Aiming at the problem of the difficulty in measuring the electrical quantity of the secondary side due to the non-contact structure, this study proposes to use the extended Kalman filter algorithm to construct the state observer.
Not only can the algorithm effectively reconstruct the undetectable state quantities of the system by fusing the system dynamics equations with the statistical characteristics of noise, but it also possesses the unique advantages of suppressing the high-frequency switching noise and sensor measurement errors. Based on the easy-to-detect characteristics of the transmitter coil current signal I
1, its amplitude is selected as the input quantity of the observer model, and combined with the system state-space expression established by Equation (20), the parameter observation model applicable to the magnetically coupled wireless energy transmission system is constructed, which provides a reliable state estimation basis for the closed-loop power control. where the amplitude of I
1 is
Combining Equations (19) and (21), the 12th-order dynamic model of the magnetically coupled wireless energy transmission system can be expressed in the following structural form:
where X
e = X
1; U represents the DC bus voltage input to the full-bridge inverter circuit.
During the design of the state observer for the MCR-WPT system, although Equation (22) presents linear characteristics, the nonlinear nature of Equation (23) leads to the fact that the traditional linear Kalman filter algorithm is no longer applicable. To meet the state estimation requirements of this nonlinear system, an extended Kalman filtering method applicable to nonlinear systems is required for observer construction.
Since the extended Kalman filtering algorithm is built in the framework of discrete systems, Equations (22) and (23) must be discretized and transformed into the Gauss–Markov model structure of Equation (24). This discretization transformation not only meets the basic requirements of the algorithm implementation but also provides a rigorous mathematical basis for the statistical characterization of the system noise, thus ensuring that the state estimation process meets the optimal filtering criterion for dynamic systems.
T
S is the system sampling period. Equations (26) and (27) can be used to approximate F(k) and G(k) by
When improving the system modeling accuracy requirements, the approximation accuracy can be improved by increasing the number of Taylor series expansion terms. To address the uncertainties in the dynamic equations of the system, a noise statistical model is required: where both the process noise w(k) and the measurement noise v(k) belong to mutually uncorrelated zero-mean white noise processes.
The mathematical description of this noise model can be expressed in the form of a combination of mean and covariance equations, where the mean equation is specified as
The covariance matrix of the systematic error is defined as
The covariance matrix of the measurement noise is defined as
where Q is the constant matrix size 12 × 12 and S is the constant matrix size 1 × 1. The initial value vector x
e(0) of the state variable can be represented by its mean and covariance matrix:
H(
k) is the gradient of Equation (23) with respect to the vector
, and this gradient is time-varying. In the modeling of voltage-based magnetically coupled resonant systems, the quasi-linear model established by Equation (22) provides the basis for state estimation, but its essence still belongs to the category of approximate estimation.
Figure 1 illustrates the observer architecture based on extended Kalman filtering, and the core requirement for the implementation of this algorithm lies in the completion of real-time sampling of the primary winding current I
1 before each discretized recursive computation step. By constructing a system observable measurement containing the amplitude of I
1, the observer can dynamically solve the unmeasurable parameters such as the secondary-side current I
2 with the capacitor voltage U
C2 and the load terminal voltages Uout. These estimated values will be used as key inputs to the closed-loop control strategy, and the precise control of the system power transfer characteristics will be finally realized by dynamically adjusting the operation frequency and modulation strategy of the primary-side resonant converter.
The EKF algorithm can be divided into two components, prediction and correction, and combined with the dynamic system model equation. Based on Equations (24) and (25) discussed earlier, the EKF algorithm can be expressed as follows:
In the covariance matrix system of the Kalman filtering algorithm, P characterizes the uncertainty of the state estimation error, Q reflects the statistical properties of the process noise, and S characterizes the distribution of the measurement noise. The Kalman gain matrix Kk+1 serves as the key correction coefficient for minimizing the state estimation error.
represents the optimal estimation value, k/k denotes the filtering update based on all the observation information at k moments, and k + 1/k refers to the a priori prediction of k + 1 states based on the information at k moments. This recursive estimation process effectively integrates the dynamic model of the system and the real-time observation data through step-by-step iterations in the time domain, and finally achieves the optimal estimation of the state vector.
In
Figure 3, K
k+1 is the transformation matrix between the state vector x
e in the GSSA model and the actual system state vector, which can be expressed by Equation (42):
where t
k+1 denotes the k + 1st sampling moment and ω is the operating angular frequency of the MCR-WPT system.
Since the state quantities in the GSSA model are not the operational state quantities of the actual system, the output of the EKF algorithm must be processed by E
k+1 before it can be used as the actual state observations of the system. The processing is performed as follows:
At this point the magnitude M
K+1 of the observation vector Z
k+1 can be expressed as follows:
In this study, we propose a receiver-side parameter identification method based on extended Kalman filtering for the state observation problem of wireless energy transmission systems. Theoretical derivation and simulation verification show that the algorithm can accurately reconstruct the state parameters of the system.
Compared with the traditional dual-closed-loop control architecture, this unilateral observation scheme successfully avoids the need for sensor configuration at the receiver side by establishing a dynamic error correction model. This single-side parameter reconfiguration strategy not only simplifies the system topology but also fundamentally eliminates the signal delay and electromagnetic interference problems caused by the wireless communication module, providing an innovative solution for engineering applications.
4. Experimental Verification and Simulation
Since the system contains many energy storage elements, the initial state of the system is unknown. In addition, due to the symmetry of the resonant converter output, the average value of its output is zero, so the initial value of the EKF algorithm is set near the average value as follows:
Set the covariance matrix of the estimation error to a relatively high value, i.e.,
where I is the unit matrix of 12 × 12; this setting method indicates that the initial value of xe 0/0 set is not trusted, and it is hoped that the EKF algorithm will quickly converge to the value of the true system.
In the extended Kalman filtering algorithm, the configuration of the system error covariance matrix Q directly affects the state estimation performance.
It is shown that the numerical setting of the diagonal elements of the Q-matrix reflects a quantitative assessment of the model uncertainty: increasing the element values enhances the filtering gain and thus speeds up the dynamic response, but it needs to be balanced against its effect on noise sensitivity.
In this study, for the property that the observation equations of the wireless energy transmission system are only related to the primary-side currents, it is found that all the elements in the Q matrix except for the 7th and 8th diagonal elements have no significant effect on the state update process by combining numerical simulation and experimental validation.
Based on this, the 7th and 8th diagonal elements are used as the main adjustment parameters, and the iterative calibration of the matrix parameters is achieved by combining parameter sensitivity analysis and multi-objective optimization.
The experimental results show that the method can effectively compensate the system model bias and verify the correlation properties between the dimension of the observation equation and the effective parameters of the Q matrix. The system error covariance matrix is set as
To reduce the additional cost caused by secondary-side measurements, a method for identifying secondary-side parameters based on primary-side parameter measurements is proposed, and the corresponding equivalent circuit is shown in
Figure 4. By measuring the voltage across the compensation capacitor
and the transmitter-side current
using voltage and current sensors, the mutual inductance and load parameters can be identified. The specific process flowchart is shown in
Figure 5.
In
Figure 4,
denotes the input voltage of the compensation capacitor
,
represents the transmitter-side current, and
denotes the receiver-side current.
is the equivalent resistance of the system after equivalent transformation, while
and
are the internal resistances of the transmitter and receiver coils, respectively.
According to Kirchhoff’s voltage law (KVL), the circuit shown in
Figure 4 can be expressed as follows:
where the relationship between
and the actual load is given by
Define
as the primary-side input impedance:
By solving Equation (49), Equation (51) can be rewritten as Equation (52).
It can be seen from Equation (52) that
contains the mutual inductance information. According to Equation (52), the real part
re and the imaginary part
im of the input impedance can be expressed as Equation (53).
Based on Equation (53), the mutual inductance can be calculated as shown in Equation (54).
Two operating modes are designed to validate the observer. In mode 1, the load resistance changes from 100 Ω to 50 Ω at 0.3 s. In mode 2, the mutual inductance of the coupling mechanism changes from 5.8 µH to 8.5 µH at 0.5 s.
4.1. Mode 1 State Observer Output
Figure 6 below shows the state observer observation waveform for mode 1.
It can be seen from the
Figure 7 that there is a large error between the observed value of the observer and the true value of the system at the beginning of the observation. This is due to the time lag link between the observer and the system at the very beginning of the simulation.
From
Figure 8, it can be seen that the system is basically stabilized at 0.002 s. At this time, the waveform of 0.0012–0.0026 s is intercepted, as shown in
Figure 6, and at this time, it can be seen that the system completes the tracking observation after experiencing a time of about 0.0018 s. At this time, the amplitude of the output voltage of the observer and the amplitude of the voltage at the two ends of the actual load are the same.
From
Figure 9, it can be seen that the observer output remains essentially constant when the load is varied. This is due to the fact that the internal resistance of the transmitter and receiver coils is neglected in the design of the system observer, at which point the LCC-S system operates with a constant voltage output. The output voltage of the system is only related to the mutual inductance value M and the compensation inductance value Lf.
4.2. Mode 2 State Observer Output
The mode 2 state observer output waveform is shown in
Figure 10.
From
Figure 10, it can be seen that the waveform of mode 2 is the same as that of mode 1 before 0.005 s, but when the mutual inductance value of mode 2 is changed abruptly at 0.005 s at this time, the system voltage will continue to rise with the increase in the mutual inductance value without constant voltage control, and at this time, the output voltage of the system is positively proportional to the mutual inductance value.
As a result, when the mutual inductance value fluctuates greatly, the output voltage of the system will produce a wide range of voltage fluctuations, and such voltage fluctuations will produce voltage shocks on the components of the system, which is not conducive to the stability of the system. From
Figure 11, it can be seen that with the mutual inductance of the sudden change in the system output voltage will continue to increase. Eventually it stabilizes after 6.5 ms, at which time the output of the observer is as shown in
Figure 11.
4.2.1. Statistical Performance Analysis
To quantitatively evaluate the robustness of the proposed GSSA-based EKF observer against parameter mismatches and measurement noise, a Monte Carlo statistical analysis was conducted. The simulation setup involved 100 independent trials. In each trial, the key system parameters (mutual inductance M and load resistance R) were randomly varied following a uniform distribution within ±20% of their nominal values.
Figure 12 presents the statistical results.
Figure 12a illustrates the distribution of the Root Mean Square Error (RMSE) of the estimated current. It can be observed that the RMSE follows a normal distribution centered at approximately 0.33 A, with a maximum deviation below 0.35 A. Given the operating current level, this represents a high estimation accuracy.
Furthermore,
Figure 12b depicts the average convergence trajectory of the estimation error. The results demonstrate that the observer consistently exhibits a fast dynamic response. The estimation error decays exponentially and settles into a steady state (within the 5% error band) in approximately 2 ms. This performance strictly satisfies the design requirement of converging within 2 ms, confirming the observer’s robustness even under significant parameter uncertainties.
4.2.2. Discussion on Harmonics and Optimal Power Transfer
In tightly coupled WPT systems, the nonlinearity of the rectifier and strong magnetic coupling can introduce harmonic components. However, the energy transfer in LCC-S topologies is predominantly carried by the fundamental component. The proposed GSSA modeling approach explicitly targets the fundamental frequency dynamics (k = 1).
Although high-order harmonics effectively act as unmodeled disturbances, the statistical analysis in
Figure 12 confirms that the EKF observer maintains high tracking accuracy (RMSE ≈ 0.33 A) even in the presence of noise and uncertainty. By accurately estimating the fundamental states, the controller can lock the system phase to the fundamental resonant point. Since the fundamental component accounts for the vast majority of the total power, ensuring fundamental resonance is practically equivalent to achieving the optimal condition for maximum output power, despite minor harmonic distortions.
In summary, from mode 1 and mode 2, two parameter changes to the output of the observer can be seen when the parameter fluctuates in the system; the observer can complete the convergence within 2 ms, which shows that the convergence speed of the observer is fast, with stable convergence ability and strong robustness, in line with the design requirements.
5. Conclusions
This paper proposes an improved generalized state-space averaging (GSSA) modeling approach for LCC-S wireless power transfer systems. By transforming state variables from complex-valued to real-valued representations, a fully real-valued reconstruction of the dynamic system equations is achieved. This variable decoupling method eliminates numerical compatibility issues, providing a robust basis for hybrid-domain control models.
Based on this accurate model, an extended Kalman filter (EKF) state observer is designed to estimate system states under variations in mutual inductance and load resistance.
Rigorous statistical analyses, including 100 Monte Carlo simulations, quantitatively validate the observer’s performance. The results demonstrate that the estimation Root Mean Square Error (RMSE) follows a normal distribution centered at approximately 0.33 A, indicating high precision. Furthermore, the observer consistently converges within 2 ms even under significant parameter uncertainties. Finally, the analysis confirms that the observer accurately tracks fundamental components, facilitating the optimal resonant condition for maximum power transfer despite harmonic distortions in tightly coupled scenarios.