Discussion about this post

User's avatar
Alex's avatar

The 1-bit pulse train thing is also a common way to build an amplifier. Instead of trying to amplify a delicate analog signal, people just feed the output of a sigma-delta DAC into some beefy MOSFETs and perhaps a low pass filter if the're feeling generous. The output has next to no distortion, because the power transistor never sees the analog waveform.

As a bonus, because the transistor is always full on or fully off, the efficiency approaches 100%, and only very minimal cooling is needed.

A similar trick is used for radio transmitters: Most transmitters that work by feeding a square wave at around into big MOSFETs driving a band-pass filter. That's enough for FM, but for AM, they feed power though a another MOSFET driven by a PDM signal and a low-pass filter.

This gives an exceptionally clean output, again at near 100% efficiency, which is important when putting out kilowatts or megawatts.

Expand full comment
Josh Levine's avatar

ADC/DACs are still relevant, but I'd say digital is eating the world! Your two analog examples are actually great use-cases for all digital signal chains.

For image capture, you get much better dynamic range and lower noise if you capture pixels as single bits integrated over time. So, for example, you charge up a pixel array and then check all the pixels periodically to see which have flipped. Brightly illuminated pixels flip quickly. You get to pick how long you want to wait. At the limit, you can have pixels that are single photon detectors/counters (these actually exist today, just too low res for cameras... for now). Light itself is inherently digital, better to process it in its native domain! :)

The most efficient and lowest distortion way to drive a speaker is similarly digital. You basically send a series of bits at a much, much higher frequency than the highest audio frequency thought the entire amp chain and then let the inductance of the speaker coil integrate all the bits into the movement of the cone. Because the amps are driven rail to rail with very well defined edge transitions, they spend as little time as possible in their noisy and power hungry non-linear region. Here is also no noise to get amplified- you just get out much stronger versions of the exact same bits you put in.

Expand full comment
5 more comments...

No posts