• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer

Analog IC Tips

Analog IC Design, Products, Tools Layout

  • Products
    • Amplifiers
    • Clocks & Timing
    • Data Converters
    • EMI/RFI
    • Interface & Isolation
    • MEMS & Sensors
  • Applications
    • Audio
    • Automotive/Transportation
    • Industrial
    • IoT
    • Medical
    • Telecommunications
    • Wireless
  • Learn
    • eBooks / Tech Tips
    • FAQs
    • EE Learning Center
    • EE Training Days
    • Tech Toolboxes
    • Webinars & Digital Events
  • Resources
    • Design Guide Library
    • Digital Issues
    • Engineering Diversity & Inclusion
    • LEAP Awards
    • Podcasts
    • White Papers
  • Video
    • EE Videos
    • Teardown Videos
  • EE Forums
    • EDABoard.com
    • Electro-Tech-Online.com
  • Engineering Training Days
  • Advertise
  • Subscribe

Amplifier Theory: Design & Troubleshooting, Part 2

October 2, 2014 By Aimee Kalnoskas Leave a Comment

By unclejed613, “Well-Known Member” on Electro-Tech-Online.

(Editor’s note: In Part 1, the author began exploring the basic building blocks of amplifiers with the goal of helping the reader “… gain enough knowledge to troubleshoot everything from a discrete headphone amplifier to a kilowatt PA system amp without too much difficulty.” No matter how complex amplifier designs may look on a PC board, he says, “…they all boil down to a few basic building blocks.”)

 

There are a couple of building blocks that need to be discussed here. Current sources and current mirrors. These are generally considered to be the parts of an amplifier that are hard to understand. Their operation is actually quite simple, and easy to troubleshoot when you know what they do. In fig06, you see a transistor with a cuirrent output, but nothing shown as to how the circuit works.

amp-tut-fig06

(fig 06)

In some amplifiers, there may not even be a current source feeding the diff amp or VAS, just a resistor. While this would work, these current levels will wobble or change with the signal, introducing distortion. A current source maintains a constant current, and the distortion is reduced. So how does a basic current source work?

amp-tut-fig06a
(fig 06a)

In fig06a, we have a basic constant current source. D1 and D2 set a reference voltage of 1.4V. A portion of this voltage is matched by the B-E junction of Q1, leaving 0.7V across R1. R1 sets the current by the formula of 0.7/R1=Iout. So a value of 700 ohms for R1 would give 1mA output. If for some reason, we applied a short circuit from the collector of Q1 to the positive supply, the increase in voltage across R1 would reduce the B-E voltage, reducing the current, and returning the circuit to equilibrium. The purpose of R2 is just to provide forward bias for the diodes and a small amount of base current. There are other configurations for current sources that I will add as I expand this article, but the one in fig06a is the most common in use. A few minor differences that might be found is the use of LEDs or zeners as the voltage reference. It is not uncommon to find a single voltage reference used to drive several current sources in an amplifier.

amp-tut-fig07
(fig 07)

Current mirrors are basically current sources that are controlled by an input current. They are used for a number of purposes in an amplifier. A current mirror as a diff amp load can be used to force balance of the diff amp, as well as boost the gain. Current mirrors are also used to transfer drive current or the output of a current source from one part of the amp to another.

In fig 7 we see the basic current mirror as shown in the op amp schematic. The input current across the transistor diode controls the output current of the second transistor. In fig 7a, we can see how this works.

amp-tut-fig07a
(fig 07a)

Q1 and Q2 are identical transistors. When current is drawn through the B-E junction, it sets up a voltage across R1 and Q1. The voltage across R1 is linear with current, while the voltage across the B-E junction of Q1 is not. This biases Q2 into conduction until the voltage drop across R2 is equal to the voltage across R1 (with the voltage across the two B-E junctions being equal also). The output current through Q2 and R3 is an almost identical duplicate of the input current. With this particular style of current mirror, there is a small error due to the base current of Q2 being drawn through the input side, but this error is very small. Some amp manufacturers use a simplified version of this current mirror, using a simple diode in place of Q1. There are additional errors introduced by using a diode, mainly due to the fact that the B-E junction of Q2 and the diode characteristics don’t match. Again, these errors are usually very small. Current mirrors are very useful devices, and as shown in fig7a can themselves be used as a voltage amplifier stage (there is a voltage output across R3). There are devices that find use in many other parts of the electronics industry, that are made of cascaded current mirrors, and are known as Current Conveyors.

Another topic I will cover here is methods of DC offset correction. DC offset at the output of an amplifier is something to be avoided. Large offset voltages can damage speakers, and smaller offsets can cause an annoying “thump” or “pop” when an amp is connected to a speaker. There are a few methods used to control offsets. the ones I will cover here are: DC correction capacitors (the most common), DC servo amplifiers (not common, but they get used in higher end stuff), and DC offset potentiometers (not as common in amplifiers now, but they are common in older equipment).

amp-tut-fig08a
(fig 08a)

In fig 08a, U1 is the amplifier itself. R1 and R2 are the feedback resistors, and set the AC gain of the amplifier. C1 is the DC correction capacitor. Because C1 is in series with R1, the DC gain of the amplifier is 1. Any offset showing up on the output of the amplifier, shows up on the inverting input of the amplifier, forcing the output back to zero. This is the simplest method of DC correction, but has the pitfall of relying on an electrolytic capacitor. The correction cap will cause offsets if it becomes leaky, or cause loss of AC gain if it develops high ESR (from drying out). This cap would preferably be a bipolar type rated at or above the rail voltage for the amp, but many manufacturers use a polarized type, often rated much lower than the rail voltages, and sometimes bypassed with diodes to protect it from damaging voltages.

amp-tut-fig08b
(fig 08b)

The DC servo amplifier is a very good method of DC correction, since it provides a separate feedback path for DC, and so no reactive components are in the AC feedback path to alter the audio. U2 is the amplifier itself, and U4 is an op amp used as the DC servo. U4 is a noninverting integrator, with a cutoff frequency somewhere around 5hz (the time constant is set by C2 and R7), and the integrated correction voltage is fed back in to the inverting input of the amplifier itself. Since most op amps cannot handle the rail voltages of the main amplifier, there is usually a voltage divider between the amplifier output and R7, and the servo has gain (set by R5 and R6) to compensate.

amp-tut-fig08c
(fig 08c)

The DC offset potentiometer is a method not used very often anymore, but is seen mainly in vintage amplifiers. The simplest version of this method is shown in fig 08c, and is very similar to methods used with op amps for offset trim. The pot could also be attached to the inverting input instead of the noninverting input. The offset trimpot method was also sometimes used with either the DC correction cap or the DC servo to “preset” the offset to zero. This method does NOT actively correct for offsets due to temperature changes, part aging or other things that may cause offset problems.

This concludes the introductory section of this article. Hopefully it’s enough to convey a good understanding of how amplifiers work, but as I continue this article, I will go into more detail about the inner workings of amplifier theory, as well as some of the less obvious aspects of troubleshooting.


 

Filed Under: FAQ, Featured, Products

Reader Interactions

Leave a Reply Cancel reply

You must be logged in to post a comment.

Primary Sidebar

Featured Contributions

High-Performance GPUs Are Located in a Variety of Environments, including Data Center Racks.

AI’s demand for faster, more reliable IC testing

Design a circuit for ultra-low power sensor applications

Active baluns bridge the microwave and digital worlds

Managing design complexity and global collaboration with IP-centric design

PCB design best practices for ECAD/MCAD collaboration

More Featured Contributions

EE TECH TOOLBOX

“ee
Tech Toolbox: Connectivity
AI and high-performance computing demand interconnects that can handle massive data throughput without bottlenecks. This Tech Toolbox explores the connector technologies enabling ML systems, from high-speed board-to-board and PCIe interfaces to in-package optical interconnects and twin-axial assemblies.

EE LEARNING CENTER

EE Learning Center
“analog
EXPAND YOUR KNOWLEDGE AND STAY CONNECTED
Get the latest info on technologies, tools and strategies for EE professionals.

EE ENGINEERING TRAINING DAYS

engineering

RSS Current EDABoard.com discussions

  • CST different result
  • question regarding specs for two types of components
  • Help with reading footprint
  • analyzing current limiting switch circuit
  • LLC controller has very poor current sense facility?

RSS Current Electro-Tech-Online.com Discussions

  • RC Electronic Speed Control Capacitors
  • Annex32 / Annex RDS For ESP Micros - A Quick and Dirty Example
  • Convenient audio FFT module?
  • CR2/CR123A Batteries In Projects
  • Harman Kardon radio module BMW noise
“bills

Footer

Analog IC Tips

EE WORLD ONLINE NETWORK

  • 5G Technology World
  • EE World Online
  • Engineers Garage
  • Battery Power Tips
  • Connector Tips
  • EDA Board Forums
  • Electro Tech Online Forums
  • EV Engineering
  • Microcontroller Tips
  • Power Electronic Tips
  • Sensor Tips
  • Test and Measurement Tips

ANALOG IC TIPS

  • Subscribe to our newsletter
  • Advertise with us
  • Contact us
  • About us

Copyright © 2026 · WTWH Media LLC and its licensors. All rights reserved.
The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media.

Privacy Policy