+ All Categories
Home > Documents > CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7...

CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7...

Date post: 13-Mar-2019
Category:
Upload: phamdiep
View: 219 times
Download: 0 times
Share this document with a friend
20
1 CS 294-7: Digital Modulation Prof. Randy H. Katz CS Division University of California, Berkeley Berkeley, CA 94720-1776 © 1996
Transcript
Page 1: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

1

CS 294-7: Digital Modulation

Prof. Randy H. KatzCS Division

University of California, BerkeleyBerkeley, CA 94720-1776

© 1996

Page 2: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

2

Analog Modulation: AM Radio

SpeechSignal

Time Time

Amplitude

Time

Replica ofSpeech Signal

Carrier amplitude wherespeech signal is zero

Carrier frequency

Amplitude Modulation (AM)

Page 3: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

3

Analog Modulation: FM Radio

SpeechSignal

Time

Time

AmplitudeCarrier Amplitude

Frequency Modulation (FM)

HighestFrequency

LowestFrequency

Signal goesnegative

Noise has a greater effecton amplitude than frequency

Sufficient to detect zerocrossings to reconstructthe signal

Easy to eliminate amplitudedistortion

Constant envelope, i.e., envelopeof carrier wave does not changewith changes in modulated signal

This means that more efficientamplifiers can be used, reducingpower demands

Page 4: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

4

Detection of FM SignalReceivedSignal

Limiter

Differentiator

Rectifier

PulseGenerator

Low PassFilter

SlicerThresholds

Slicer

Noise translates intoamplitude changes, andsometimes frequencychanges

Detection based onzero crossings: thelimiter

Alternative schemesto translate limited signalinto bit streams

Page 5: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

5

Digital Modulation Techniques

• Carrier wave s:– s(t) = A(t) * cos[ (t)]– Function of time varying amplitude A and time varying

angle

• Angle rewritten as:– (t) = 0 + (t)– 0 radian frequency, phase (t)

• s(t) = A(t) cos[ 0t + (t)]– radians per second– relationship between radians per second and hertz

» ƒ

Page 6: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

6

Digital Modulation Techniques

• Demodulation– Process of removing the carrier signal

• Detection– Process of symbol decision– Coherent detection

» Receiver users the carrier phase to detect signal» Cross correlate with replica signals at receiver» Match within threshold to make decision

– Noncoherent detection» Does not exploit phase reference information» Less complex receiver, but worse performance

Page 7: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

7

Digital Modulation Techniques

Coherent

Phase shift keying (PSK)Frequency shift keying (FSK)Amplitude shift keying (ASK)Continuous phase modulation (CPM)Hybrids

Noncoherent

FSKASKDifferential PSK (DPSK)CPMHybrids

Coherent (aka synchronous) detection: process received signal witha local carrier of same frequency and phase

Noncoherent (aka envelope) detection: requires no reference wave

Page 8: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

8

Metrics for Digital Modulation• Power Efficiency

– Ability of a modulation technique to preserve the fidelity of the digital message at low power levels

– Designer can increase noise immunity by increasing signal power

– Power efficiency is a measure of how much signal power should be increased to achieve a particular BER for a given modulation scheme

– Signal energy per bit / noise power spectral density: Eb / N0

• Bandwidth Efficiency– Ability to accomodate data within a limited bandwidth– Tradeoff between data rate and pulse width– Thruput data rate per hertz: R/B bps per Hz

• Shannon Limit: Channel capacity / bandwidth– C/B = log2(1 + S/N)

Page 9: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

9

Digital Modulation Techniques

• Modify carrier’s amplitude and/or phase (and frequency)• Constellation: Vector notation/polar coordinates

I = M cos

Q = M sin

M

M = magnitude = phase

In-phase component

Quadrature component (carrier shifted 90°)

Densely packedimplies bandwidthefficient

Bit error prob relatedto distances betweenclosest points

Page 10: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

10

Considerations in Choice of Modulation Scheme

• High spectral efficiency• High power efficiency• Robust to multipath effects• Low cost and ease of implementation• Low carrier-to-cochannel interference ratio• Low out-of-band radiation• Constant or near constant envelope

– Constant: only phase is modulated– Non-constant: phase and amplitude modulated

Page 11: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

11

Binary Modulation Schemes• Amplitude Shift Keying (ASK)

– Transmission on/off to represent 1/0– Note use of term “keying,” like a telegraph key

• Frequency Shift Keying (FSK)– 1/0 represented by two different frequencies slightly

offset from carrier frequency

Data

High Frequency

Low Frequency

FSK Waveform

Page 12: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

12

Phase Shift Keying

• Binary Phase Shift Keying (BPSK)– Use alternative sine wave phase to encode bits– Simple to implement, inefficient use of bandwidth– Very robust, used extensively in satellite communications

I

Q

1 state0 state

Phases separated by 180˚(π radians)

Data

Carrier

Carrier + π

BPSKWaveform

Page 13: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

13

Phase Shift Keying

• Quadrature Phase Shift Keying (QPSK)– Multilevel modulation technique: 2 bits per symbol– More spectrally efficient, more complex receiver

I

Q11 state01 state

10 state00 state

Phase of carrier: π/4, 3π/4, 5π/4, 7π/4

2x bandwidth efficiency of BPSK

Output waveform is sum of modulated ±Cosine and ±Sine wave

Page 14: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

14

Quadrature Phase Shift Keying

Cosine Carrier Wave

Cos + Sin

1 1

π4

-Cos + Sin

3π4

1 0

-Cos - Sin

5π4

0 0

Cos - Sin

0 1

7π4

Page 15: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

15

Minimum Shift Keying

• Special form of (continuous phase) frequency shift keying– Minimum spacing that allows two frequencies states to be orthogonal – Spectrally efficient, easily generated

I

Q

Time

Amplitude

Minimum Shift Keying (MSK)

1 cycle 1 cycle

1.5 cycles

Phase continuity at the bit transitions

Page 16: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

16

Generating Minimum Shift Keying

Data

Odd Bits

Even Bits

High Frequency

Low Frequency

MSK Waveform

Odd, Even Bitsstretched to 2 bit times

Odd1-11-1

Even11-1-1

FreqHiLoLoHi

Sense+–+–

Bit Value MSK Output

Hi+

Lo–

Lo–

Lo–

Lo–

Hi+

Lo–

Hi–

Hi–

Notice smooth phase transitions!

Page 17: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

17

Gaussian Minimum Shift Keying (GMSK)

• MSK + premodulation Gaussian low pass filter• Increases spectral efficiency with sharper cutoff,

excellent power efficiency due to constant envelope

• Used extensively in second generation digital cellular and cordless telephone applications

– GSM digital cellular: 1.35 bps/Hz– DECT cordless telephone: 0.67 bps/Hz– RAM Mobile Data

MSK Waveform

GMSK Waveform

+90°

-90°

No sudden shifts in phase

Page 18: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

18

π/4-Shifted QPSK

• Variation on QPSK– Restricted carrier phase transition to +/- π/4 and +/- 3π/4– Signaling elements selected in turn from two QPSK constellations,

each shifted by π/4– Maximum phase change is ±135˚ vs. 180˚ for QPSK, thus maintaining

constant envelope (i.e., amplitude of QPSK signal not constant for short interval during 180˚ phase changes)

• Popular in Second Generation Systems– North American Digital Cellular (IS-54): 1.62 bps/Hz– Japanese Digital Cellular System: 1.68 bps/Hz– European TETRA System: 1.44 bps/Hz– Japanese Personal Handy Phone (PHP) I

Q

Page 19: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

19

π/4-Shifted QPSK

• Advantages:– Two bits per symbol, twice as efficient as GMSK– Phase transitions avoid center of diagram, remove some design

constraints on amplifier– Always a phase change between symbols, leading to self clocking

00

10

01

11

00

01

11

10

… 00 00 01 …

00

01 11

10Data00011011

Phase Change

45°135°-45°

-135°

Page 20: CS 294-7: Digital Modulationbnrg.cs.berkeley.edu/~randy/Courses/CS294.S96/Modulation.pdf · 7 Digital Modulation Techniques Coherent Phase shift keying (PSK) Frequency shift keying

20

Quadrature Amplitude Modulation

• Quadrature Amplitude Modulation (QAM)– Amplitude modulation on both quadrature carriers– 2n discrete levels, n = 2 same as QPSK

• Extensive use in digital microwave radio links

I

Q16 Level QAM


Recommended