There is no direct universal conversion between Hertz (Hz) and decibels (dB) because they measure fundamentally different physical properties: Hz measures frequency (cycles per second), while dB measures a dimensionless amplitude or power ratio. However, if your search for a dB Hz to dB converter is driven by the need to find the exact dB attenuation at a specific Hz for a standard 1st-order RC low-pass filter with a 1,000 Hz cutoff frequency ($f_c$), the answer is fixed. At 2,000 Hz (one octave up), the exact voltage attenuation is -6.99 dB, and at 10,000 Hz (one decade up), it is -20.04 dB. The governing assumption that fixes this answer is the filter order and the -3 dB cutoff point.
The Core Formula: Calculating dB Attenuation at a Specific Hz
To convert a target frequency (Hz) into an attenuation value (dB), you must apply the transfer function of your specific circuit. For the most common benchmark—a 1st-order passive RC low-pass filter measuring voltage attenuation—the formula is:
Attenuation (dB) = 20 · log10( 1 / √(1 + (f / fc)2) )
Let’s substitute real values. Assume a cutoff frequency ($f_c$) of 1,000 Hz and a target frequency ($f$) of 5,000 Hz:
- Ratio ($f / f_c$) = 5,000 / 1,000 = 5
- Square the ratio: 52 = 25
- Add 1: 1 + 25 = 26
- Square root: √26 ≈ 5.099
- Invert: 1 / 5.099 ≈ 0.1961
- Log base 10: log10(0.1961) ≈ -0.7075
- Multiply by 20: 20 · -0.7075 = -14.15 dB
Bench Tip: Never use a standard multimeter to verify high-frequency dB attenuation. Standard DMMs roll off sharply after 1 kHz. Use a true-RMS meter with a specified bandwidth (like the Fluke 87V) or an oscilloscope to measure the peak-to-peak voltage at the target Hz, then calculate dB using 20 · log(Vout / Vin).
Reference Table: ±20% Frequency Range Around a 1 kHz Cutoff
When tuning audio crossovers or EMI filters, you rarely land exactly on the cutoff frequency. Below is a spec-sheet-table showing the exact voltage attenuation for a 1st-order filter across a ±20% frequency band around a 1,000 Hz $f_c$. This data is derived using the standard 1st-order filter equations.
| Frequency (Hz) | Ratio (f / fc) | Voltage Attenuation (dB) | Signal Passed (%) |
|---|---|---|---|
| 800 | 0.80 | -2.14 dB | 78.1% |
| 900 | 0.90 | -2.57 dB | 74.4% |
| 1,000 (fc) | 1.00 | -3.01 dB | 70.7% |
| 1,100 | 1.10 | -3.44 dB | 67.3% |
| 1,200 | 1.20 | -3.87 dB | 64.0% |
Why Voltage and Phase Don’t Shift the dB Answer
If you are coming from power electrical work where shifting from 120V to 230V or 3-phase drastically changes your amperage, wire sizing, and breaker selection, signal theory requires a mindset shift. Decibels are strictly a dimensionless ratio.
A 120V AC mains EMI filter, a 230V industrial line filter, and a 3.3V DC audio signal filter will all yield the exact same dB attenuation at a given Hz, provided they share the same cutoff frequency and filter order. The absolute voltage level and phase count do not shift the dB answer. The only variables that shift the attenuation curve are the filter order (1st, 2nd, 4th) and the topology (Butterworth, Chebyshev, Bessel). For deeper architectural differences, refer to the Texas Instruments Filter Designer tool to visualize how topology shifts the phase response without altering the fundamental dB/Hz ratio math.
Decision Tree: Selecting Filter Order for Target dB/Hz Specs
Use this decision-tree-table to terminate your design process with a concrete component pick. Assume your goal is to attenuate a specific noise frequency ($f_{noise}$) that sits exactly one decade (10x) above your desired signal cutoff ($f_c$).
| Target Attenuation at 10x fc | Required Filter Order | Roll-off Rate | Concrete Implementation Pick |
|---|---|---|---|
| -20 dB | 1st Order | -20 dB/decade | Passive RC (1x Resistor, 1x Capacitor) |
| -40 dB | 2nd Order | -40 dB/decade | Active Sallen-Key Butterworth (Op-Amp + 2x R + 2x C) |
| -60 dB | 3rd Order | -60 dB/decade | Cascaded 2nd-order + 1st-order passive RC |
| -80 dB or more | 4th Order | -80 dB/decade | Cascaded Dual Sallen-Key (Use OPA2134 or TL072) |
The Verdict: If you need to kill 60 Hz mains hum by at least -40 dB, and your audio signal cutoff is 6 Hz (one decade below 60 Hz), a 1st-order filter will fail you (only providing -20 dB). Choose the 2nd-order Sallen-Key Butterworth. It guarantees the -40 dB drop at 60 Hz while maintaining a maximally flat passband for your audio.
When a dB-to-Hz Conversion is Physically Meaningless
In AC power calculations, a Watts-to-Amps conversion is meaningless if the power factor (pf) is unknown. In signal filtering, the exact equivalent is the Quality Factor (Q) or damping ratio.
If you are analyzing an LC bandpass, notch filter, or any resonant circuit and the Q-factor is unknown, calculating the dB at a specific Hz is physically meaningless. Why? Because the resonant peak amplitude is entirely dictated by parasitic resistance. An LC circuit with a high Q (low resistance) might show a +20 dB gain at the resonant Hz, while the exact same L and C values with a low Q (high resistance) might show a -3 dB loss at that same Hz. Without knowing the Q-factor or the exact ESR (Equivalent Series Resistance) of your inductors and capacitors, the dB value at the resonant Hz is a guess.
FAQ: dB and Hz Conversion Edge Cases
Q: Can I use the 20·log formula for power measurements?
A: No. The 20·log formula is strictly for voltage and current ratios. If you are measuring actual power (Watts) across a load, you must use 10·log10(Pout / Pin). Using the 20x multiplier on power ratios will result in an answer that is exactly double the true dB value.
Q: Why does my real-world 2nd-order filter only show -35 dB at 10x fc instead of -40 dB?
A: Op-amp bandwidth limitations. At high frequencies, the open-loop gain of standard op-amps (like the LM358) drops off. This causes the filter’s stopband to “floor out” rather than continuing its -40 dB/decade descent. For strict high-frequency attenuation, use an RF-grade op-amp or add a passive 1st-order RC stage after the active filter to absorb the high-end bleed-through.
Q: Does the dB answer change if I measure across a 50-ohm vs a 10k-ohm load?
A: For an ideal active filter (using op-amps with near-zero output impedance), the load resistance does not shift the dB attenuation. However, for a passive RC filter, the load resistance acts in parallel with your filter resistor/capacitor, effectively shifting your $f_c$ and ruining your calculated dB/Hz ratio. Always buffer passive filters with a unity-gain op-amp before driving a low-impedance load.






