hambasics:sections:mathbasics
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
hambasics:sections:mathbasics [2025/06/25 21:02] – [Conversion] va7fi | hambasics:sections:mathbasics [2025/06/25 22:51] (current) – [Metric Prefix] va7fi | ||
---|---|---|---|
Line 3: | Line 3: | ||
A metric prefix is a unit prefix that precedes a basic unit of measure to indicate a multiple or fraction of the unit. | 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. | + | In the previous section, we saw that MHz means a million Hertz. |
<WRAP indent> | <WRAP indent> | ||
Line 103: | Line 103: | ||
{{ youtube> | {{ youtube> | ||
+ | |||
===== Alternative Formulation ===== | ===== Alternative Formulation ===== | ||
Line 126: | Line 127: | ||
===== dBm ===== | ===== 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" | 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" | ||
Line 134: | Line 136: | ||
Notice how the minus sign in front of the dBm means that the power is less (not more) so it divides (not multiply). | Notice how the minus sign in front of the dBm means that the power is less (not more) so it divides (not multiply). | ||
+ | |||
====== Binary Numbers ====== | ====== Binary Numbers ====== | ||
Line 169: | Line 172: | ||
Do you see the pattern? | Do you see the pattern? | ||
- | < | + | < |
^Base 2 ^ Base 10 | | ^Base 2 ^ Base 10 | | ||
|0000 | 0 | | |0000 | 0 | | ||
Line 219: | Line 222: | ||
Converting the other way around is a bit different, but kind of makes sense if you think about it. Here are the steps to convert \$ 13_{10} \$ back to \$1101_2\$ and I'll explain a bit more after: | Converting the other way around is a bit different, but kind of makes sense if you think about it. Here are the steps to convert \$ 13_{10} \$ back to \$1101_2\$ and I'll explain a bit more after: | ||
- | < | + | < |
^ Division by 2 ^In Decimal ^As fraction | ^ Division by 2 ^In Decimal ^As fraction | ||
|13÷2 | |13÷2 | ||
Line 252: | Line 255: | ||
Let's look at a trivial example converting 2037 from base 10 to base 10 (trivial indeed!): | Let's look at a trivial example converting 2037 from base 10 to base 10 (trivial indeed!): | ||
- | < | + | < |
^ Division by 10 ^In Decimal | ^ Division by 10 ^In Decimal | ||
|2037÷10 | |2037÷10 | ||
Line 276: | Line 279: | ||
\end{align*} | \end{align*} | ||
- | On reason why hexadecimal is so useful in computer science is because one " | + | One reason why hexadecimal is so useful in computer science is because one hexadecimal |
- | < | + | < |
- | ^Decimal ^Hexadecimal ^Binary | + | ^ Decimal ^ Hexadecimal ^ Binary |
- | |1 | + | | 1 | 1 | |
- | |2 | + | | 2 | 2 | 10 | |
- | |3 | + | | 3 | 3 | 11 | |
- | |4 | + | | 4 | 4 | |
- | | | + | | ... ||| |
- | |7 | + | | 7 | 7 | |
- | |8 | + | | 8 | 8 | 1000 | |
- | | | + | | ... ||| |
- | |15 |F |1111 | + | ^ 15 ^ |
- | |16 |10 |10000 | + | | |
- | | | + | | ... ||| |
- | |31 |1F |11111 | + | | |
- | |32 |20 |100000 | + | | |
- | | | + | | ... ||| |
- | |63 |3F |111111 | + | | |
- | |64 |40 |1000000 | + | | |
- | | | + | | ... ||| |
- | |127 | + | | 127 | |
- | |128 | + | | 128 | |
+ | | ... ||| | ||
+ | ^ 255 ^ FF ^ 1111 1111 | | ||
+ | | 256 | 100 | 1 0000 0000 | | ||
+ | | ... ||| | ||
+ | ^ 4095 ^ FFF ^ 1111 1111 1111 | | ||
+ | | 4096 | 1000 | 1 0000 0000 0000 | | ||
</ | </ | ||
[[wavemodulation |{{/ | [[wavemodulation |{{/ |
hambasics/sections/mathbasics.1750910528.txt.gz · Last modified: by va7fi