Communication Systems/M-ary Modulation Schemes

From testwiki
Revision as of 22:08, 22 August 2007 by imported>Wknight8111 (Processing page text)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Communication Systems/Page

Now what if try to cram more information into a single bittime? If we take 2 bits at a time, and arrange them together, we can assign each set of 2 bits to a different symbol, and then we can transmit the different symbols.

Pronunciation

First off, "M-ary" is not pronounced like the female name "mary". If you say "mary" to a boardroom filled with engineers, they will laugh at you, and your boss will politely tell you later to start cleaning up your desk. "M-ary" is pronounced more like the word "memory", without the leading 'm'. Try pronouncing it like "emery".

Example: 4-ASK

Let us use the following scheme:

  • "00" = +5V
  • "01" = +1.66V
  • "10" = -1.66V
  • "11" = -5V

we can see now that we can transmit data twice as fast using this scheme, although we need to have a more complicated receiver, that can decide between 4 different pulses (instead of 2 different pulses, like we have been using).

Bits Per Symbol

All popular communication systems transmit an integer number of bits per symbol. We can relate the number of bits ("k") and the number of different symbols ("m") with the following equation:

m=2k

This causes the number of symbols to be a power of two.

With M-ary modulation techniques, the "symbols per second" rate can be much slower than the "bits per second" data rate.

QPSK

CPFSK (MSK)

[MSK]minimum shift keying

DPSK

For further reading