This page contains the full text of the accepted version of the paper published at the 2018 International Microwave Symposium. The content was modified slightly to better fit the format of this website
Estimating unstable poles
in simulations of microwave circuits
Adam Cooman, Fabien Seyfert and Smain Amari
The impedance of a microwave circuit has an infinite number of poles due to the distributed elements. This complicates locating those poles with a rational approximation. In this paper, we propose an algorithm to locate the unstable poles of a circuit with distributed elements. The proposed method exploits the fact that a realistic circuit can only have a finite number of unstable poles. We first determine the unstable part whose poles coincide with the unstable poles of the circuit. A rational approximation of the unstable part is used to estimate the unstable poles.
1. Introduction
Having the ability to trace a circuit’s poles as a function of the circuit parameters is a useful design tool. Pole tracking techniques have been used for the design of oscillators1 2, to stabilise power amplifiers3 4 5 and during the design of frequency dividers1 6. The core of a pole tracking tool is a robust automatic algorithm to estimate the poles of a circuit.
To determine the poles of a circuit, a two-step procedure is followed. First, an impedance of the circuit is determined at discrete frequency points between and with an AC simulation (Fig. 1). Then, the poles of are determined in a post-processing step.
Figure 1: is determined by connecting a small-signal current source in parallel to a node in the circuit and by determining the voltage response of the circuit with an AC simulation.
In lumped circuits, is a rational function, so a rational approximation can be used to determine the circuit poles. The impedance presented by a circuit with distributed elements, like transmission lines, is non-rational but still meromorphic 7. This makes estimating the poles of a microwave circuit more difficult. A good fit of can be obtained with a high-order rational function, but the rational approximation will contain spurious poles that do not correspond to poles of the underlying function 8. To circumvent this problem, another approach proposed in 9, is to compute low-order rational approximants of the circuit’s response restricted to small frequency intervals. This local version of the rational approximation scheme, yields precise estimates of poles when these are close enough to the imaginary axis.
In this paper, we propose an algorithm that can estimate the unstable poles of a circuit without performing a rational approximation of a non-rational function. The proposed technique exploits the fact that the equilibrium solution of a realistic circuit 10 can only have a finite amount of poles in the right half-plane 11.
When is square integrable, it can be split uniquely into two meromorphic parts: one part in , the Hardy space of the complex right half-plane, and another part in , the orthogonal complement of . The projection of onto a basis of is defined as its “unstable part” because its poles coincide with the unstable poles of .
There are only a finite amount of unstable poles, so is rational. To reliably estimate the unstable poles of , we propose to compute its unstable part and to approximate this unstable part with a rational function.
In12, it was shown that estimates of the unstable part can be obtained by computing the Fourier coefficients of a pre-filtered version of the impedance function. In this paper, the method is extended so as to yield estimates of the unstable poles. In order to do so:
- A Hankel-operator-based rational approximation technique is presented (Section 2.3).
- Fourier coefficients are obtained via a rational interpolation scheme that reduces the errors due to sampling (Section 2.4).
- The spectral range of the filtering function is reduced to improve the procedure’s robustness (Section 2.5).
After detailing the approach, we run it on two examples: a time-delayed Chua’s circuit (Section 3) and on simulations of a microwave oscillator (Section 4).
2. Algorithm
The response is first transformed to the unit circle (Section 2.1) to allow for a simple determination of its unstable part by means of its Fourier series (Section 2.2 & 2.4). With its Fourier expansion, the unstable poles can be recovered by means of a singular value decomposition of a truncated version of the system’s Hankel matrix (Section 2.3). These steps assume that is known everywhere while it is only known on a finite interval. To deal with finite data, the Fourier coefficients are convolved by the Fourier coefficients of the filtering function (Section 2.5).
2.1. Transform to the unit disc
A Mobius transform is used to transform from the complex plane to the unit circle:
where . This transform maps to and to . The complex right half-plane is mapped to the inside of the unit circle (Fig. 2). We will use to indicate functions on the unit disc.
2.2 Determine the unstable part
On the unit circle, a basis for is 12 so we compute the Fourier series of to obtain its unstable part
In 12, the Fast Fourier Transform (FFT) is used to compute the . This introduces an aliasing error in the method. To avoid aliasing, we compute the Fourier coefficients with the help of an interpolation function as explained in Section 2.4.
2.3. Estimating unstable poles
We use the theory introduced by Adamyan, Arov and Krein 13 to recover the location of the unstable poles on the unit disc. It uses the following infinite Hankel matrix which contains the negative Fourier coefficients of :
In practice, we truncate the infinite to . has yielded good results in all examples we tried. By Kronecker’s theorem for a rational symbol with poles, , is of rank . We compute the rank using the Singular Value Decomposition of
Ideally the number of non-zero singular values of equals the number of poles of the function . In practice due to numerical errors, the first singular values are large when compared to the others. This property is used to determine the number of unstable poles of .
Once has been determined, we can determine the circuit poles using the Principal Hankel Components (PHC) algorithm 14: We split the matrices , and into parts
such that is a diagonal matrix of size which contains the singular values, is of size and is size . With and , we compute an estimate of the observability matrix of the approximation:
From the observability matrix , we can compute the state matrix using
where and are formed from by deleting the last and first row respectively. indicates the complex conjugate. The eigenvalues of correspond to the location of the unstable poles.
2.4. Computing the Fourier coefficients
The Fourier coefficients needed to construct are given by:
The function is known on a set of sample points . This calls for the use of an interpolation procedure for a precise evaluation of (4). When the impedance contains strong resonances, classical spline interpolation fails to model the response’s stiffness. We therefore introduce a rational interpolation scheme by defining between the points and as:
where , , and are determined using the constraints:
The final constraint ensures that the interpolated function has a continuous first derivative at the interpolation points.
When the rational interpolation models are known, the integral (4) is computed with Matlab’s built-in quadrature method 15.
2.5. Filtering to suppress edge effects
The simulated impedance is only known for frequencies below . Above that frequency, we assume that . This sudden jump to zero at will have a strong unwanted influence on the obtained stable and unstable part 12. To suppress this influence, is multiplied by a low-pass filter with its stop-band starting at :
In 12, an elliptic filter on the complex plane is used. On the unit disc, this elliptic filter has an infinite number of Fourier coefficients, which increases the aliasing error in the method. Here, we use a FIR filter with a finitely supported spectrum, and defined by its Fourier coefficients of positive index:
The coefficients are computed with a Remes algorithm to obtain a filter with a pass-band ripple of and a stop-band rejection of without zeroes inside the unit circle (Fig. 3). The filter has double transmission zeroes at to guarantee a smooth transition to zero at the edge of the interval. Good results are obtained when using a filter of order . With the known, the Fourier coefficients of are obtained by convolution:
The are then used in to compute the unstable poles. With the elliptic filter used in 12, the sum in the convolution is infinite. With the new filter, this sum becomes finite. We only need Fourier coefficients to to determine exactly. This is the second advantage of the new filter.
Figure 2: Mapping from plane to disc | Figure 3: Filtering function |
2.6. Summary
Unstable poles of are obtained with the following steps:
- Transform to the unit circle (1)
- Compute the local rational interpolation models (5)
- Compute the Fourier coefficients of (4)
- Use convolution to apply the filtering function (6)
- Construct and compute its singular values to determine the number of unstable poles
- Use the PHC algorithm to compute the location of the unstable poles
3. Time-delayed Chua’s circuit
As a first example, we determine the unstable poles of the equilibrium solution of the time-delayed Chua’s circuit shown in Fig. 416. The impedance presented by the circuit was determined on 1500 points between 0 and (Fig. 5). A finer grid of points was placed around the strong resonances in the impedance. The singular values of indicate that there are four unstable poles in the circuit (Fig. 5). Using the PHC algorithm, we estimate the following unstable poles:
The method finds the unstable pole pair around , but it also finds two unstable poles on the real axis. To verify this result, we computed the exact location of the circuit poles using its analytical expression (Appendix 1). The poles obtained with the stability analysis lie very close to the exact poles. The maximum normalised error we obtain is
Figure 4: Time-delayed Chua’s circuit analysed here. The impedance is determined at the location of the red dot.
Figure 5: (left) Impedance presented by the time-delayed Chua’s circuit. (middle) zoom on the impedance on a 10MHz span around 2GHz (right) the first 10 singular values of .
4. MMIC oscillator
As a more realistic example, we estimate the unstable poles of an MMIC oscillator from the example library of ADS Fig. 6. is determined by co-simulation. Lumped models were used for the passives and transistors in the oscillator, while a Momentum simulation was used for the transmission lines. is determined at the source of the oscillating transistor on points between and (Fig. 7). Because is not available close to , we first use a bandpass transformation on the data. For this circuit, has only one significant singular value, which indicates the presence of one unstable pole in the circuit. Its estimated location is at . Here, the exact location of the unstable pole in the equilibrium solution is unknown, so we cannot compute the error. The oscillating solution found with Harmonic Balance has a frequency of , which gives an indication that the estimated unstable pole is correctly estimated.
Figure 6: Lay-out of the MMIC oscillator. The circuit impedance is determined at the location indicated by the arrow.
Figure 7: (left) Impedance of the oscillator and (right) the first five normalised singular values of
5. Conclusion
In this paper, we have introduced an algorithm to estimate the unstable poles of the equilibrium solution of a microwave circuit. This is no easy task, because the impedance of a circuit with distributed elements is not rational. The impedance however only has a finite number of unstable poles: computing its unstable part via a projection step yields a rational function, the unstable poles of which are recovered by the proposed procedure. The algorithm, which computes the singular values of a Hankel matrix based on the Fourier coefficients of the filtered impedance function is shown to yield very accurate pole estimates on two examples.
The presented technique only works to estimate the unstable poles of the equilibrium solution of a circuit. The stable poles remain infinite in number, so we cannot exploit the rationality of the stable part. The same problem is encountered in periodic solutions where both the stable and unstable part have an infinite amount of poles. Extending the pole estimating technique to these cases remains a challenging task.
Appendix 1. Exact poles of the time-delayed Chua’s circuit
We have the following analytical expression for the circuit impedance at the node indicated in red in Fig. 4:
with
To determine the amount of unstable poles, we use the fact that the roots of the denominator quasipolynomial vary continuously with respect to the delay 17. For , the denominator is rational and has its root in the left half-plane. Because the circuit is realistic, its denominator will have all roots in the left half-plane for 11. So, to determine the amount of roots in the complex right half-plane at , we compute the amount of zero pairs that cross the imaginary axis in the interval .
A value for which a zero lies on the imaginary axis is called a critical delay. To compute the critical delays we construct the two variable polynomial by replacing in the denominator quasipolynomial. The solutions of where lies on the imaginary axis and on the unit circle are called critical pairs, and can be found by solving a set of non-linear polynomial equations 17. In this case, has one critical pair. Its first three corresponding critical delays are , and . Two zero pairs have crossed the imaginary axis for our delay of , so the denominator of the circuit has 4 unstable zeroes.
We observed two zeroes of the denominator quasipolynomial
on the real axis, so we determined their location using dichotomy
(fzero
in Matlab). The location of the complex pole pair,
close to , was determined using Matlab’s fsolve
,
with its starting point at .
Acknowledgements
We would like to thank department ELEC of the VUB, who provided the simulation tools for this paper through their strategic research program SRP-19.
Footnotes
-
A. Suarez, Analysis and Design of Autonomous Microwave Circuits. John Wiley and Sons, 2009. ↩ ↩2
-
F. Ramirez, M. Ponton, S. Sancho, and A. Suarez, “Stability analysis of oscillation modes in quadruple-push and rucker’s oscillators,” IEEE Tran. on Microwave Theory and Techniques, vol. 56, no. 11, Nov 2008. ↩
-
N. Ayllon, J. M. Collantes, A. Anakabe, I. Lizarraga, G. Soubercaze-Pun, and S. Forestier, “Systematic approach to the stabilization of multitransistor circuits,” IEEE Tran. on Microwave Theory and Techniques, vol. 59, no. 8, pp. 2073-2082, 2011. ↩
-
M. van Heijningen, A. P. de Hek, F. E. van Vliet, and S. Dellier, “Stability analysis and demonstration of an x-band gan power amplifier mmic,” in 2016 11th European Microwave Integrated Circuits Conference (EuMIC), Oct 2016, pp. 221-224. ↩
-
S. Jeon, A. Suarez, and D. B. Rutledge, “Global stability analysis and stabilization of a class-e/f amplifier with a distributed active transformer,” IEEE Tran. on Microwave Theory and Techniques, vol. 53, no. 12, pp. 3712-3722, Dec 2005. ↩
-
L. Pantoli, A. Suarez, G. Leuzzi, and F. D. Paolo, “Complete and systematic simulation tools for frequency divider design,” IEEE Tran. on Microwave Theory and Techniques, vol. 56, no. 11, Nov 2008. ↩
-
H. Carlin and P. P. Civalleri, Wideband circuit design. CRC Press, 1997. ↩
-
H. Stahl, “Spurious poles in padé approximation,” Journal of Computational and Applied Mathematics, no. 99, 1998. ↩
-
J. Jugo, J. Portilla, A. Anakabe, A. Suarez, and J. Collantes, “Closed-loop stability analysis of microwave amplifiers,” Electronics Letters, vol. 37, no. 4, pp. 226-228, Feb 2001. ↩
-
A circuit is considered realistic when its passives are lossy and when all active devices have a finite gain-bandwidth. ↩
-
L. Baratchart, S. Chevillard, and F. Seyfert. (2014) On transfer functions realizable with active electronic components. hal-01098616. Inria Sophia Antipolis. [Research Report] RR-8659. ↩ ↩2
-
A. Cooman, F. Seyfert, M. Olivi, S. Chevillard, and L. Baratchart, “Modelfree closed-loop stability analysis: A linear functional approach,” IEEE Tran. on Microwave Theory and Techniques, no. 99, 2017. ↩ ↩2 ↩3 ↩4 ↩5 ↩6
-
K. Glover, “All optimal hankel-norm approximations of linear multivariable systems and their H∞ error bounds,” Internat. J. Control, vol. 39, no. 6, pp. 1115-1193, 1984. ↩
-
S. Y. Kung and K. S. Arun, Advances in Statistical Signal Processing. JAJ Press, 1987, ch. 6. Singular value decomposition algorithms for linear system approximation and spectrum estimation. ↩
-
L. Shampine, “Vectorized adaptive quadrature in matlab,” Journal of Computational and Applied Mathematics, no. 211, pp. 131-140, 2008. ↩
-
M. Biey, F. Bonani, M. Gilli, and I. Maio, “Qualitative analysis of the dynamics of the time-delayed chua’s circuit,” IEEE Tran. on Circuits and Systems, vol. 44, no. 6, pp. 486-500, Jun 1997. ↩
-
X.-G. Li, S.-I. Niculescu, and A. Cela, Analytic Curve Frequency Sweeping Stability Tests for Systems with Commensurate Delays. Springer, 2015 ↩ ↩2