总谐波失真(Total Harmonic Distortion,THD)

     总谐波失真(英文全称Total Harmonic Distortion,THD )是指用信号源输入时,输出信号比输入信号多出的额外谐波 成分。功放工作时,由于电路 不可避免的振荡或其他谐振 生的二次,三次谐波与实际输入信号叠加, 在输出端输出的信号就不单纯是与输入信号完全相同的成分, 而是包括了谐波成分的信号, 这些多余出来的谐波成分与实际输入信号的对比, 用百分比来表示就称为总谐波失真。一般来说, 总谐波失真在1000赫兹附近最小, 所以大部分功放表明总谐波失真是用1000赫兹 信号做测试, 但有些更严格的厂家也提供20- 20000赫兹范围内的总谐波失真数据。总谐波失真在1%以下, 一般耳朵分辨不出来,超过10%就可以明显听出失真的成分。 这个总谐波失真的数值越小,音色就更加纯净。 一般产品的总谐波失真都小于1%@1kHz,但这个数值越小, 表明产品的品质越高。
     这里转一篇E文的报告,其中RMS(均方根)计算公式见:http://zh.wikipedia.org/zh-cn/%E5%9D%87%E6%96%B9%E6%A0%B9
One of the ways of expressing the "goodness" of an amplifier or other device is to use a number, based on measurements at a given power output level, expressing its "Total Harmonic Distortion." If an amplifier or other device is given a pure sine wave (i.e. just one frequency) at its input, the signal at the output will never be an exact copy of the input. There will always be some deviation in the shape of the waveform, which can be expressed as a series of "harmonics" of the fundamental frequency. This number indicates the RMS voltage equivalent of total harmonic distortion power , as a percentage of the total output RMS voltage.

Clear as mud? Let's say you've got a harmonic analyser or other way of determining the amount of each harmonic (such as an FFT spectrograph program on your computer). How do you convert these readings into a single THD figure, for comparison with other devices?

Before we go much further, it bears pointing out that there is considerable (and very valid) criticism of the practise of a single THD number to define the goodness of an amplifier. There are several weaknesses to this approach: not all harmonics are equally discordant; even harmonics tend to be much less dissonant then odd ones; higher harmonics are generally considered more dissonant; and a percentage number does not necessarily relate to how the ear perceives sound and distortion. Furthermore, it only describes one "kind" of distortion, and says nothing about intermodulation, phase errors, or other anomalies in the audio signal. There have been attempts to redefine THD to give more "weight" to higher harmonics, and other refinements, but as far as I know the industry has not agreed on any of these modified specs.

All that being said, a THD figure can be useful when combined with other specifications, such as IMD (intermodulation distortion), etc. Just don't assume that an amplifier with lower THD than another will necessarily sound better.

Let's first do it the wrong way, even though it appears intuitive. (Follow along with your calculator if you really want to understand what's going on here.) You've got a sine-wave generator at, say, 400 Hz. at the input of your amplifier, and set it so that it outputs 4 volts RMS into an 8-ohm load. You correctly compute the power into the load (using the formula P=E2 /R) as 4*4/8 = 2 watts. Let's say you measure the second harmonic at 0.3 volts RMS, and the third harmonic at 0.5 volts. For the sake of this discussion, let's assume that all other harmonics are way in the mud and can be neglected.

It doesn't take long to add 0.3 and 0.5 (=0.8), divide by 4 volts, and multiply by 100 to come up with an apparent THD of 20% . However, this answer is incorrect . The reason is that we have to add Power and convert to an equivalent voltage. Let's do it the proper way, as summarized in the table below:

HarmonicVoltagePower% Distortion
Fundamental4.0 volts2 watts
2nd Harm.0.3 volts.01125 W0.56225 %
3rd Harm.0.5 volts.03125 W1.5625 %
Total
.0425 W2.12475 %


"Hey, neat," you may be saying. "Only 2.12475% !" But we're not there yet; 2.12475% is another wrong answer. While this apparent THD figure is, indeed, representative of the total power of the harmonic content, we still have to convert this power to an equivalent RMS voltage in order to come up with a THD figure according to standard methodology.

So the correct answer is obtained by taking total harmonic power (0.0425 watts) and calculating the equivalent RMS voltage , given by the square root of power times output impedance, or about 0.583 volts in the example. i.e. SQRT(0.0425 watts * 8 ohms). So the THD value, as specified would actually be 100 times 0.583 volts divided by 4 volts = about 14.6% (correct answer).



To generalize this as an equation,

THD(%) = 100 * SQRT[(P2 + P3 + P4 + ... + Pn ) * Zout ] / Vt

where TDH(%) is total harmonic distortion, P represents the power of each harmonic, Zout equals the load impedance, and Vt is the total RMS output voltage (containing both the fundamental and the harmonic terms).


Another way of getting the correct answer would be to take the square root of the sum of the squares of harmonic component voltages . This is because power is proportional to the square of the voltage. Let's try it. SQRT(0.32 + 0.52 ) = SQRT(.09 + .25) = SQRT(0.34) = 0.583. Multiply by 100 (to get percent) and divide by 4 (fundamental voltage) gives the same correct result, approx. 14.6% .



In equation form,

THD(%) = 100 * SQRT[(V2 2 + V3 2 + V4 2 + ... + Vn 2 )] / Vt

where TDH(%) is total harmonic distortion, V represents the RMS voltage of each harmonic, and Vt is the total RMS output voltage.
Note that Zout is not present in this variant of the equation;
since P = V2 /Z, the impedance terms cancel.

Working from a Spectrogram

The above approach is quite workable if you have, say, a tunable filter and RMS-calibrated voltmeter or oscilloscope with which you can get the harmonic distortion voltages. However, in this day and age, it's usually easier, cheaper and possibly more accurate to use an FFT spectrograph program to analyse your output signal. A typical output graph (describing the harmonic distortion behaviour of my RA-100 amplifier with new Tesla/JJ tubes) is shown below:

RA-100 HD graph

I find this visual approach much more informative than a single THD number, since the relative strength of each harmonic is clearly illustrated; also, other relationships become readily apparent, such as (in this case) the attenuation of even harmonics because of the circuit's push-pull design. But for the sake of comparison (e.g. with similar designs) how would you derive the TDH% figure from the graph?

Doing it by hand would be even more tedious than the earlier examples, since relative output is generally shown in decibels. So for each harmonic, you would have to compute first the power represented by each component, then derive the voltage, and finally do the "square root of the sum of the squares" thing to come up with a single THD figure.

So why not put your computer to work for this also? I've worked up a simple spreadsheet, which you can download either in Excel (thd.xls) or Lotus 1-2-3 (thd.wks) format. When you open the spreadsheet, you'll see this:

thd.xls sample output

Both "instances" operate independantly, so you can easily do side-by-side comparisons of two sets of data (as, in this case, between the RA-100 at 12 watts and at 54 watts). To use this, first normalise your wave so that the peaks reach 100 percent, then do a FFT spectrum analysis. The result will be a graph similar to those shown here. Finally, read off the decibel values of each harmonic, and enter them into the appropriate cells in the "dB"column of the spreadsheet. For values that are "off the graph" enter some absurdly low dB value (e.g. -100) and the resultant computation for that harmonic will be negligible (unless you have a really really good amp!) ;-)

As an aside, it should be noted that your graphs will normally show the fundamental at slightly less than 0 dB, even if you first normalised your output wave to 100%. This is not an error in your program (for instance "CoolEdit"), it is due to the fact that the harmonic content effectively subtracts from the fundamental power.

You can have a look at the formulae in the "Power" columns and "Totals" rows if you want to understand what's going on here. I hope that some of you will find this useful.


One of the ways of expressing the "goodness" of an amplifier or other device is to use a number, based on measurements at a given power output level, expressing its "Total Harmonic Distortion." If an amplifier or other device is given a pure sine wave (i.e. just one frequency) at its input, the signal at the output will never be an exact copy of the input. There will always be some deviation in the shape of the waveform, which can be expressed as a series of "harmonics" of the fundamental frequency. This number indicates the RMS voltage equivalent of total harmonic distortion power , as a percentage of the total output RMS voltage.

Clear as mud? Let's say you've got a harmonic analyser or other way of determining the amount of each harmonic (such as an FFT spectrograph program on your computer). How do you convert these readings into a single THD figure, for comparison with other devices?

Before we go much further, it bears pointing out that there is considerable (and very valid) criticism of the practise of a single THD number to define the goodness of an amplifier. There are several weaknesses to this approach: not all harmonics are equally discordant; even harmonics tend to be much less dissonant then odd ones; higher harmonics are generally considered more dissonant; and a percentage number does not necessarily relate to how the ear perceives sound and distortion. Furthermore, it only describes one "kind" of distortion, and says nothing about intermodulation, phase errors, or other anomalies in the audio signal. There have been attempts to redefine THD to give more "weight" to higher harmonics, and other refinements, but as far as I know the industry has not agreed on any of these modified specs.

All that being said, a THD figure can be useful when combined with other specifications, such as IMD (intermodulation distortion), etc. Just don't assume that an amplifier with lower THD than another will necessarily sound better.

Let's first do it the wrong way, even though it appears intuitive. (Follow along with your calculator if you really want to understand what's going on here.) You've got a sine-wave generator at, say, 400 Hz. at the input of your amplifier, and set it so that it outputs 4 volts RMS into an 8-ohm load. You correctly compute the power into the load (using the formula P=E2 /R) as 4*4/8 = 2 watts. Let's say you measure the second harmonic at 0.3 volts RMS, and the third harmonic at 0.5 volts. For the sake of this discussion, let's assume that all other harmonics are way in the mud and can be neglected.

It doesn't take long to add 0.3 and 0.5 (=0.8), divide by 4 volts, and multiply by 100 to come up with an apparent THD of 20% . However, this answer is incorrect . The reason is that we have to add Power and convert to an equivalent voltage. Let's do it the proper way, as summarized in the table below:

HarmonicVoltagePower% Distortion
Fundamental4.0 volts2 watts
2nd Harm.0.3 volts.01125 W0.56225 %
3rd Harm.0.5 volts.03125 W1.5625 %
Total
.0425 W2.12475 %


"Hey, neat," you may be saying. "Only 2.12475% !" But we're not there yet; 2.12475% is another wrong answer. While this apparent THD figure is, indeed, representative of the total power of the harmonic content, we still have to convert this power to an equivalent RMS voltage in order to come up with a THD figure according to standard methodology.

So the correct answer is obtained by taking total harmonic power (0.0425 watts) and calculating the equivalent RMS voltage , given by the square root of power times output impedance, or about 0.583 volts in the example. i.e. SQRT(0.0425 watts * 8 ohms). So the THD value, as specified would actually be 100 times 0.583 volts divided by 4 volts = about 14.6% (correct answer).



To generalize this as an equation,

THD(%) = 100 * SQRT[(P2 + P3 + P4 + ... + Pn ) * Zout ] / Vt

where TDH(%) is total harmonic distortion, P represents the power of each harmonic, Zout equals the load impedance, and Vt is the total RMS output voltage (containing both the fundamental and the harmonic terms).


Another way of getting the correct answer would be to take the square root of the sum of the squares of harmonic component voltages . This is because power is proportional to the square of the voltage. Let's try it. SQRT(0.32 + 0.52 ) = SQRT(.09 + .25) = SQRT(0.34) = 0.583. Multiply by 100 (to get percent) and divide by 4 (fundamental voltage) gives the same correct result, approx. 14.6% .



In equation form,

THD(%) = 100 * SQRT[(V2 2 + V3 2 + V4 2 + ... + Vn 2 )] / Vt

where TDH(%) is total harmonic distortion, V represents the RMS voltage of each harmonic, and Vt is the total RMS output voltage.
Note that Zout is not present in this variant of the equation;
since P = V2 /Z, the impedance terms cancel.

Working from a Spectrogram

The above approach is quite workable if you have, say, a tunable filter and RMS-calibrated voltmeter or oscilloscope with which you can get the harmonic distortion voltages. However, in this day and age, it's usually easier, cheaper and possibly more accurate to use an FFT spectrograph program to analyse your output signal. A typical output graph (describing the harmonic distortion behaviour of my RA-100 amplifier with new Tesla/JJ tubes) is shown below:

RA-100 HD graph

I find this visual approach much more informative than a single THD number, since the relative strength of each harmonic is clearly illustrated; also, other relationships become readily apparent, such as (in this case) the attenuation of even harmonics because of the circuit's push-pull design. But for the sake of comparison (e.g. with similar designs) how would you derive the TDH% figure from the graph?

Doing it by hand would be even more tedious than the earlier examples, since relative output is generally shown in decibels. So for each harmonic, you would have to compute first the power represented by each component, then derive the voltage, and finally do the "square root of the sum of the squares" thing to come up with a single THD figure.

So why not put your computer to work for this also? I've worked up a simple spreadsheet, which you can download either in Excel (thd.xls) or Lotus 1-2-3 (thd.wks) format. When you open the spreadsheet, you'll see this:

thd.xls sample output

Both "instances" operate independantly, so you can easily do side-by-side comparisons of two sets of data (as, in this case, between the RA-100 at 12 watts and at 54 watts). To use this, first normalise your wave so that the peaks reach 100 percent, then do a FFT spectrum analysis. The result will be a graph similar to those shown here. Finally, read off the decibel values of each harmonic, and enter them into the appropriate cells in the "dB"column of the spreadsheet. For values that are "off the graph" enter some absurdly low dB value (e.g. -100) and the resultant computation for that harmonic will be negligible (unless you have a really really good amp!) ;-)

As an aside, it should be noted that your graphs will normally show the fundamental at slightly less than 0 dB, even if you first normalised your output wave to 100%. This is not an error in your program (for instance "CoolEdit"), it is due to the fact that the harmonic content effectively subtracts from the fundamental power.

You can have a look at the formulae in the "Power" columns and "Totals" rows if you want to understand what's going on here. I hope that some of you will find this useful.

  • 4
    点赞
  • 27
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值