Harmonic balance

From Self-sufficiency
Jump to: navigation, search

Harmonic balance is a method used to calculate the steady-state response of non-linear differential equations, and is mostly applied to electrical circuits [1] .[2] 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 Kirchoff's Current Law written in the frequency domain and a chosen number of harmonics. Effectively the method assumes the solution can be represented by a linear combination of sinusoids, then balances current and voltage sinusoids to satisfy Kirchoff's law. The method is commonly used to simulate circuits which include nonlinear elements.[3]

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.[4][5] 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 algorithm starts with Kirchoff'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 <math>V</math> are used to calculate the currents of the linear part, <math>I_\mbox{linear}</math> in the frequency domain.
  2. Voltages <math>V</math> are then used to calculate the currents in the nonlinear part, <math>I_\mbox{nonlinear}</math>. Since nonlinear devices are described in the time domain, the frequency-domain voltages <math>V</math> 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, <math>\epsilon = I_\mbox{linear} + I_\mbox{nonlinear} = 0</math>. An iterative process, usually Newton iteration, is used to update the network voltages <math>V</math> such that the current residual <math>\epsilon</math> is reduced. This step requires formulation of the Jacobian <math>\tfrac{d\epsilon}{dV}</math>.

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

References

  1. Lua error in package.lua at line 80: module 'Module:Citation/CS1/Suggestions' not found.
  2. Lua error in package.lua at line 80: module 'Module:Citation/CS1/Suggestions' not found.
  3. Maas, Stephen A. (2003). Nonlinear microwave and RF circuits. Artech House. ISBN 1-58053-484-8. 
  4. Feldmann, P.; Melville, B.; Long, D. (1996). "Efficient frequency domain analysis of large nonlinear analog circuits". Proceedings of the Custom Integrated Circuits Conference: 461–464. doi:10.1109/CICC.1996.510597. ISBN 0-7803-3117-6. 
  5. Brachtendorf, H.G.; Welsch, G.; Laur, R. (1995). "Fast simulation of the steady-state of circuits by the harmonic balance technique". Proceedings, International Symposium on Circuits and Systems. 2: 1388. doi:10.1109/ISCAS.1995.520406. ISBN 0-7803-2570-2.