howto:hambasics:sections:mathbasics
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howto:hambasics:sections:mathbasics [2020/12/23 13:25] – [dBm] va7fi | howto:hambasics:sections:mathbasics [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~NOTOC~~ | ||
- | |||
- | ====== Metric Prefix ====== | ||
- | |||
- | A metric prefix is a unit prefix that precedes a basic unit of measure to indicate a multiple or fraction of the unit. | ||
- | |||
- | In the previous section, we saw that Mhz means a million Hertz. | ||
- | |||
- | <WRAP indent> | ||
- | ^Name ^Symbol ^Base 10 | ||
- | |Tera | T |10< | ||
- | |Giga | G |10< | ||
- | |Mega | M |10< | ||
- | |Kilo | k |10< | ||
- | |hecto | h |10< | ||
- | |deca | da | ||
- | | | ||
- | |deci | d |10< | ||
- | |centi | c |10< | ||
- | |milli | m |10< | ||
- | |micro | μ |10< | ||
- | |nano | n |10< | ||
- | |pico | p |10< | ||
- | </ | ||
- | |||
- | |||
- | ====== The decibel ====== | ||
- | |||
- | A decibel (dB) is a way of saying how many times bigger (or smaller) something is compared to something else. For example, let's use the faintest sound that the human ear can detect as the basis. | ||
- | |||
- | Here's the idea. Start with representing numbers by exponents of 10: | ||
- | |||
- | <WRAP indent> | ||
- | ^ | ||
- | | 1 =|10< | ||
- | | 10 =|10< | ||
- | | 100 =|10< | ||
- | | 1000 =|10< | ||
- | | 10 000 =|10< | ||
- | | 100 000 =|10< | ||
- | | 1 000 000 =|10< | ||
- | </ | ||
- | |||
- | If you're math is a little rusty, notice how the exponent counts the number of zeros after the one (1 000 000 has 6 zeros so it's equal to 10< | ||
- | |||
- | For now, let's call the exponent a " | ||
- | * Instead of saying that a sound is **1000 times** louder, we could say that it's **3 bels** louder, and | ||
- | * Instead of saying that it's **10,000 times** louder, we could say that it's **4 bels** louder. | ||
- | |||
- | So the bel is just the number of zeros after the 1. But what if the number doesn' | ||
- | * Since 5000 is between 1000 and 10,000, it might be tempting to say that it would 3.5 bels louder (midway between 3 and 4), but let's check to see if it works: 10< | ||
- | * By trial and error, you might get pretty close: 10< | ||
- | * But a faster way of finding the exponent of a base 10 number is to use the < | ||
- | |||
- | In the same way that //milli// means a thousandth, and //centi// means a hundredth (think millimetre and centimetre), | ||
- | |||
- | So another way of saying 3.7 bels is to say 37 decibels, or 37 dB. So here's our table again with a few common "in between" | ||
- | |||
- | <WRAP indent> | ||
- | ^ Number ^ Base 10 ^ Exponent (bels) ^ decibels (dB) | | ||
- | | 1 =|10< | ||
- | | 2 ≈|10< | ||
- | | 4 ≈|10< | ||
- | | 8 ≈|10< | ||
- | | 10 =|10< | ||
- | | 100 =|10< | ||
- | | 1000 =|10< | ||
- | | 10 000 =|10< | ||
- | | 100 000 =|10< | ||
- | | 1 000 000 =|10< | ||
- | </ | ||
- | |||
- | In addition to being more convenient to represent big numbers, decibels also allow us to <fc # | ||
- | * 100 x 1000 = 100,000 | ||
- | |||
- | Let's write the same thing again in powers of 10: | ||
- | * 10< | ||
- | |||
- | Notice that while the numbers are multiplying (100 x 1000), the exponents are adding (2 + 3). So 100 <fc # | ||
- | |||
- | Look back at the previous table; if you double the power, three times in a row: | ||
- | * The final power is 2 x 2 x 2 = 8 times more powerful than the original. | ||
- | * In terms of dB, we can instead add 3dB three times: 3dB + 3dB + 3dB = 9dB. | ||
- | |||
- | Here's a quick exercise: Using only the table above, what is the dB representation of 4000? | ||
- | < | ||
- | |||
- | A 4000 fold increase is the same as a 1000 fold followed by two doubling. | ||
- | * 1000 x 2 x 2 = 4000 | ||
- | |||
- | Which means: | ||
- | * 30dB + 3dB + 3dB = 36dB | ||
- | |||
- | Quick calculator check: 10< | ||
- | |||
- | So the only thing to memorize with decibels is that: | ||
- | * a bel (10 dB) is the number of zeros after the 1. So that takes care of knowing 10dB, 20dB, 30dB, ... | ||
- | * 3dB is one doubling. | ||
- | |||
- | With these two things, we can now estimate a bunch of in between numbers like 36dB (30dB + 3dB + 3dB), or 13dB (10dB + 3dB) | ||
- | </ | ||
- | \\ | ||
- | |||
- | Here's Dave explaining this in more details: | ||
- | |||
- | {{ youtube> | ||
- | |||
- | ===== Alternative Formulation ===== | ||
- | |||
- | If you like formulas, what I did above was define the dB // | ||
- | |||
- | <WRAP box center 15em> | ||
- | \$$ \text{ratio} = 10^{\left(\frac{\text{dB}}{10} \right)} \$$ | ||
- | </ | ||
- | |||
- | For example, a ratio of 1000 is equivalent to 30 dB because: | ||
- | |||
- | \$$ 1000 = 10^{\left(\frac{\text{30}}{10} \right)} \$$ | ||
- | |||
- | But what you'll often find in books is the following // | ||
- | <WRAP box center 15em> | ||
- | \$$ \text{dB} = 10\log\left(\text{ratio}\right) \$$ | ||
- | </ | ||
- | |||
- | While the two are definitions are mathematically equivalent((These two definitions are equivalent because the log function is the inverse of the power function. | ||
- | I personally prefer the // | ||
- | |||
- | |||
- | ===== dBm ===== | ||
- | A related measurement is the dBm. While the decibel (dB) is a ratio between two quantities (saying "20 dB" is the same as saying "100 times more" | ||
- | |||
- | For example, a typical fibre optic light signal to a house for internet has a light level of -16 dBm. This means the light has an output power of 25 μW (microwatts) because: | ||
- | <WRAP centeralign> | ||
- | \$$-16 \text{ dBm} = 1 \text{ mW} \div 10^{1.6} | ||
- | </ | ||
- | |||
- | Notice how the minus sign in front of the dB means that the power is less (not more) so it's divides (not multiply). | ||
- | [[wavemodulation |{{/ | ||
howto/hambasics/sections/mathbasics.1608758751.txt.gz · Last modified: by va7fi