Class-D audio amplifier makes it from breadboard to PCB
posted May 21st 2011 1:30pm by Mike Szczysfiled under: digital audio hacks

[Ben Laskowski's] been working on a Class-D audio amplifier for several months. What you see above is the most recent version of the amp. A class-D amplifier uses transistor switching (or in this case MOSFET switching) to generate the pulse-width-modulated signal that drives the speaker. This is different from common amplifiers as it doesn’t generate the kind of heat that traditional amplifiers do, making it much more efficient.
After the break you can hear it demonstrated. It’s operating off of a single-supply laptop brick and we do hear a bit of a hum coming through the system. Still, we’re quite pleased at the power and quality the small board can put out. Take a look at a post from November to get a handle on what went into development. If you still hunger for more details, [Ben's] shared the bulk of his prototyping materials in the github repository.








how are you clocking the PWM rate? Also, on most Class D amplifiers, you see 2 inductors per speaker on the output filter, one on the “+” side and one on the “-” side.
What I would love to see here is an FPGA or something similar used to take a digital audio input (I2S for example), and convert it to PWM signals used to drive the MOSFET gate drivers.
Add a S/PDIF to I2S converter and/or an ADC with I2S output and you’d have a really sweet (and possibly much higher fidelity) class D amplifier