https://github.com/prydin/the-bog-standard
A common sense 50W amplifier for the common (wo)man.
https://github.com/prydin/the-bog-standard
Last synced: 3 months ago
JSON representation
A common sense 50W amplifier for the common (wo)man.
- Host: GitHub
- URL: https://github.com/prydin/the-bog-standard
- Owner: prydin
- Created: 2025-02-02T19:35:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T12:59:51.000Z (4 months ago)
- Last Synced: 2025-02-26T13:44:35.704Z (4 months ago)
- Language: AGS Script
- Size: 1.71 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Bog Standard - A common sense 50W amplifier for the common (wo)man.

## Project status (Read this first!)
This project is still work in progress. After thorough simulations, a first prototype has been build
and performs very well in preliminary tests. That said, it is an early prototype and there might still
be some bugs to work out.You are welcome to use this design and build it. Just be aware that it's subject to change.
## Background
The idea of this amplifier came from me seeing beginners struggling with amplifier designs
that were either pure junk, too complicated, required exotic and obsolete components or all of the above.
This sparked a very interesting conversation on diyaudio.com where I presented a previous design
as a candidate. Over the next few weeks, that design got thoroughly critiqued and reworked several times.
As the keen reader will see, the design eventually gravitated towards an architecture that closely
resembles Douglas Self's famous "Blameless Amplifier" concept, albeit using MOSFET output devices rather
than BJTs.## Design goals
I had a few overall requirements of the design:
1. Respectable HiFi-grade performance
2. Using only basic, readily available components
3. Being forgiving with respect to component matching
4. No complicated cooling or power supplies needed
5. Being simple enough that someone with modest electronics knowledge can understand its operating principles.## Component choices
I went with MOSFET output devices because I like the way they sound and they're easy to work with. While
some people suggested rare and expensive lateral MOSFETs, in the spirit of the project, I went with the
good old IRFP(9)240. Based on measurements and listening tests, they perform very well in this setup.The rest of the transistors are, well, bog standard: 2N5551/2N5401 for low power and BD139/140 for
medium power. That's it. The rest are just passvives and basic diodes.## Design highlights
As mentioned above, the design follows Doug Self's Blameless Amplifier relatively closely. I went with
a fairly high loop gain to make sure I had enough to smooth out any non-linearities in the MOSFETs. But
even with all that gain, the amplifier is stable with a 47pF Cdom (and probably 33pF as well, but I was
out of that value when I tested it). SPICE simulations show about 90 degrees of phase margin with 33pF.The rest is, you guessed it, Bog Standard. A long-tailed pair differential amplifier at the input section,
a simple single-ended VAS, BJT drivers and MOSFET outputs. The input section and VAS are driven by constant
current sources and the LTP is loaded using a current mirror. The current through the LTP is about 1mA and
the VAS runs on about 13mA. Q15 offers some basic SOA protection of the VAS.The quiescent current is regulated using a standard VBE multiplier controlled by a simple voltage divider.
The design calls for the VBE transistor to be thermally connected to the output devices, by means of
mounting them on the same heat sink. This gives the amplifier a negative temperature coefficient. At this
point in the design process, I'm still fine tuning the value of the temperature coefficient, as I think
it's a bit too negative.## Quiescent current setting
I am tentatively running the amplifier on 100mA of quiescent current. This results in an overall power draw
of slighly more than 3W, which seems like a reasonable compromise. Increasing the bias above this didn't
seem to have any meaningful impact on distortion.It is very important to let the amplifier warm up before fine tuning the bias. With the VBE multiplier
mounted close to the drivers and outputs, the bias current will have a pronounced negative temperature
coefficient, so you should expect the quiescent current to be higher on a cold amplifier and then settle.## Power supply and grounding
The very simple unregulated power supply that's part of this repository seems to work well and is desined
along the principle of simplicity rather than sophistication. The amplifier itself should have a decent Power
Supply Rejection Ratio (PSRR).All grounds (signal, earth and power) meet at the DC side of the power supply and the PCB layout provides
connectors for tying the grounds together. In preliminary tests, there was no audible hum or noise.## Preliminary performance metrics
These metrics are from bench tests without a case and proper routing and using very basic test
gear. The actual THD is expected to be better when measured properly.* THD @ 1W/1kHz: <0.008%
* Bandwidth (3dB): 20Hz - 900kHz
* Slew rate: >20V/us
* Calculated phase margin: 89 degrees## Schematic
Click image to enlarge!
## Gerber files
* Amplifier: [kicad/gerber](kicad/gerber)
* Power supply: [kicad/power_supply/gerber](kicad/power_supply/gerber)## Acknowledgements and credits
This work rests on the shoulders of giants. Much of the design is borrowed from Douglas Self's legendary
book "Audio Power Amplifier Design". This is a must-read for anyone interested in audio electronics!
A heartfelt thank you also goes out to the friendly and extremely knowledgeable community at diyaudio.com.
If you haven't joined that site, you should!