Girish Mahajan (Editor)

Harmonic balance

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Harmonic balance is a method used to calculate the steady-state response of nonlinear differential equations , and is mostly applied to nonlinear electrical circuits . It is a frequency domain method for calculating the steady state, as opposed to the various time-domain steady state methods. The name "harmonic balance" is descriptive of the method, which starts with Kirchhoff's Current Law written in the frequency domain and a chosen number of harmonics. A sinusoidal signal applied to a nonlinear component in a system will generate harmonics of the fundamental frequency. Effectively the method assumes the solution can be represented by a linear combination of sinusoids, then balances current and voltage sinusoids to satisfy Kirchhoff's law. The method is commonly used to simulate circuits which include nonlinear elements, and is most applicable to systems with feedback in which limit cycles occur.

Contents

Microwave circuits were the original application for harmonic balance methods in electrical engineering. Microwave circuits were well-suited because, historically, microwave circuits consist of many linear components which can be directly represented in the frequency domain, plus a few nonlinear components. System sizes were typically small. For more general circuits, the method was considered impractical for all but these very small circuits until the mid-1990s, when Krylov subspace methods were applied to the problem. The application of preconditioned Krylov subspace methods allowed much larger systems to be solved, both in size of circuit and in numbers of harmonics. This made practical the present-day use of harmonic balance methods to analyze radio-frequency integrated circuits (RFICs).

Algorithm

The harmonic balance algorithm is a special version of Galerkin's method. It is used for the calculation of periodic solutions of autonomous and non-autonomous differential-algebraic systems of equations. The treatment of non-autonomous systems is slightly simpler than the treatment of autonomous ones. A non-autonomous DAE system has the representation

0 = F ( t , x , x ˙ )

with a sufficiently smooth function F : R × C n × C n C n where n is the number of equations and t , x , x ˙ are placeholders for time, the vector of unknowns and the vector of time-derivatives.

The system is non-autonomous if the function t R F ( t , x , x ˙ ) is not constant for (some) fixed x and x ˙ . Nevertheless, we require that there is a known excitation period T > 0 such that t R F ( t , x , x ˙ ) is T -periodic.

A natural candidate set for the T -periodic solutions of the system equations is the Sobolev space H p e r 1 ( ( 0 , T ) , C n ) of weakly differentiable functions on the interval [ 0 , T ] with periodic boundary conditions x ( 0 ) = x ( T ) . We assume that the smoothness and the structure of F ensures that F ( t , x ( t ) , x ˙ ( t ) ) is square-integrable for all x H p e r 1 ( ( 0 , T ) , C n ) .

The system B := { ψ k k Z } of harmonic functions ψ k := exp ( i k 2 π t T ) is a Schauder basis of H p e r 1 ( ( 0 , T ) , C n ) and forms a Hilbert basis of the Hilbert space H := L 2 ( [ 0 , T ] , C ) of square-integrable functions. Therefore, each solution candidate x H p e r 1 ( ( 0 , T ) , C n ) can be represented by a Fourier-series x ( t ) = k = x ^ k exp ( i k 2 π t T ) with Fourier-coefficients x ^ k := 1 T 0 T ψ k ( t ) x ( t ) d t and the system equation is satisfied in the weak sense if for every base function ψ B the variational equation

0 = ψ , F ( t , x , x ˙ ) H := 1 T 0 T ψ ( t ) F ( t , x , x ˙ ) d t

is fulfilled. This variational equation represents an infinite sequence of scalar equations since it has to be tested for the infinite number of base functions ψ in B .

The Galerkin approach to the harmonic balance is to project the candidat set as well as the test space for the variational equation to the finitely dimensional sub-space spanned by the finite base B N := { ψ k k N  with  N k N } .

This gives the finite-dimensional solution ansatz x ( t ) = k = N N x ^ k ψ k ( t ) = k = N N x ^ k exp ( i k 2 π t T ) and the finite set of equations

0 = ψ k , F ( t , x , x ˙ )  with  k = N , , N

which can be solved numerically.

In the special context of electronics the algorithm starts with Kirchhoff's current law written in the frequency-domain. To increase the efficiency of the procedure, the circuit may be partitioned into its linear and nonlinear parts, since the linear part is readily described and calculated using nodal analysis directly in the frequency domain.

First, an initial guess is made for the solution, then an iterative process continues:

  1. Voltages V are used to calculate the currents of the linear part, I linear in the frequency domain.
  2. Voltages V are then used to calculate the currents in the nonlinear part, I nonlinear . Since nonlinear devices are described in the time domain, the frequency-domain voltages V are transformed into the time domain, typically using inverse Fast Fourier transforms. The nonlinear devices are then evaluated using the time-domain voltage waveforms to produce their time-domain currents. The currents are then transformed back into the frequency domain.
  3. According to Kirchhoff's circuit laws, the sum of the currents must be zero, ϵ = I linear + I nonlinear = 0 . An iterative process, usually Newton iteration, is used to update the network voltages V such that the current residual ϵ is reduced. This step requires formulation of the Jacobian d ϵ d V .

Convergence is reached when ϵ is acceptably small, at which point all voltages and currents of the steady-state solution are known, most often represented as Fourier coefficients.

Tools

A harmonic-balance tool, named Agile, for microwave circuits is available for download. A parallelized version was also developed, but this version is not available.

References

Harmonic balance Wikipedia