信号の振幅が0 dB未満であるとはどういう意味ですか?


8

私は(.NET、C、C ++などの高水準言語を使用する)ソフトウェア開発者であり、コンピューターが低レベルでどのように機能するかを理解しようとしています。

(上から下)/ 2で計算されるため、振幅は常に正であると理解しています。ただし、実際には負の振幅が何であるか、つまり波が平衡(0)を下回った場合はどういう意味かわかりません。

紛らわしい負の値はデシベル(dB)で示されます。

これはおそらく物理学の問題ですが、アナログ回路を理解しようとしています。


正弦波のような振幅をdBで表すのですか?
Oli Glaser 2013年

@オリ・グレイザー、はい。
w0051977

回答:


16

デシベルdB)は比率を表す方法です。デシベルの最も実際的な使用法は、他のものと比較してあるものを測定することです。負のデシベル数は、測定されるものが基準のものより小さいことを示します。

例として考えてみましょう dBm、パワーを測定するユニット p に関連して 1mW。したがって:

PdB=10log10(p1mW)

したがって、1mWは次のとおりです。

10log10(1mW1mW)=10log10(1)=0dBm

どうですか 100mW

10log10(100mW1mW)=10log10(100)=20dBm

どうですか 2μW

10log10(2μW1mW)=10log10(0.002)26.99dBm

電圧のようなものを検討する場合、電力は振幅の2乗に比例するため、値の2乗の比率を検討するのが通例です。例えば、1V1Ω 負荷は (1V)2/1Ω=1W、ただし電圧が2Vの場合 (2V)2/1Ω=4W。これは厄介な慣習だと思います。デシベルで表した測定値を電力のようにしたい場合は、電力を測定する必要があります。しかし、それは慣習であり、おそらく電話ネットワークを開発したエンジニアのせいにすることができます。

とにかく、考えてみよう dBV、これは1Vを基準として使用します。ここに例があります1V

10log10((1V)2(1V)2)=20log10(1V1V)=20log10(1)=0dBV

両方の電圧を小数で二乗するのではなく、対数に2を掛けることができることに注意してください。2つは数学的には同等ですが、2を掛けることは二乗より簡単です。

20log10(120V1V)=20log10(120)41.58dBV

20log10(3mV1V)=20log10(0.003)50.47dBV


2
If we are talking about an amplitude level such as voltage, then the formula is 20 * log10(Vsig/Vref) rather than 10 * log10(Vsig/Vref). So for example 100V is 40dBV, not 20dBV. The 10 * log10 is for power quantities, so 100mW in dBm would be 20dBm.
Oli Glaser

@OliGlaser right you are. Edited.
Phil Frost

There's a typo in the 2µW formula (s/V/W/) - I'd fix it but third party edits need to be at least 6 characters.
Paul R

4

The level for something like a sine wave is generally given as the RMS (Root Mean Square) value, which (for a sine wave) is 0.707 of the peak value.

For example, 240VAC mains voltage is actually (1/0.707) * 240V = 340V peak to peak - the RMS is used as this is the equivalent of the DC value power wise (i.e. 240VDC would provide the same power as 340VAC pk-pk) Since the RMS value is usually assumed, if you mean peak tp peak you should write e.g. 240VAC pk-pk if the highest pont is +/- 240V

Negative amplitude means the signal is attenuated relative to a reference point, so if you see e.g. -20dB, it means the signal is 1/10th of the reference value. dB on it's own is unitless, so you will see things like dBm (relative to 1mW → 0dB = 1mW), or dBV (relative to 1V → 0dB = 1V)

So if you see -3dBV, this means the level is 0.707 * 1V = 0.707V and -20dBV would be 0.1V.

Similarly 20dBV would mean 10V.

(In the below calculations log10 refers to the base 10 logarithm, as opposed to the natural logarithm or e.g. log2 for base 2 logarithm) The calculation for dB is 20 * log10(signal/ref), so for the above:

20 * log10(10/1) = 20dBV

For the 0.707 case:

20 * log10(0.707) = -3dBV

1mV in dBV would be:

20 * log10(0.001/1) = -60dBV

For measurements of power, the calculation is:

10 * log10(power_level/ref_power_level) so for example, 100W in dBW would be:

10 * log10(100/1) = 20dBW

So a negative amplitude means a reduction in amplitude relative to a reference point.

See the Wikipedia page on Decibels.


Technically that's negative log amplitude, the amplitude itself is still positive. But in common usage, you're right.
Brian Drummond

"Amplitude in something like a sine wave is generally given as the RMS (Root Mean Square) value" - couldn't this be misleading? Consider a sine wave, zero offset, 2Vpkpk. The amplitude of this signal is 1V, the RMS value is 0.7V. It's clear where you're heading when you continue on to dB, but amplitude and RMS are not necessarily the same thing. Not saying you're wrong, but it really depends a lot on the context, and someone could confuse amplitude and RMS. Maybe level would be better than amplitude?
zebonaut

@zebonaut - fair point, I will alter the wording to "level".
Oli Glaser

@Brian - yes, the amplitude is always positive, so the question confused me initially (which is why I asked about dB) whether it was about the negative swing or the amplitude in reference to something. After the comment/edit to question, it appears the confusion is over negative dB values.
Oli Glaser

0

The question is a little unclear to me : but if you mean, how is amplitude measured or defined while the signal is below 0V, then remember the difference between speed and velocity : amplitude (like speed) is a magnitude, and is either zero or positive.

The signal (like velocity) is a vector : velocity is defined by speed and direction; signal (restricting the discussion to cosines for the moment) is defined by amplitude and phase. Thus the negative peak -V of the signal is defined as amplitude V and phase Pi (or 180 degrees).

More complex signals can be represented as a sum of different cosine waves with different frequencies, amplitude and phases, the Fourier transform is a technique for translating an arbitrary waveform into such a representation (and back again)


0

Decibels describe the ratio of signal strengths, according to how many factors of ten a new signal (such as some circuit's output) is compared to the original or some standard reference signal.

When the output is smaller than the input, you'll have to divide by some factors of ten -- the same as multiplying by 1/10, which is (10)^(-1). Thus negative decibels.

In the illustration, the big signal is an input to some gadget, and I made up the value 15.0V for its peak (from zero) amplitude. For a sine, the RMS voltage is 1/sqrt(2) of the peak amplitude. The peak-to-peak is double. The second sine wave has a smaller amplitude. If we imagine applying these sine waves to a simple load (the resistor), currents will flow in proportion to the voltages.

Power is voltage times current, so the smaller signal's power (heating the resistor) is (0.4)^2 of the original's power. This power ratio is what engineers usually care about.

Engineers, being fond of slide rules and easy math, use base ten logarithms for a lot of things. A chain of amplifiers and lossy filters can be dealt with more easily by adding logarithms of gains and losses, instead of multiplying the gains and loss factors. A factor of 10 is one "Bel" but since we're often dealing with fractional quantities like 0.3 Bel (a doubling of power), for ages we've been using decibels to shift that decimal point over.

Note that dB always (usually) refer to power and not voltages. Note also that it doesn't matter if we use peak amplitude, peak-to-peak, or RMS, as long as we're consistent measuring the input and output the same way.

Illustration showing relation between amplitudes, power, decibels.


0

Zero decibels means unity gain, or no change in signal level, because 100=1.

Decibels are usually some relative measure, like output related to input.Positive decibel values are increases in signal level (amplification), and negative decibel values are decreases (attenuation).

I recently created a panel where some knobs are labeled as going from to 0 decibels, with a gradation of negatively valued ticks in between. This reflects the fact that the knob is a linear potentiometer which attenuates the input signal. means that the signal is completely trimmed to zero, and 0 means that the full signal is passed through. The midpoint is marked 6 because the voltage is cut in half. Voltage cut in half means power is reduced to a quarter, which is about six decibels down: 20×log10(0.5).

There exist scales of measure in which decibels are associated with some absolute level. In those scales, zero decibels will refer to a specific absolute voltage or wattage or other quantity. For example, in the dBm scale, 0 dB is one milliwatt. In the dBu scale, zero decibels is 0.775 VRMS.

Regarding dB: that's a bit of an abuse of notation that appears on instrumentation, which everyone understands. Logarithms are not defined for zero, but grow large as their argument approaches zero from above. Of course, infinity is not a number, and a zero signal has no defined decibel value.


I wouldn't consider the −∞ as an abuse of notation any worse than the ∞ mark on camera focus dial. Basically, it marks a limiting case. On a lens with a 100mm focal length, if the subject is at distance d, from the lens, the film should be distance 1/(1/(100mm)-1/d). If one wanted to mark the lens for 10m, 100m, 1km, 10km, and 100km, the marks for the larger distances would be so close that resolving a focal distance to even within an order of magnitude would be tough. Simply using a ∞ mark is clearer.
supercat
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.