Total Harmonic Distortion (THD)
Enter a fundamental amplitude and harmonic amplitudes to compute THD (%) and THD (dB). Optional THD+N supported.
How to Use
- Enter the Fundamental amplitude (V1).
- Enter harmonic amplitudes (V2..Vn). Leave unused harmonics blank or 0.
- Enable THD+N to include a noise RMS term.
- Open Show Work for the exact formula and steps.
Inputs & Settings
All math is performed client-side. THD uses RMS magnitudes: THD = √(Σ Vn²) / V1.
Show Work (step-by-step)
—
Work is shown using base RMS units and ratios for clarity.
Reference
THD ratio: THD = √(V2² + V3² + … + Vn²) / V1
- THD (%):
THD% = THD × 100 - THD (dB):
THD_dB = 20·log10(THD) - THD+N ratio (optional):
THD+N = √(V2²+…+Vn²+N²)/V1
Inputs should be RMS magnitudes at each harmonic (typical analyzer output).
FAQ
Do I need harmonics in RMS?
Yes. THD is typically defined using RMS magnitudes. If your tool reports peak values, convert to RMS first.
Why can THD (dB) be negative?
THD is a ratio less than 1 for most systems, so 20·log10(THD) is negative (lower is better).
What’s the difference between THD and THD+N?
THD uses harmonics only. THD+N includes broadband noise as an additional RMS term.
Tool Info
Last updated:
Updates may include more harmonic orders, additional unit modes, and edge-case handling.