The Orthogonal Unit Problem: When Hz to dB is Meaningless
On the workbench, you cannot convert Hertz to decibels any more than you can convert miles per hour to degrees Fahrenheit. Hz measures the time-domain rate of oscillation, while dB measures a logarithmic ratio of power or amplitude. Without a transfer function—the mathematical rule defining how a specific circuit responds to different frequencies—the conversion is entirely meaningless.
The assumption that fixes the answer is the filter topology and order. A 1st-order passive RC filter rolls off at -20 dB/decade. A 2nd-order active Sallen-Key Butterworth filter rolls off at -40 dB/decade. Furthermore, if you are calculating absolute power (dBm) rather than relative voltage (dBV), you must also assume a reference impedance (typically 50 Ω or 600 Ω) and a known input voltage.
What About 120V vs. 230V vs. 3-Phase Power Systems?
A common point of confusion arises when makers cross over from signal processing into mains power engineering. In AC power distribution (120V single-phase, 230V single-phase, or 400V 3-phase at 50/60 Hz), dB is not used to describe the fundamental frequency amplitude. We use RMS volts and Watts.
If you are looking at power quality analyzers, Hz and dB only intersect when measuring harmonics (e.g., the 3rd harmonic at 180 Hz on a 60 Hz grid). In this context, the shift from a 120V branch circuit to a 230V feeder or a 3-phase industrial supply drastically alters the harmonic profile due to transformer saturation and Variable Frequency Drive (VFD) switching. The dB attenuation of a specific harmonic frequency shifts based on the load's power factor (pf) and phase angle, which dictate real vs. apparent power. But for the fundamental 50/60 Hz waveform itself, an "Hz to dB" conversion remains an invalid concept.
| Frequency (Hz) | Ratio ($f/f_c$) | 1st-Order RC (dB) | 2nd-Order Butterworth (dB) | 4th-Order Linkwitz-Riley (dB) |
|---|---|---|---|---|
| 10 | 0.01 | -0.0004 | -0.0000 | -0.0000 |
| 100 | 0.10 | -0.043 | -0.0009 | -0.0000 |
| 500 | 0.50 | -1.09 | -0.56 | -0.13 |
| 1000 ($f_c$) | 1.00 | -3.01 | -3.01 | -6.02 |
| 2000 | 2.00 | -7.00 | -12.30 | -24.08 |
| 10000 | 10.00 | -20.04 | -40.00 | -80.00 |
Note: Data assumes ideal components. In physical PCB layouts, parasitic capacitance and op-amp gain-bandwidth limits will cause the 4th-order rolloff to flatten out at high frequencies (typically above 100 kHz). For deeper mathematical modeling of active filters, refer to Texas Instruments application note SLOA093.
Neighboring Values: ±20% Range Around the Cutoff
When tuning an audio crossover or an anti-aliasing filter for an ADC, you rarely land exactly on $f_c$. The transition band is where the phase shift and amplitude drop are most volatile. Below is the exact attenuation for a 1st-order low-pass filter with a 1,000 Hz cutoff, evaluated across a ±20% frequency band (800 Hz to 1,200 Hz).
| Frequency (Hz) | Ratio ($f/f_c$) | Voltage Ratio ($V_{out}/V_{in}$) | Attenuation (dB) |
|---|---|---|---|
| 800 | 0.8 | 0.7808 | -2.15 dB |
| 900 | 0.9 | 0.7432 | -2.57 dB |
| 1000 | 1.0 | 0.7071 | -3.01 dB |
| 1100 | 1.1 | 0.6726 | -3.44 dB |
| 1200 | 1.2 | 0.6401 | -3.87 dB |
Notice that at 800 Hz (only 20% below cutoff), you have already lost over 2 dB of signal amplitude. This is why Bode plot analysis is critical; relying on a single "cutoff frequency" spec sheet number without understanding the transition slope will result in unexpected signal loss in precision sensor circuits.
Acoustic vs. Electrical: How the Answer Shifts by Domain
If your search for an "Hz to dB converter" stems from acoustics rather than electronics, the rules shift entirely. In audio engineering, we use weighting curves (like A-weighting or C-weighting) to convert a frequency spectrum (Hz) into perceived loudness (dB SPL).
- Electrical Domain (Filters): The conversion relies on the circuit's transfer function (resistance, capacitance, inductance). The reference is usually 1V RMS (dBV) or 1mW into 600 Ω (dBm).
- Acoustic Domain (A-Weighting): The conversion relies on the Fletcher-Munson equal-loudness contours. At 1,000 Hz, the A-weighting adjustment is exactly 0.0 dB. At 100 Hz, the A-weighting applies a -19.1 dB penalty because human hearing is less sensitive to low frequencies. At 10,000 Hz, the penalty is roughly -2.5 dB.
When the conversion is meaningless in acoustics is when the sound pressure level (SPL) reference is unknown. You cannot state that "500 Hz equals 40 dB" without knowing the acoustic power of the source generating that 500 Hz tone.
FAQ: Common Bench Scenarios and Edge Cases
Does the source voltage (e.g., 3.3V vs 5V vs 12V) change the dB attenuation at a given Hz?
No. Decibels in passive filters represent a ratio, not an absolute voltage. A 1st-order RC filter with a 1 kHz cutoff will attenuate a 10 kHz signal by -20.04 dB whether your input is a 3.3V logic pulse from an ESP32 or a 12V analog sensor output. However, if you are calculating absolute power (dBm), the source voltage and load impedance dictate the starting baseline before the dB attenuation is applied.
Why does my active filter output measure a different dB value than the formula predicts at high Hz?
Op-amps have a finite Gain-Bandwidth Product (GBWP). If you are using a standard TL072 (GBWP ~3 MHz) to build a 2nd-order active filter, the math holds perfectly up to about 50 kHz. Beyond that, the op-amp's internal parasitic capacitance and slew-rate limits introduce an unintended secondary rolloff. The physical circuit will attenuate high frequencies faster than your theoretical Hz-to-dB transfer function predicts.
Can I use dB to measure the voltage drop across a long wire at 60 Hz?
While technically possible, it is highly non-standard and not recommended. In 60 Hz AC power wiring, we calculate voltage drop using Ohm's Law ($V = I \times R$) and express it as a percentage (e.g., a 3% drop on a 120V circuit is 3.6V). Using dB to describe a 60 Hz line loss (which would be roughly -0.26 dB for a 3% drop) will only confuse electricians and power engineers, as dB is reserved for signal integrity, RF, and audio in the electrical trades.






