Plan your future with our Retirement Budget Calculator

Total Harmonic Distortion (THD) Calculator

Enter the fundamental amplitude and comma-separated harmonic voltages to calculate THD%, THD in dB, signal purity, and a full harmonic breakdown.
Loading...
Luis GonzalezCreated by Luis GonzalezLast updated:

How to Use This Calculator

  1. 1

    Enter the fundamental amplitude

    Input the RMS amplitude (in Volts) of the primary, desired frequency component of your signal.

  2. 2

    List harmonic amplitudes (comma-separated)

    Enter the RMS amplitude (in Volts) of each significant harmonic frequency. For example, '0.05, 0.02, 0.01' for the 2nd, 3rd, and 4th harmonics.

  3. 3

    Review THD metrics and signal purity

    The calculator will display Total Harmonic Distortion in percentage and decibels, along with signal purity and dominant harmonic information.

Example Calculation

An audio engineer measures a fundamental amplitude of 1V and harmonic amplitudes of 0.05V, 0.02V, 0.01V, and 0.005V, seeking to determine the signal's THD.

Fundamental Amplitude (V)

1

Harmonics (V, comma-separated)

0.05, 0.02, 0.01, 0.005

Results

5.59%

Tips

Minimize Harmonics from the Source

The best way to achieve low THD is to start with a clean signal source. Ensure your signal generators, power supplies, and pre-amplifiers are designed for minimal distortion, as it's difficult to remove once introduced.

Use High-Quality Components

In audio systems, passive components like capacitors and resistors can introduce subtle distortions if not chosen carefully. Opt for low-distortion, audiophile-grade components in critical signal paths to maintain signal purity.

Understand Amplifier Class Differences

Different amplifier classes (A, AB, D) have varying inherent THD characteristics. Class A amplifiers typically have lower distortion but are less efficient, while Class D are highly efficient but may require careful filtering to manage switching noise and harmonics.

Analyzing Signal Purity with the Total Harmonic Distortion (THD) Calculator

Total Harmonic Distortion (THD) is a critical metric for assessing the purity of electrical signals, particularly in audio and power systems. The Total Harmonic Distortion (THD) Calculator quantifies this distortion based on the fundamental amplitude and the amplitudes of individual harmonics. For a signal with a 1V fundamental and several harmonics, the THD might be around 5.59%, indicating a measurable level of signal corruption that could impact performance or audio fidelity.

Why Understanding THD is Crucial in Electrical Engineering

In electrical engineering, especially in audio electronics, power systems, and telecommunications, understanding THD is paramount because it directly impacts system performance and reliability. High THD in audio can lead to a degraded listening experience, characterized by muddiness or harshness. In power systems, excessive harmonics can cause increased heating in transformers and motors, trigger circuit breakers, reduce power factor, and interfere with sensitive electronic equipment. By quantifying THD, engineers can diagnose issues, select appropriate components, and design systems that deliver clean, efficient power or high-fidelity audio.

The Mathematical Basis of Total Harmonic Distortion

The Total Harmonic Distortion (THD) is calculated by comparing the RMS amplitude of the harmonic components to the RMS amplitude of the fundamental frequency.

The core formula is:

RMS_harmonics = SQRT(H2^2 + H3^2 + H4^2 + ...)
THD (%) = (RMS_harmonics / Fundamental Amplitude) × 100
THD (dB) = 20 × LOG10(RMS_harmonics / Fundamental Amplitude)

Here, Fundamental Amplitude is the RMS voltage of the primary signal component, and H2, H3, H4 represent the RMS voltages of the 2nd, 3rd, and 4th harmonics, respectively. The calculator first sums the squares of all harmonic amplitudes, takes the square root to find the total RMS harmonic content, and then expresses this as a percentage or decibel ratio relative to the fundamental.

💡 Understanding the impact of individual harmonic amplitudes on overall signal purity is key; our Inductors in Series Calculator, while for a different domain, illustrates how individual component values combine to affect a larger system.

Example: Measuring THD in an Audio Amplifier Output

An audio engineer is testing a new amplifier and measures the following RMS amplitudes at its output:

  1. Fundamental Amplitude: 1 V
  2. Harmonics (comma-separated): 0.05 V (2nd), 0.02 V (3rd), 0.01 V (4th), 0.005 V (5th)

Let's calculate the THD:

  • Sum of Squares of Harmonics: (0.05^2) + (0.02^2) + (0.01^2) + (0.005^2) = 0.0025 + 0.0004 + 0.0001 + 0.000025 = 0.003025
  • RMS of Harmonics: SQRT(0.003025) ≈ 0.055 V
  • THD (%): (0.055 V / 1 V) × 100 = 5.59% (rounded to two decimal places)
  • THD (dB): 20 × LOG10(0.055 / 1) ≈ -25.17 dB

This analysis reveals a Total Harmonic Distortion of 5.59% (or -25.17 dB) for the amplifier's output, indicating a level of distortion that would likely be audible and warrant further investigation in a high-fidelity audio system.

💡 To further optimize power quality and efficiency in electrical systems, understanding how to mitigate losses is important; our Industrial Motor Efficiency Calculator helps assess energy usage in another critical area.

THD in Power Systems: Impact on Efficiency and Reliability

In power systems, Total Harmonic Distortion (THD) is a critical indicator of power quality, significantly impacting the efficiency and reliability of electrical grids and connected equipment. The presence of non-linear loads, such as variable frequency drives, LED lighting, and switch-mode power supplies, injects harmonic currents back into the system. These harmonics cause voltage distortion, leading to increased I²R losses in transformers and cables, which reduces overall system efficiency and generates excess heat. For instance, a THD(V) above 5% can significantly shorten the lifespan of motors and capacitors and may cause nuisance tripping of protective devices. Utility companies often impose limits on the THD of current that industrial consumers can inject into the grid (e.g., IEEE Standard 519-2014 sets limits typically below 5% for voltage THD at the point of common coupling).

Total Harmonic Distortion (THD) Formula Variants

While the most common definition for Total Harmonic Distortion (THD) calculates the ratio of the RMS of all harmonic components to the RMS of the fundamental component (often referred to as THD-R), there are other variants, each suited for different applications.

One significant variant is THD-F, which calculates the ratio of the RMS of all harmonic components to the RMS of the total signal (including the fundamental). This is sometimes used in power quality analysis, particularly in older standards or specific instrumentation.

The formula for THD-F is:

RMS_harmonics = SQRT(H2^2 + H3^2 + H4^2 + ...)
RMS_total = SQRT(Fundamental^2 + H2^2 + H3^2 + H4^2 + ...)
THD-F (%) = (RMS_harmonics / RMS_total) × 100

In contrast, the more widely used THD-R (or simply THD in audio contexts) is:

RMS_harmonics = SQRT(H2^2 + H3^2 + H4^2 + ...)
THD-R (%) = (RMS_harmonics / Fundamental Amplitude) × 100

The key difference lies in the denominator: THD-R normalizes against the fundamental component, while THD-F normalizes against the entire signal including the fundamental. For signals with low distortion, the values of THD-R and THD-F will be very similar. However, as distortion increases, THD-F will yield a lower percentage value than THD-R for the same harmonic content, as its denominator is larger. Engineers typically choose THD-R for audio and signal fidelity applications as it more directly reflects the unwanted harmonic content relative to the desired signal.

Frequently Asked Questions

What is Total Harmonic Distortion (THD)?

Total Harmonic Distortion (THD) is a measure of the harmonic content in a signal compared to its fundamental frequency, expressed as a percentage. It quantifies how much the waveform deviates from a pure sine wave due to the presence of harmonics, which are integer multiples of the fundamental frequency, indicating signal purity and linearity.

Why is low THD desirable in audio systems?

Low THD is desirable in audio systems because high harmonic distortion can introduce unwanted coloration, harshness, or 'fuzziness' to the sound, making it less natural and fatiguing to listen to. Audiophiles and engineers strive for THD levels below 0.1% for high-fidelity reproduction, as distortion becomes increasingly audible above this threshold.

What is the difference between THD and THD-F?

THD (Total Harmonic Distortion) traditionally refers to THD-R (THD Root Mean Square), which calculates the ratio of the RMS sum of all harmonic components to the RMS value of the fundamental component. THD-F (THD Fundamental) calculates the ratio of the RMS sum of all harmonic components to the RMS value of the *total* signal, including the fundamental. THD-R is more common in audio, while THD-F is sometimes used in power systems.

What causes harmonic distortion in electrical systems?

Harmonic distortion in electrical systems is primarily caused by non-linear loads, which draw current in a non-sinusoidal manner even when supplied by a sinusoidal voltage. Common non-linear loads include power electronics (rectifiers, inverters), variable frequency drives, computers, LED lighting, and arc furnaces, which introduce harmonics into the power grid.