So you have a small handful of parts and want to build a (simple) discrete voltage regulator instead of using an IC. What to do?
For line-level audio circuits, especially op amp based (IC or discrete) preamps with high PSRR, something like the Z-reg is generally sufficient. Robust, works well, has enough ripple rejection to cut power line noise from the preamp output.
If you add just a couple more parts, however, you can add feedback to the Z-reg circuit, a simple error amplifier in the form of an additional transistor Q2, with the output-sampling voltage divider R1,R2.
The ripple rejection is not vastly superior to the circuit without the feedback unless some additional bypass capacitors are added as shown in the first version of the circuit below. The output impedance, however, improves from a few ohms to a few tenths of an ohm as a result of the feedback. Which could, in principle, be of use.
I'm not going to spend too much time on this one. The idea is to increase the input impedance of the pass transistor by buffering it with a jFET so it will support a high-impedance passive CRCRC filter section that generates a low noise reference voltage. The reference is defined not by a Zener or diode stack, but by a simple voltage divider. There is a LM317 pre-regulator on the front, but it is traditionally configured and works independent of the following circuit so it is omited here together with the additional transistor that speeds up the charging of the reference voltage filter capacitors.
The basic problem is that lowering the noise of the reference cannot lower the output noise indefinitely. After a point the output noise is defined by the performance of the pass transistor instead.
This circuit is from this page by Kean Token, also referenced in his recent blog post.
Two versions are presented, one with all the protection diodes and a simplified version with extraneous components removed.
LTSpice simulation shows so-so performance into a light load, with about 70 dB of ripple rejection and a fairly high output impedance, but the drop out voltage is respectably low and we must factor in - coming directly from the Jung Super Regulator - that this is just a two transistor circuit, with no error amplifier to provide feedback.
As a frame of reference, it is quite similar in performance to the Z-reg we looked at back in part III.
The k-multipler is of a class of voltage regulators where the output is referred to the input voltage, rather than to ground. It provides "X volts less than the input", rather than the traditional regulator which provides "X volts above zero"....
Posted 13th February 2014 at 05:21 AM byrjm (RJM Audio Blog)
Updated 14th February 2014 at 11:52 AM byrjm(clean up)
In the next part of the series, I'll be presenting various published regulator circuits.
Today we have the "Jung Super Regulator" (2000 version) on deck, thanks to Tangentsoft's excellent write-up.
In translating the circuit to LTSpice, I've made some concessions. While I have kept the protection diodes so as to be consistent with the original - even if they do nothing in this simulation - the op amp, transistors, voltage regulator and reference have been substituted with working equivalents from the LTSpice libraries. I've been approximate in the resistance and capacitance values, and tuned the circuit to output 10 V at 10 mA to keep in line with the previous circuits I've uploaded.
It works though, and, under simulation at least, it works extremely well. Putting it together in LTSpice gave me a new appreciation for just how much work and refinement went into its design. Now, its an open question whether such over-the-top performance...
Last time, we'd got to a functional voltage regulator, with a pass transistor and op amp error amplifier but I cheated and used ideal voltages for the reference and op amp power supply.
This time I've sketched out a functional circuit using real parts found in the LTSpice library. I've chosen a rail-to-rail op amp to avoid problems with low voltage references. The LT1009 reference puts out 2.5 V, the op amp gain is 4, for an output of 10 V into 1 kohms.
Two versions of the circuit are included below. Voltageregulator5 has some additional RC filter stages to remove noise from the reference and op amp power supply Voltageregulator5b just takes everything straight from the input voltage. As you can see there's a fairly substantial advantage gained from judicial use of RC filtering.
So that's the end of Term 1. The basics have been covered, however briefly. I encourage you to download the LTSpice files and play...
At the end of Part 3 I promised to introduce feedback, and I will, but what we are really talking about here is the addition of the error amplifier, the heart of all modern series pass regulators. The error amplifier is a non-inverting DC signal amplifier, and its function is simple: amplify and buffer the reference voltage. The twist is that the amplifier output is connected to the base of the pass transistor, while the feedback connection is taken from it’s emitter. The pass element is thus placed inside the feedback loop of the error amplifier, improving the ripple rejection and output impedance of the regulator dramatically.
So here we are, the three building blocks of a voltage regulator are in place: the reference voltage, the error amplifier, and the pass device. In the LTSpice circuit I’ve cheated, deliberately, in order to make the operation easier to follow. Instead of building a practical voltage reference I’ve...
I’m going to have to make a detour to point out what we are doing here is learning how these circuits work, and get a very rough idea of their relative merits. We’re not trying to minimize the output impedance, or maximize the ripple rejection. Three reasons immediately come to mind for why it would be bad practice to try and do that:
1. Any such contest will be easily won by the largest capacitor placed on the regulator output.
2. There are clear limits on these parameters after which further “improvement” is unlikely to serve any useful purpose.
3. There are other considerations such as the output noise of the regulator and the stability under dynamic loads, which are equally if not more important.
Clear? No cookies for the “most bestest” circuit in LTSpice. The great utility of LTSpice is it allows you, the designer, to easily check if you’ve left performance...
Instead of pulling the output current through R1, we add an npn pass transistor, Q1. The output current now "passes" through the transistor, while the Zener diode still regulates the output voltage by being connected to the transistor base.
The output impedance falls to a few ohms, but the ripple rejection improves only slightly.
This is a useful basic circuit block for audio, but the ripple rejection can easily improved by the addition of a couple of additional components, as we'll see shortly.
Posted 16th January 2014 at 12:34 AM byrjm (RJM Audio Blog)
Updated 16th January 2014 at 05:40 AM byrjm
This is the first of a series, where I will be investigating the output impedance and ripple rejection of various voltage regulator circuits using LTSpice.
Today, for the first "lesson" (I'm teaching myself, as much as anything) we will look at the very simple zener voltage regulator.
The load is 1 kohm, and the Zener breakdown voltage is 12 V. The load current is about 10 mA, and to avoid gross inefficiency we will limit the current flowing through the Zener to about 5 mA, by adjusting R1 accordingly. The input voltage is fixed at 18 V.
To measure the ripple rejection, we perform an AC analysis with the voltage source AC set to 1 and the current source AC set to zero. The ripple rejection is the negative value of the signal at Vout: so -20 dB means 20 dB ripple rejection (1 V ripple at Vin generates 0.1 V ripple at Vout at a given frequency.).
To measure the output impedance, again the AC analysis function is used but...