When pulling DC from an off-grid solar array or a backup battery bank to power high-fidelity audio equipment, RF transceivers, or precision instrumentation, your voltage rails must be dead quiet. A standard switching regulator will inject high-frequency noise into your audio band, while a pure linear regulator will burn off massive amounts of battery capacity as waste heat. The direct answer for building a high-performance amplifier power supply from a 24V nominal DC battery bank is a hybrid topology: use a high-efficiency synchronous buck converter to step the battery voltage down to an intermediate rail, then follow it with an ultra-low-noise Low-Dropout Regulator (LDO) to achieve the final ±15V rails with sub-10µV RMS noise.
Topology Showdown: Linear vs. Switching for Audio Loads
Choosing between linear and switching topologies for an amplifier power supply depends entirely on your load current and thermal budget. Audio amplifier ICs (like the LM3886 or TPA3255) and precision op-amps demand exceptionally clean DC rails. Any switching node ripple that couples into the input stage will be amplified and pushed to your speakers or ADC.
| Topology | Example ICs | Efficiency (24V to 15V) | Heat Dissipation (at 1A) | Output Noise / Ripple | Cost & Footprint |
|---|---|---|---|---|---|
| Pure Linear | LM317, LT1083 | ~62% | ~9W (Requires massive heatsink) | < 10µV RMS | Low cost, large heatsink area |
| Pure Switching | TPS54360, LM2596 | ~92% | < 1.2W | 15mV - 50mV p-p | Medium cost, requires inductor |
| Hybrid (Buck + LDO) | LM5164 + LT3045 | ~78% | ~2.5W (Shared between stages) | < 2µV RMS | Higher cost, optimal footprint |
For a 24V battery input stepping down to 15V, a pure linear regulator drops 9V across the pass transistor. At just 1A of load current, that is 9W of heat per rail—enough to require active cooling or a finned extrusion that ruins a compact bench enclosure. A pure switching regulator solves the heat problem but fails the noise requirement. The hybrid approach drops the battery voltage to ~17.5V via a buck converter, leaving only 2.5V for the LDO to drop. This slashes LDO heat dissipation to 2.5W while allowing the LDO's high Power Supply Rejection Ratio (PSRR) to scrub the buck converter's switching ripple.
Design Example: 24V Battery to ±15V Amplifier Power Supply
Let's design a dual-rail ±15V amplifier power supply fed by an 8S LiFePO4 battery bank. While nominally called a '24V battery', an 8S LiFePO4 pack actually operates between 20.0V (discharged) and 28.8V (absorption charge). Your input protection and regulator headroom must account for this full spectrum.
Input Protection and Filtering
Battery banks are hostile environments. Inductive kicks from nearby solar charge controllers or inverters can easily spike the DC bus.
- Reverse Polarity: Use a P-channel MOSFET (e.g., IRF9540N, Rds(on) = 117mΩ) instead of a diode to prevent reverse battery connection. At 2A, it drops only 0.23V, compared to 1.4V for a standard silicon diode.
- Transient Voltage Suppression: Place an SMBJ33A TVS diode across the input rails to clamp any inductive spikes above 33V.
- Overcurrent: A 10A ATC automotive blade fuse placed immediately after the battery terminal.
Stage 1: The Switching Pre-Regulator
We use the Texas Instruments LM5164 synchronous buck converter. It accepts up to 72V input, safely covering our 28.8V maximum battery voltage. We configure the feedback resistor divider to output 17.5V.
Stage 2: The Ultra-Low-Noise Linear Post-Regulator
For the final regulation, we use the Analog Devices LT3045. This LDO is specifically engineered for RF and high-fidelity audio, boasting an RMS noise of just 0.8µV.
| Parameter | Value / Specification | Engineering Notes |
|---|---|---|
| Input Voltage Range | 20.0V to 28.8V | 8S LiFePO4 battery operating window |
| Buck Output Voltage | 17.5V | Provides adequate headroom for the LDO |
| Final Output Voltage | ±15.0V DC | Standard rail for audio op-amps and Class-AB stages |
| LDO Headroom Math | 17.5V - 15.0V = 2.5V | LT3045 max dropout is 260mV at 500mA; 2.5V is safe |
| LDO Power Dissipation | 2.5V × 0.5A = 1.25W | Easily managed with a small PCB copper pour heatsink |
| Output Ripple Expectation | < 2µV RMS | Buck ripple is ~15mV p-p; LT3045 PSRR scrubs it down |
Thermal Management, Derating, and Ripple Expectations
Even with a hybrid topology, thermal management dictates the lifespan of your amplifier power supply. The LT3045 dissipates 1.25W per rail. If you use a standard TO-220 or D2PAK package without adequate copper area, the junction-to-ambient thermal resistance (θJA) is roughly 50°C/W. A 1.25W dissipation yields a 62.5°C temperature rise above ambient. In a 25°C room, the silicon junction sits at 87.5°C. While this is safely below the 125°C maximum rating of the silicon, it is disastrous for surrounding passive components.
Ripple and Noise Expectations: The LM5164 switches at roughly 500kHz, generating about 15mV peak-to-peak sawtooth ripple on the 17.5V intermediate rail. The LT3045 offers a Power Supply Rejection Ratio (PSRR) of roughly 80dB at 500kHz. An 80dB reduction means the 15mV switching ripple is attenuated by a factor of 10,000, resulting in an imperceptible ~1.5µV of ripple on your final ±15V amplifier rails. This guarantees a completely black noise floor for your audio or RF circuits.
Amplifier Power Supply FAQ
How much capacitance do I need for an amplifier power supply?
The traditional rule of thumb for linear amplifier power supplies is 1,000µF of bulk reservoir capacitance per 1A of load current per rail. For a 2A load, use 2,200µF low-ESR electrolytic capacitors on both the positive and negative rails immediately after the rectifier or buck stage. However, bulk capacitance does not handle high-frequency transients. You must also place a 100µF ceramic capacitor (X7R or C0G dielectric) and a 100nF bypass capacitor within 5mm of the amplifier IC's VCC and GND pins to supply instantaneous charge during high-slew-rate audio transients.
Can I use a standard 12V car battery for a high-power amplifier power supply?
You can, but you must design for voltage sag. A standard 12V lead-acid automotive battery rests at 12.6V, but during engine cranking or heavy winch loads, the bus voltage can plummet to 8V or lower. Most modern Class-D amplifier ICs (like the TPA3255) feature an Undervoltage Lockout (UVLO) that triggers around 9V, causing the amp to shut down or violently pop. If you must run off a vehicle's primary starter battery, use a DC-DC buck-boost converter that can maintain a steady 14V output even when the input drops to 9V, or install a secondary, isolated deep-cycle AGM battery dedicated solely to the audio system.
Why does my amplifier power supply hum or whine under load?
If your amplifier power supply hums at 50Hz/60Hz, you are likely dealing with a ground loop or inadequate common-mode choke filtering on an AC-DC front end. However, if you are running off a DC battery bank and hear a high-pitched whine that changes pitch with the audio signal, you are experiencing intermodulation distortion caused by power supply sag. As the amplifier draws heavy current on bass transients, the battery cable resistance causes the DC bus voltage to dip. If your power supply's transient response is too slow, this voltage dip modulates the amplifier's output. Fix this by upgrading the battery feeder wires to a thicker AWG (e.g., moving from 12 AWG to 8 AWG) and adding a supercapacitor bank (e.g., 50F at 16V) directly at the amplifier terminals to supply instantaneous transient current.






