You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

513 lines
38 KiB

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html lang="en">
<head>
<link rel="canonical" href="amp-basics.htm" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" charset="UTF-8" src="https://cdn.cookie-script.com/s/c4306502fb5f29fb4e9801f5080fb662.js"></script>
<meta name="Author" content="Rod Elliott - Elliott Sound Products">
<meta name="description" content="How Amplifiers Work. Learn the basics of how audio amplifiers work. Valve (tube), transistor and MOSFET designs are discussed in detail">
<!-- How Amplifiers Work. Learn the basics of how audio amplifiers work. Valve (tube), transistor and MOSFET designs are discussed in detail -->
<meta name="keywords" content="basic, beginner, audio, amp, power, stereo, fi-fi, valve, tube, transistor, mosfet">
<title>ESP Amplifier Basics - How Audio Amps Work</title>
<link rel="StyleSheet" href="esp.css" type="text/css" media="screen, print">
<style TYPE="text/css"><!-- td { font-size: 11pt } th { font-size: 11pt } --> </style>
<link rel="shortcut icon" type="image/ico" href="favicon.ico">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-1947877433449191",
enable_page_level_ads: true
});
</script>
<style>
#pgbtn {
display: none; position: fixed; bottom: 20px; right: 30px; z-index: 99; font-size: 12px;
border: none; outline: none; background-color: blue; color: white; cursor: pointer;
padding: 15px; border-radius: 4px; }
#pgbtn:hover { background-color: #555; }
</style>
<SCRIPT language="JavaScript">
<!--
(function() {
var nobnr = function() {
var el = document.getElementsByClassName( "adsbygoogle" );
var div = false;
for( var i = 0; i < el.length; i ++ ) {
if( el[i].innerHTML ) continue;
if( !div ) {
div = document.createElement( "div" );
div.innerHTML = '<div style="text-align: left; display: inline-block; font-size: 11px; color: #888888; font-style: italic;">Hello!<br>I am a small banner and I just try to earn for my creator.<br>But unfortunately, there is evil adblock script and he ate me :(</div>';
div.style.textAlign = "center";
div.style.border = "solid 1px #e1e1e1";
div.style.display = "inline-block";
div.style.padding = "30px 10px"
}
else div = div.cloneNode( true );
div.style.width = el[i].style.width;
el[i].parentNode.insertBefore( div, el[i] );
}
}
if( window.addEventListener ) window.addEventListener( "load", nobnr, false );
else if( window.attachEvent ) window.attachEvent( "onload", nobnr );
})();
-->
</SCRIPT>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">
<table style="width:100%"><tr><td><img src="esp.jpg" alt="ESP Logo" height="81" width="215">
<td align="right">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 468x60, created 20/08/10 -->
<ins class="adsbygoogle"
style="display:inline-block;width:468px;height:60px"
data-ad-client="ca-pub-1947877433449191"
data-ad-slot="7119701939"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</table>
<table style="width:100%" class="tblblue"><tr><td class="hdrl">&nbsp;Elliott Sound Products</td>
<td align="right" class="hdrr">Amplifier Basics - How Amps Work (Intro)&nbsp;</td></tr></table>
<h1>Amplifier Basics - How Amps Work (Intro)</h1>
<div align="center" class="t_11">&copy; 1999 - Rod Elliott (ESP)
<br />Page Last Updated 06 Apr 2005</div>
<!-- AddThis Button BEGIN -->
<div class="addthis_inline_share_toolbox"></div>
<!-- AddThis Button END -->
<hr />
<table>
<tr><td width="300"><span class="imgswap"><a href="index.html" style="display:block;"><img src="a1.gif" alt="Home"/><b class="bb">Main Index</b></a></span>
<span class="imgswap"><a href="articles.htm" style="display:block;"><img src="a1.gif" alt="articles"/><b class="bb">Articles Index</b></a></span>
</table>
<button onclick="topFunction()" id="pgbtn" title="Go to top">Top</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 30 || document.documentElement.scrollTop > 30)
{ document.getElementById("pgbtn").style.display = "block"; }
else { document.getElementById("pgbtn").style.display = "none"; }}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0; }
</script>
<hr /><a id="introduction"></a><b>Introduction</b>
<p>The term 'amplifier' is somewhat 'all-encompassing', and is often thought (by many users in particular) to mean a power amplifier for driving loudspeakers.&nbsp; This is not the case (well, it <i>is</i>, but it is not the <i>only</i> case), and this article will attempt to explain some of the basics of amplification - what it means and how it is achieved.&nbsp; This article is not intended for the designer (although designers are more than welcome to read it if they wish), and is not meant to cover all possibilities.&nbsp; It is a primer, and gives fairly basic explanations (although some will no doubt dispute this) of each of the major points.</p>
<p>I will explain the basic amplifying elements, namely valves (vacuum tubes), bipolar transistors and FETs, all of which work towards the same end, but do it differently.&nbsp; This article is based on the principles of audio amplification - radio frequency (RF) amplifiers are designed differently because of the special requirements when working with high frequencies.</p>
<p>Not to be left out, the opamp is also featured, because although it is not a single 'component' in the strict sense, it is now accepted as a building block in its own right.</p>
<p>This article is not intended for the complete novice (although they, too, are more than welcome), but for the intermediate electronics or audio enthusiast, who will have the most to gain from the explanations given.</p>
<hr /><a id="contents"></a>
<b>Contents</b>
<ul>
<li>Introduction
<li><a href="amp-basics.htm#terminology">Basic Terminology</a>
<ul>
<li><a href="amp-basics.htm#Z">Impedance</a></li>
<li><a href="amp-basics.htm#Units">Units</a><br /><br />
</ul>
<li><a href="amp-basics.htm#amp-basics">Amplification Basics</a>
<ul>
<li><a href="amp-basics.htm#Zin">Input Impedance</a>
<li><a href="amp-basics.htm#Zout">Output Impedance</a>
<li><a href="amp-basics.htm#Feedback">Feedback</a>
<li><a href="amp-basics.htm#Signal">Signal Inversion</a>
<li><a href="amp-basics.htm#designphase">Design Phase</a><br /><br />
</ul>
<li><a href="amp-basics.htm#amp-types">Types Of Amplifier Devices</a>
<li><a href="amp-basics.htm#limiting">Common Limiting Ratings</a>
<li><a href="amp-basics.htm#essential">Essential Electronics Formulae</a><br /><br />
<li><a href="amp-basics1.htm"><b>Part 1 - Valves (Vacuum Tubes)</b></a>
<ul>
<li>1.1 &nbsp; Valve Characteristics
<li>1.2 &nbsp; Valve Current Amplifier
<li>1.3 &nbsp; Valve Power Amplifiers
<li>Summary<br /><br />
</ul>
<li><a href="amp-basics2.htm"><b>Part 2 - Bipolar Transistors</b></a>
<ul>
<li>2.1 &nbsp; Transistor Characteristics
<li>2.2 &nbsp; Transistor Current Amplifier
<li>2.3 &nbsp; Transistor Common Base Amplifier
<li>2.4 &nbsp; Transistor Combined Voltage + Current Amplifier
<li>2.5 &nbsp; Transistor Power Amplifiers
<li>Summary<br /><br />
</ul>
<li><a href="amp-basics3.htm"><b>Part 3 - Field Effect Transistors and MOSFETs</b></a>
<ul>
<li>3.1 &nbsp; FET Characteristics
<ul>
<li>3.1.1 &nbsp; Junction FETs
<li>3.1.2 &nbsp; MOSFETs
</ul>
<li>3.2 &nbsp; FET Current Amplifier
<li>3.3 &nbsp; FET Power Amplifiers
<li>Summary<br /><br />
</ul>
<li><a href="amp-basics4.htm"><b>Part 4 - Operational Amplifiers (Opamps)</b></a>
<ul>
<li>4.1 &nbsp; Power Opamps<br /><br />
</ul>
<li><a href="amp-basics5.htm"><b>Part 5 - Some Basic Linear Circuit Building Blocks</b></a>
<ul>
<li>5.1 &nbsp; Current Sources and Sinks
<li>5.2 &nbsp; Current Mirror
<li>5.3 &nbsp; Long Tailed Pair
<li>5.4 &nbsp; Grounded Grid (Gate or Base) Circuits
<li>5.5 &nbsp; Cascode Circuits<br /><br />
</ul>
<li><a href="amp-basics6.htm"><b>Part 6 - Conclusions</b></a>
<li><a href="amp-basics6.htm#references">References</a>
<li><a href="amp-basics6.htm#copyright">Copyright &amp; Update Info</a><br /><br />
</ul>
<hr /><a id="terminology"></a><b>Basic Terminology</b>
<p>Before we continue, I must explain some of the terms that are used.&nbsp; Without knowledge of these, you will be unable to follow the discussion that follows.</p>
<table style="width:700px" align="center" border="1">
<colgroup span="4" width="25%">
<tr class="tbldark"><td colspan=4 align="center"><b>Electrical Units</b>
<tr class="tbldark"><td><b>Name</b></td><td><b>Measurement of</b></td><td><b><acronym title="Also Known As">aka</acronym></b></td><td><b>Symbol</b></td></tr>
<tr><td>Volt</td><td>electrical 'pressure'</td><td>voltage</td><td>V, U, E (EMF)</td></tr>
<tr><td>Ampere</td><td>the flow of electrons</td><td>current</td><td>A, I</td></tr>
<tr><td>Watt</td><td>power</td><td></td><td>W, P</td></tr>
<tr><td>Ohm</td><td>resistance to current flow</td><td></td><td>&Omega;, R</td></tr>
<tr><td>Ohm</td><td>impedance, reactance</td><td></td><td>&Omega;, Z, X</td></tr>
<tr><td>Farad</td><td>capacitance</td><td></td><td>F, C</td></tr>
<tr><td>Henry</td><td>inductance</td><td></td><td>H, L</td></tr>
<tr><td>Hertz</td><td>frequency</td><td></td><td>Hz</td></tr>
</table>
<p>Note: 'aka' means 'Also Known As'.&nbsp; Although the Greek letter omega (&Omega;) is the symbol for Ohms, I often use the word Ohm or the letter 'R' to denote Ohms.&nbsp; Any resistance of greater than 1,000 Ohms will be shown as (for example) 1k5, meaning 1,500 Ohms, or 1M for 1,000,000 Ohms.&nbsp; The second symbol shown in the table is that commonly used in a formula.</p>
<p>When it comes to Volts and Amperes (Amps), we have alternating current and direct current (AC and DC respectively).&nbsp; The power from a wall outlet is AC, as is the output from a CD or tape machine.&nbsp; The mains from the wall outlet is at a high voltage and is capable of high current, and is used to power the amplifying circuits.&nbsp; The signal from your audio source is at a low voltage and can supply only a small current, and must be amplified so that it can drive a loudspeaker.</p>
<p><a id="Z"></a><b>Impedance</b>
<br />A derived unit of resistance, capacitance and inductance in combination is called impedance, although it is not a requirement that all three be included.&nbsp; Impedance is also measured in Ohms, but is a complex figure, and often fails completely to give you any useful information.&nbsp; The impedance of a speaker is a case in point.&nbsp; Although the brochure may state that a speaker has an impedance of 8&Omega;, in reality it will vary depending on frequency, the type of enclosure, and even nearby walls or furnishings.</p>
<p><a id="Units"></a><b>Units</b>
<br />In all areas of electronics, there are smaller and larger amounts of many things that would be very inconvenient to have to write in full.&nbsp; For example, a capacitor might have a value of 0.000001F or a resistor a value of 150,000&Omega;.&nbsp; Because of this, there are conventional units that are applied to make our lives easier (well, once we are used to using them, anyway).&nbsp; It is much easier to say 1uF or 150k (the same as above, but using standard units).&nbsp; These units are described below.</p>
<table style="width:700px" align="center" border="1">
<colgroup span="3" width="33%">
<tr class="tbldark"><td align="center" colspan=3><b>Conventional Metric Units</b>
<tr class="tbldark"><td><b>Symbol</b></td><td><b>Name</b></td><td><b>Multiplication</b></td></tr>
<tr><td>p</td><td>pico</td><td>1 x 10<sup><font size=-2>-12</font></sup></td></tr>
<tr><td>n</td><td>nano</td><td>1 x 10<sup><font size=-2>-9</font></sup></td></tr>
<tr><td>&mu;</td><td>micro</td><td>1 x 10<sup><font size=-2>-6</font></sup></td></tr>
<tr><td>m</td><td>milli</td><td>1 x 10<sup><font size=-2>-3</font></sup></td></tr>
<tr><td>k</td><td>kilo</td><td>1 x 10<sup><font size=-2>3</font></sup></td></tr>
<tr><td>M</td><td>Mega</td><td>1 x 10<sup><font size=-2>6</font></sup></td></tr>
<tr><td>G</td><td>Giga</td><td>1 x 10<sup><font size=-2>9</font></sup></td></tr>
<tr><td>T</td><td>Tera</td><td>1 x 10<sup><font size=-2>12</font></sup></td></tr>
</table>
<p>Although commonly written as the letter 'u', the symbol for micro is actually the Greek letter mu (&mu;) as shown.&nbsp; In audio, Giga and Tera are not commonly found (not at all so far - except for specifying the input impedance of some opamps!).&nbsp; There are also others (such as femto - 1x10<sup>-15</sup>) that are extremely rare and were not included.&nbsp; Of the standard electrical units, only the Farad is so large that the defacto standard is the microfarad (&micro;F).&nbsp; Most of the others are reasonably sensible in their basic form.
<p class="t_11b">It is important to understand that the symbol for microfarad is &micro;F (or uF), <i>not</i> mF - that's a millifarad, and is 1,000 &micro;F.</p>
<hr /><a id="amp-basics"></a><b>Amplification Basics</b>
<p>The term 'amplify' basically means to make stronger.&nbsp; The strength of a signal (in terms of voltage) is referred to as amplitude, but there is no equivalent for current (curritude?, nah, sounds silly).&nbsp; This in itself is confusing, because although 'amplitude' refers to voltage, it contains the word 'amp', as in ampere.&nbsp; Maybe we should introduce 'voltitude' - No?&nbsp; Just live with it.</p>
<p>To understand how any amplifier works, you need to understand the two major types of amplification, and a third 'derived' type:</p>
<ul>
<li>Voltage Amplifier - an amp that boosts the voltage of an input signal</li>
<li>Current Amplifier - an amp that boosts the current of a signal</li>
<li>Power Amplifier - the combination of the above two amplifiers</li>
</ul>
<p>In the case of a voltage amplifier, a small input voltage will be increased, so that for example a 10mV (0.01V) input signal might be amplified so that the output is 1 Volt.&nbsp; This represents a 'gain' of 100 - the output voltage is 100 times as great as the input voltage.&nbsp; This is called the voltage gain of the amplifier.</p>
<p>In the case of a current amplifier, an input current of 10mA (0.01A) might be amplified to give an output of 1A.&nbsp; Again, this is a gain of 100, and is the current gain of the amplifier.</p>
<p>If we now combine the two amplifiers, then calculate the input power and the output power, we will measure the power gain:</p>
<table style="width:700px">
<tr><td width="5%"><br /></td><td width="20%" class="t_12">P = V &times; I</td><td>(where I = current, note that the symbol changes in a formula)</td></tr></table>
<p>The input and output power can now be calculated:</p>
<table style="width:700px">
<tr><td width="5%"></td><td width="20%" class="t_12">P<sub>in</sub> = 0.01 &times; 0.01</td><td>(0.01V and 0.01A, or 10mV and 10mA)</td></tr>
<tr><td></td><td class="t_12">P<sub>in</sub> = 100&micro;W</td><td></td></tr>
<tr><td></td><td class="t_12">P<sub>out</sub> = 1 &times; 1</td><td>(1V and 1A)</td></tr>
<tr><td></td><td class="t_12">P<sub>out</sub> = 1W</td><td><br /></td></tr>
</table>
<p>The power gain is therefore 10,000, which is the voltage gain multiplied by the current gain.&nbsp; Somewhat surprisingly perhaps, we are not interested in power gain with audio amplifiers.&nbsp; There are good reasons for this, as shall be explained in the remainder of this page.&nbsp; Having said this, in reality all amplifiers are power amplifiers, since a voltage cannot exist without power unless the impedance is infinite or zero.&nbsp; This is never achieved, so some power is always present.&nbsp; It is convenient to classify amplifiers as above, and no harm is done by the small error of terminology.</p>
<p>Note that a voltage or current gain of 100 is 40dB, and a power gain of 10,000 is also 40dB.</p>
<p><a id="Zin"></a><b class="under">Input Impedance</b>
<br />Amplifiers will be quoted as having a specific input impedance.&nbsp; This only tells us the load it will place on preceding equipment, such as a preamplifier.&nbsp; It is neither practical nor useful to match the impedance of a preamp to a power amp, or a power amp to a speaker.&nbsp; This will be discussed in more detail later in this article.</p>
<p>The load is that resistance or impedance placed on the output of an amplifier.&nbsp; In the case of a power amplifier, the load is most commonly a loudspeaker.&nbsp; Any load will require that the source (the preceding amplifier) is capable of providing it with sufficient voltage and current to be able to perform its task.&nbsp; In the case of a speaker, the power amplifier must be capable of providing a voltage and current sufficient to cause the speaker cone(s) to move the distance required.&nbsp; This movement is converted to sound by the speaker.</p>
<p>Even though an amplifier might be able to make the voltage great enough to drive a speaker cone, it will be unable to do so if it cannot provide enough current.&nbsp; This has nothing to do with its output impedance.&nbsp; An amplifier can have a very low output impedance, but only be capable of a small current (an operational amplifier, or opamp is a case in point).&nbsp; This is very important, and needs to be fully understood before you will be able to fully appreciate the complexity of the amplification process.</p>
<p><a id="Zout"></a><b class="under">Output Impedance</b>
<br />The output impedance (Z<sub>out</sub>) of an amplifier is a measure of the impedance or resistance 'looking' back into the amplifier.&nbsp; It has nothing to do with the actual loading that may be placed at the output.</p>
<p>For example, an amplifier has an output impedance of 10&Omega;.&nbsp; This is verified by placing a load of 10&Omega; across the output, and the voltage can be seen to decrease to &frac12; that with no load.&nbsp; However, unless this amplifier is capable of substantial output current, we might have to make this measurement at a very low output voltage, or the amplifier will be unable to drive the load.&nbsp; If the output clips (distorts) the measurement is invalid.</p>
<p>Another amplifier might have an output impedance of 100&Omega;, but be capable of driving 10A into the load.&nbsp; Output impedance and current are completely separate, and must not be seen to be in any way equivalent.&nbsp; Both of these possibilities will be demonstrated later in this series.</p>
<p>It is very rare that you will ever be able to perform a direct measurement of output impedance.&nbsp; An opamp configured for a gain of 10 (20dB) will usually have such a low Z<sub>out</sub> that it's almost impossible to measure it directly, other than by using an input level of a few microvolts.&nbsp; Most power amps will be stressed badly by attempting to drive close to a short circuit, and will show their displeasure by blowing up or triggering their protection circuits (if fitted).</p>
<p>The output impedance is also independent of the power supply impedance.&nbsp; This causes the maximum undistorted power to fall with lower impedance loads, so an amp may be able to deliver 50W into 8&Omega; but only 80W into 4&Omega; (continuous power - peak power can be higher for short transients).&nbsp; Failure to understand that all of these factors are independent from each other will lead to false conclusions.&nbsp; It's easy to fall into the traps, and some manufacturers make this worse by claiming that their 'XyZ-5000' 50W amplifier can deliver 100 amps to the load, but fail to tell buyers that no sensible (or even non-sensible) load can <i>ever</i> draw that much current.</p>
<p>The output impedance is (roughly) equal to the open-loop (zero feedback) output impedance, divided by the feedback ratio.&nbsp; An amplifier may have an open-loop Z<sub>out</sub> of 5&Omega;, with 46dB of feedback (a factor of 200).&nbsp; Closed-loop Z<sub>out</sub> is then 5&nbsp;/&nbsp;200, or 25m&Omega;.&nbsp; However, the feedback ratio is almost always frequency dependent, so unless the frequency is specified, the Z<sub>out</sub> figure may not be meaningful.</p>
<p><a id="Feedback"></a><b class="under">Feedback</b>
<br />Feedback is a term that creates more and bloodier battles between audio enthusiasts than almost any other.&nbsp; Without it, we would not have the levels of performance we enjoy today, and many amplifier types would be unlistenable without it.</p>
<p>Feedback in its broadest sense means that a certain amount of the output signal is 'fed back' into the input.&nbsp; An amplifier - or an element of an amplifying device - is presented with the input signal, and compares it to a 'small scale replica' of the output signal.&nbsp; If there is any difference, the amp corrects this, and ideally ensures that the output is an exact replica of the input, but with a greater amplitude.&nbsp; Feedback may be as a voltage or current, and has a similar effect in either case.</p>
<p>In many designs, one part of the complete amplifier circuit (usually the input stage) acts as an error amplifier, and supplies exactly the right amount of signal (with correction as needed) to the rest of the amp to ensure that there is no difference between the input and output signals, other than amplitude.&nbsp; This is (of course) an ideal state, and is never achieved in practice.&nbsp; There will always be some difference, however slight.&nbsp; Note that any amplifier that suffers from crossover (aka notch) distortion <i>cannot</i> be made linear with feedback, because at zero output (where this distortion occurs) there is also (almost) zero gain.&nbsp; You can't have feedback unless there is some 'excess' gain<b>!</b></p>
<p><a id="Signal"></a><b class="under">Signal Inversion</b>
<br />When used as voltage amplifiers, all the standard active devices invert the signal.&nbsp; This means that if a positive-going signal goes in, it emerges as a larger - but now negative-going - signal.&nbsp; This does not actually matter for the most part, but it is convenient (and conventional) to try to make amplifiers non-inverting.&nbsp; To achieve this, two stages must be used (or a transformer) to make the phase of the amplified signal the same as the input signal.</p>
<p>The exact mechanism as to how and why this happens will be explained as we go along.</p>
<p><a id="designphase"></a><b class="under">Design Phase</b>
<br />The design phase of an amplifier is not remarkably different, regardless of the type of components used in the design itself.&nbsp; There is a sequence that will be used most of the time to finalise the design, and this will (or should) follow a pattern.</p>
<ul>
<li><b>Power Output vs. Impedance</b>
<br />The power output is determined by the load impedance and the available voltage and current of the amplifier.&nbsp; An amplifier that is capable of a maximum of
1.414A output current will be unable to provide more just because you want it to.&nbsp; Such an amp will be limited to 16W 'RMS' into 8&Omega;, regardless of the supply
voltage.&nbsp; Likewise, an amp with a supply voltage of &plusmn;16V (11.32V RMS) will be unable to provide more than 16W RMS into 8&Omega;, regardless of the available
current.&nbsp; Having more current available will allow the amp to provide (for example) 32W into 4&Omega; (4A peak current) or 64W into 2&Omega; (8A peak current), but
will give no more power into 8&Omega; than the supply voltage and load impedance will allow.<br /><br /></li>
<li><b>Driver Current</b>
<br />Especially in the case of bipolar transistors, the driver stage must be able to supply enough current to the output transistors - with MOSFETs, the driver
must be able to charge and discharge the gate-source capacitance quickly enough to allow you to get the needed power at the highest frequencies of interest.&nbsp; With
valves, the driver needs to be able to supply enough current to supply the bias resistors only, since the valve grid draws little or no current (except for the
special case of Class-AB2).
<br /><br />For the sake of simplicity, if bipolar output transistors have a gain of 20 at the maximum current into the load, the drivers must be able to supply
enough base current to allow this.&nbsp; If the maximum collector current is 4A, then the drivers must be able to supply 200mA of base current to the output devices.
<br /><br /></li>
<li><b>Prior Stages</b>
<br />The stages that come before the drivers must also be able to supply sufficient current for the load imposed.&nbsp; The Class-A driver of a bipolar or MOSFET amp
must be able to supply enough current to satisfy the base current needs of bipolar drivers, or the gate capacitance of MOSFETs.<br /><br />
Again, using the bipolar example from above, the maximum base current for the output transistors was 200mA.&nbsp; If the drivers have a minimum specified gain of 50, then
their base current will be ...
<blockquote>
200 / 50 = 4mA.
</blockquote>
Since the Class-A driver must operate in Class-A (what a surprise), it will need to operate with a current of 1.5 to 5 times the expected maximum driver
current, to ensure that it never turns off.&nbsp; The same applies with a MOSFET amp that will expect (for example) a maximum gate capacitance charge (or discharge)
current of 4mA at the highest amplitudes and frequencies.<br /><br />
This is not normally an issue with valve amps, as the early stages of the amp are not loaded with any significant impedance.&nbsp; No further determinations are needed
(other than the normal loading effects of valve stages in general), although the undistorted <i>voltage</i> swing may become a limiting factor.<br /><br /></li>
<li><b>Input Stages</b>
<br />The input stages of all transistor amps must be able to supply the base current of the Class-A driver.&nbsp; This time, a margin of between 2 and 5 times the
expected maximum base current is needed.&nbsp; If the Class-A driver needs to supply a quiescent current of (say) 8mA, the maximum current will be 12mA (quiescent +
driver base current).&nbsp; Assuming a gain of 50 (again), this means that the input stage has to be able to supply 12 / 50 = 240&micro;A, so it must operate at a minimum
current of 240&micro;A &times; 2 = 480&micro;A to preserve linearity. <br /><br /></li>
<li><b>Input Current</b>
<br />The input current of the first stage determines the input impedance of the amplifier.&nbsp; Using the above figures, with a collector current of 480uA, the base
current will be 4.8&micro;A for input devices with a gain of 100.&nbsp; If maximum power is developed with an input voltage of 1V, then the impedance is 208k (R = V/I).
<br /><br />Since the stage must be biased, we apply the same rules as before - a margin of between 2 and 5, so the maximum value of the bias resistors should
be 208 / 2 = 104k.&nbsp; A lower value is preferred, and I suggest that a factor of 5 is more appropriate, giving 208 / 5 = 42k (47k can be used without a problem).</li>
</ul>
<p>These are only guidelines (of course), and there are many cases where currents are greater (or smaller) than suggested.&nbsp; The end result is in the performance of the amp, and the textbook approach is not always going to give the expected result.&nbsp; Note that there are some essential simplifications in the above - it is an overview, and is only intended to give you the basic idea.</p>
<hr /><a id="amp-types"></a><b>Types Of Amplifier Devices</b>
<p>For the purposes of this article, there are three different types of amplifying devices, and each will be discussed in turn.&nbsp; Each has its strengths and weaknesses, but all have one common failing - they are not perfect.</p>
<p>A perfect amplifier or other device (known generally as 'ideal') will perform its task within certain set limits, without adding or subtracting anything from the original signal.&nbsp; No ideal amplifying device exists, and as a result, no ideal amplifier exists, since all must be built with real-life (non-ideal) devices.</p>
<p>The amplifying devices currently available are:</p>
<ul>
<li>Vacuum Tube (Valve)</li>
<li>Bipolar Junction Transistor (BJT)</li>
<li>Field Effect Transistor (FET)</li>
</ul>
<p>There are also some derivatives of the above, such as Insulated Gate Bipolar Transistors (IGBT), and Metal Oxide Semiconductor Field Effect Transistors (MOSFET).&nbsp; Of these, the MOSFET is a popular choice among many designers due to some desirable characteristics, and these will be covered in their own section.</p>
<p>All of these devices are reliant on other non-amplifying ('support') components, commonly known as passive components.&nbsp; The passive devices are resistors, capacitors and inductors, and without these, we would be unable to build amplifiers at all.</p>
<p>All the devices we use for amplification have a variable current output, and it is only the way that they are used that allows us to create a voltage amplifier.&nbsp; Valves and FETs are voltage controlled devices, meaning that the output current is determined by a voltage, and no current is drawn from the signal source (in theory).&nbsp; Bipolar transistors are current controlled, so the output current is determined by the input current.&nbsp; This means that no voltage is required from the signal source, only current.&nbsp; Again, this is in theory, and it is not realisable in practice.</p>
<p>Only by using the support components can we convert the current output of any of these amplifying devices into a voltage.&nbsp; The most commonly used for this purpose is a resistor.</p>
<hr /><a id="limiting"></a><b>Common Limiting Ratings</b>
<p>All active devices have certain parameters in common (although they will have different naming conventions depending on the device).&nbsp; Essentially these are ...</p>
<ul>
<li><b>Maximum Voltage</b> - The maximum voltage that may be applied between the main terminals of the device.&nbsp; This varies from perhaps as low as 25V (sometimes
even less) for small signal transistors and FETs, and up to 1,200V or more for some valves and high voltage transistors.&nbsp; MOSFET voltages are typically up to about
600 to 800V for switching devices for use in power supplies.<br />
<li><b>Maximum Current</b> - The maximum current that the device may pass safely.&nbsp; Ranges from a few mA up to many amps.&nbsp; This will <u>never</u> be while the device
also has the maximum voltage across it, as this would result in power dissipation far in excess of ...<br />
<li><b>Maximum Power Dissipation</b> - The maximum power that the device may dissipate (in mW or W), under any condition of voltage and current.&nbsp; (Called plate
dissipation for valves).<br />
<li><b>Heater Voltage/Current</b> - (Valves).&nbsp; The operating voltage and / or current for the filament (directly heated cathodes) or heater (for indirectly
heated cathodes).&nbsp; This should always be within 10% of the quoted value, or cathode life will be severely shortened.<br />
<li><b>Maximum Junction Temperature</b> - (Semiconductors)&nbsp; The maximum temperature that the semiconductor die will tolerate without failing.&nbsp; At this
temperature, most semiconductors will be unable to perform any work, as this would raise the temperature above the maximum permissible.<br />
<li><b>Temperature Derating</b> - (Semiconductors).&nbsp; Above a specified temperature, the allowable power rating of semiconductor devices must be reduced to
remain below the maximum allowable junction temperature.&nbsp; The power is normally derated above 25&deg; C.<br />
<li><b>Thermal Resistance</b> - (Semiconductors).&nbsp; The thermal resistance between junction and case (high power) or junction and air (low power).&nbsp; Measured
in Degrees C/W, This allows a suitable heatsink to be determined.
</ul>
<p>This is by no means all of the ratings, there are many more, and vary from device to device.&nbsp; Some MOSFETs for example will have Peak Current ratings, which will be many times the continuous rating, but only for very limited time.&nbsp; Bipolar transistors have a Safe Operating Area (SOA) graph, which indicates that in some circumstances you must not operate the device anywhere near its maximum power dissipation, or it will fail due to a phenomenon called second breakdown (described later).</p>
<p>With most semiconductors, in many cases it will not be possible to operate them at anywhere near the maximum power dissipation, because thermal resistance is such that the heat simply cannot be removed from the junction and into the heatsink fast enough.&nbsp; In these cases, it might be necessary to use multiple devices to achieve the performance that can (theoretically) be obtained from a single component.&nbsp; This is very common in audio amplifiers.</p>
<hr /><a id="essential"></a><b>Essential Electronics Formulae</b>
<p>There are some things that you just can't get away from, and maths is one of them.&nbsp; (Sorry.) I will only include the essentials here, but will describe any others that are needed as we go.&nbsp; I am not about to give a lesson in algebra, but the best reason for ever doing the subject is to learn how to transpose electronics formulae !&nbsp; Transposition is up to you (unless I am forced to do it for a calculation here or there).</p>
<p><b>Ohm's Law</b>
<br />The first of these is Ohm's Law, which states that a voltage of 1V across a resistance of 1 Ohm will cause a current of 1 Amp to flow.&nbsp; The formula is ...</p>
<blockquote>
R = V / I &nbsp; &nbsp; (where R = resistance in Ohms, V = Voltage in Volts, and I = current in Amps)
</blockquote>
<p>Like all such formulae, this can be transposed (oops, I said I wasn't going to do this, didn't I).</p>
<blockquote>
V = R &times; I &nbsp; &nbsp; (&times; means multiplied by), and<br />
I = V / R
</blockquote>
<p><b>Reactance</b>
<br />Then there is the impedance (reactance) of a capacitor, which varies inversely with frequency (as frequency is increased, the reactance falls and vice versa).</p>
<blockquote>
Xc = 1 / ( 2<span class="times">&pi;</span> &times; f &times; C )
</blockquote>
<p>where Xc is capacitive reactance in Ohms, <span class="times">&pi;</span> (pi) is 3.14159, f is frequency in Hz, and C is capacitance in Farads.</p>
<p>Inductive reactance, being the reactance of an inductor.&nbsp; This is proportional to frequency.</p>
<blockquote>
X<sub>l</sub> = 2<span class="times">&pi;</span> &times; f &times; L
</blockquote>
<p>where X<sub>l </sub>is inductive reactance in Ohms, and L is inductance in Henrys (others as above).</p>
<p><b>Frequency</b>
<br />There are many different calculations for this, depending on the combination of components.&nbsp; The -3dB frequency for resistance and capacitance (the most common in amplifier design) is determined by ...</p>
<blockquote>
f<sub>o</sub> = 1 / ( 2<span class="times">&pi;</span> &times; R &times; C ) &nbsp; &nbsp; where f<sub>o</sub> is the -3dB frequency
</blockquote>
<p>When resistance and inductance are combined, the formula is</p>
<blockquote>
f<sub>o</sub> = R / (2<span class="times">&pi;</span> &times; L)
</blockquote>
<p><b>Power</b>
<br />Power is a measure of work, which can be either physical work (moving a speaker cone) or thermal work - heat.&nbsp; Power in any form where voltage, current and resistance are present can be calculated by a number of means:</p>
<blockquote>
P = V &times; I<br />
P = V&sup2; / R<br />
P = I&sup2; &times; R
</blockquote>
<p>where P is power in watts, V is voltage in Volts, and I is current in Amps.</p>
<p><b>Decibels (dB)</b>
<br />It has been known for a very long time that human ears cannot resolve very small differences in sound pressure.&nbsp; Originally, it was determined that the smallest variation that is audible is 1dB - 1 decibel, or 1/10 of 1 Bel.&nbsp; It seems fairly commonly accepted that the actual limit is about 0.5dB, but it is not uncommon to hear that some people can (or genuinely believe they can) resolve much smaller variations.&nbsp; I shall not be distracted by this!</p>
<blockquote>
dB = 20 &times; log ( V1 / V2 )<br />
dB = 20 &times; log ( I1 / I2 )<br />
dB = 10 &times; log ( P1 / P2 )
</blockquote>
<p>As can be seen, dB calculations for voltage and current use 20 times the log (base 10) of the larger unit divided by the smaller unit.&nbsp; With power, a multiplication of 10 is used.&nbsp; Either way, a drop of 3dB represents half the power and vice versa.</p>
<p>There are many others, but these will be sufficient for now.&nbsp; I do not intend this to be a complete electronics course, so I will give you that which is needed to understand the remainder of the article - for the rest, there are lots of excellent books on electronics, and these will have every formula you ever wanted.</p>
<hr /><p align="right" class="t_12b"><a href="amp-basics1.htm">Next (Part 1 - Valves)</a></p>
<hr />
<center>&nbsp;
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 728x90 -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-1947877433449191"
data-ad-slot="9701674198"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</center>
<hr />
<table>
<tr><td width="300"><span class="imgswap"><a href="index.html" style="display:block;"><img src="a1.gif" alt="Home"/><b class="bb">Main Index</b></a></span>
<span class="imgswap"><a href="articles.htm" style="display:block;"><img src="a1.gif" alt="articles"/><b class="bb">Articles Index</b></a></span>
</table>
<br />
<table cellpadding="5" class="tblblk">
<tr><td class="t-wht"><a id="copyright"></a><b>Copyright Notice.</b> This article, including but not limited to all text and diagrams, is the intellectual property of Rod Elliott, and is Copyright &copy; 1999, 2005.&nbsp; Reproduction or re-publication by any means whatsoever, whether electronic, mechanical or electro-mechanical, is strictly prohibited under International Copyright laws.&nbsp; The author (Rod Elliott) grants the reader the right to use this information for personal use only, and further allows that one (1) copy may be made for reference.&nbsp; Commercial use is prohibited without express written authorisation from Rod Elliott.</td>
</tr></table><br />
<script type="text/javascript" src="https://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5cd8c929c555da1d"></script>
</body>
</html>