Steady state (electronics)

In electronics, steady state is an equilibrium condition of a circuit or network that occurs as the effects of transients are no longer important. Steady state is reached (attained) after transient (initial, oscillating or turbulent) state has subsided. During steady state, a system is in relative stability.

Steady state determination is an important topic, because many design specifications of electronic systems are given in terms of the steady-state characteristics. Periodic steady-state solution is also a prerequisite for small signal dynamic modeling. Steady-state analysis is therefore an indispensable component of the design process.

Calculation methods

Steady state calculation methods can be sorted into time-domain algorithms (time domain sensitivities, shooting) and frequency-domain algorithms (harmonic balance) methods, are the best choice for most microwave circuits excited with sinusoidal signals (e.g. mixers, power amplifiers).

Time domain methods

Time domain methods can be further divided into one step methods (time domain sensitivities) and iterative methods (shooting methods). One step methods require derivatives to compute the steady state; whenever those are not readily available at hand, iterative methods come into focus.

gollark: Unfortunately it has a weird bug with emphasis/bold and punctuation in some places, so I had to look at this.
gollark: I'm using an existing Markdown parsing library and using its vaguely tokenized output to produce virtual DOM.
gollark: This is an actual regex used to parse Markdown by one project:```^(?:(\*(?=[`\]!"#$%&'()+\-./:;<=>?@\[^_{|}~]))|\*)(?![\*\s])((?:(?:(?!\[.*?\]|`.*?`|<.*?>)(?:[^\*]|[\\s]\*)|\[.*?\]|`.*?`|<.*?>)|(?:(?:(?!\[.*?\]|`.*?`|<.*?>)(?:[^\*]|[\\s]\*)|\[.*?\]|`.*?`|<.*?>)*?(?<!\)\*){2})*?)(?:(?<![`\s\]!"#$%&'()+\-./:;<=>?@\[^_{|}~])\*(?!\*)|(?<=[`\]!"#$%&'()+\-./:;<=>?@\[^_{|}~])\*(?!\*)(?:(?=[`\s\]!"#$%&'()+\-./:;<=>?@\[^_{|}~]|$)))|^_([^\s_])_(?!_)|^_([^\s_<][\s\S]*?[^\s_])_(?!_|[^\s,!"#$%&'()+\-./:;<=>?@\[^_{|}~])|^_([^\s_<][\s\S]*?[^\s])_(?!_|[^\s,!"#$%&'()+\-./:;<=>?@\[^_{|}~])```(it's generated from a slightly less insane one with`punctuation` in place of the big mess of punctuation characters, to be fair)
gollark: How about, you have a swarm of bees carry flash memory chips between your computers?
gollark: OR DOES IT?

See also

Further reading

  • Jan Ogrodsky - Circuit Simulation and Algorithms. CRC Press
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.