Experienced audio DIYers are familiar with monolithic linear regulators like the 78xx series and the LM317. Hereβs a simplified block diagram of a standard linear regulator, from National Semiconductorβs Application Note 1148:
Letβs seeβ¦ We have an op-amp, a couple of transistors, a voltage reference, and a few resistors. Can we build a linear regulator from these individual components? Yes, we can!
Why DIY a Regulator?
Before monolithic IC regulators became popular, people made linear regulators from discrete components and maybe a general-purpose IC or two. Iβll call them DIY regulators, lacking a better term.
Like the ΞΌA741 IC op-amp did to small discrete amplifiers in the late 1960βs, the invention of the 3-terminal fixed IC regulator a few years later started pushing out DIY regulators and fully discrete regulators. These IC regulators are easy to apply, take up little board space, and have quite good performance. The secondary effects of these facts are that 3-terminal regulators like the LM317 are made by several manufacturers, and you can get them for as little as about 50 cents in single quantities. And if you want to spend a little bit of money to get even better performance, there are many improved regulators on the market. So why would one want to return to the days where people made their own linear regulators from generic parts?
The main problem with the improved IC linear regulators on the market is that they have nonstandard pinouts and they can be fairly expensive. Consider the Linear Technology LT1581 high-current high-speed LDO regulator: itβs a 7-pin TO-220 type package and it costs about $13 for single units. For $13, you can buy a pretty good collection of parts. If you can afford the board space the DIY approach takes up, you can often equal or better the performance of monolithic IC regulators.
This article follows the history of a popular series of DIY linear regulators. Starting from initial concepts basically identical to the archetype block diagram above, this particular thread through history will wind up in a very sophisticated design. Because this final design developed piecemeal over the course of two decades, thatβs how Iβll show it. I think showing the steps this series of designs went through aids understanding of the final design.
We will follow the thread through the pages of the journal The Audio Amateur, the forerunner of audioXpress. audioXpress offers a complete catalog of back issues going back to 1970, so thatβs how I followed the history. (Most of the back issues are still available in printed form; a few years in the 1970s are sold out now and are only available on their 1970βs reprint CD.) My purpose here is not to duplicate this material, but to summarize it and serve as a guide to it. If you want the full details of these designs, I recommend that you get the issues I reference. Many of these articles have a lot of information in them that I am glossing over here.
How Does a Series Linear Regulator Work?
The archetype block diagram above is called a series linear regulator, because the pass transistor is in series between the input and output. This type of regulator is based on a simple idea: you can control the voltage at the output leg of the transistor by manipulating the voltage at the base. Letβs study the archetype design above.
Connected to one input of the op-amp (called the error amp) is the voltage reference, VREF. You can make voltage references in many different ways, so the technology used isnβt important at this point. A good reference puts out a fixed voltage under varying conditions, and you can get versions that put out any of several standard voltages.
Connected to the other input of the error amp is the midpoint of a voltage divider. Weβll come back to this later.
An op-amp tries to make its two input voltages equal by adjusting its output voltage. In the diagram, the output of the error amp is connected to the base of an NPN transistor: when the error amp drives current into this transistorβs base, it allows current to flow from collector to emitter, and that transistor in turn pulls current from the base of the pass transistor. This arrangement lets an op-amp capable of driving a few tens of milliamps control an amp or so of current across the pass transistor.
Now comes the neat bit. Letβs say you have a 5V reference and the voltage divider is set up to divide the voltage from VOUT to GND by 4. Since the op-amp tries to make its two inputs equal and one input (the voltage reference) stays constant, it will adjust its output voltage until 5V appears at the midpoint of the divider. Since itβs a divide-by-4 voltage divider, VOUT goes to 20V and it stays there because itβs a real-time system, constantly adjusting to changing conditions.
VoilΓ‘, you have a series linear regulator.
(If you want to read more about the operation of linear regulators, I recommend reading the AN-1148 app note I reference above.)
Now, this simple design isnβt perfect. The error amp can only slew so fast, the voltage reference will have some error, the output of the regulator has an effective impedance resulting in current-modulated voltage drops, and all of the components in question will drift to some extent as the temperature changes. Furthermore, all of the components in the regulator generate some noise, and this gets worse as temperature rises.
For more detail: Op-Amp Based Linear Regulators