<<

Physical Layer, Part 2 Digital Transmissions and These slides are created by Dr. Yih Huang of George Mason University. Students registered in Dr. Huang's courses at GMU can make a single machine-readable copy and print a single copy of each slide for their own reference, so long as each slide contains the copyright statement, and GMU facilities are not used to produce paper copies. Permission for any other use, either in machine- readable or printed form, must be obtained from the author in writing. CS 455 1

Analog vs Digital

ß Analog Data – continuous values – ex. Voice, video, temperature ß – discrete values – ex. ASCII data, numeric data

CS 455 2

1 Analog /Transmission ß continuously varying signal ß can be used to transmit analog data – Example ? ß use amplifiers to boost energy in signal due to attenuation ß amplification distorts because is also amplified signal signal Sender weakened Amplifier amplified, Receiver and distorted including the over distance

CS 455 3

Digital Signal/Transmission

ß (ideally) sequence of discrete values ß can be used to transmit analog data ß can be used to transmit digital data ß are used to restore signal periodically ß repeaters do not disturb the signal (and data) ß Digital transmission is the future

0,1 0,1 signals Sender weakened reproduced Receiver and distorted with full over distance strength

CS 455 4

2 Digital Advantages

ß Due to VLSI technology, price of digital circuitry is continually dropping; not as drastic in the cases of analog equipments ß Multiplexing is easier Multiplexing enables multiple low- signals to share a high-bandwidth medium ß Encryption techniques can easily be applied ß Enable the integration of multiple communication forms, such as human interaction and communications, in one network.

CS 455 5

Digital Data, Digital Signals

ßData Rate: number of /bytes transmitted per second ßModulation rate (bouads): the rate at which the signal is changed ßEncoding: mapping from data bits to signal elements – NRZ, Manchester, Delay , etc.

CS 455 6

3 Nonreturn to Zero (NRZ) Encoding ßa positive voltage represents 1; a negative 0 ßeasy to implement ßefficient use of bandwidth (modulation rate equals data rate in worst cases) ßProblem: no synchronization available from signal – Consider sending 1,000 consecutive 0s

1 0 1 1 0 0 0 1 1 0 1

CS 455 7

Manchester Encoding ßin the middle of a period, a downward transition represents 1; an upward 0 ßat least one transition per bit – self-clocking/synchronization; error detection ßmodulation rate twice the -- inefficient use of bandwidth when sending a sequence of identical bits.

1 0 1 1 0 0 0 1 1 0 1

CS 455 8

4 Delay Modulation Encoding

ßa transition in middle represents 1; no transition represents 0 ßmust have at least one transition per two bits – to enforce this, insert a transition at the beginning of a bit period when necessary

1 0 1 1 0 0 0 1 1 0 1

CS 455 9

Bipolar Encoding ß0 volt represents 0; either positive or negative pulse represents1 ßThe 1 pulses must alternate in polarity. ßused in T1 lines

1 0 1 1 0 0 0 1 1 0 1

CS 455 10

5 Multiplexing ßA high capacity link carries n signals. ßAt the transmitting end of the link, a combines signals from n inputs. ßAt the receiving end, a demultiplexer accepts the combined signal, separates the data, and delivers them to the appropriate output lines.

D M E U M X U X

CS 455 11

Time Division Multiplexing

ßUsed in digital transmission ßThe capacity of the link is divided into fixed- size frames. ßEach frame is further divided into fixed-size slots. ßEach slot is dedicated to an input signal.

CS 455 12

6 T1 Line

ßUsed by telephone networks to carry 24 voice signals ßIts 1.544 Mbps capacity is divided into 8000 frames per second. ßEach frame contains 193 bits, which are divided into 24 8-bit slots (the 193th bit is for framing). ßEach slot is assigned to a digitized voice signal and will contain one PCM code of that signal.

CS 455 13

T1 Line Illustrated

16th slot reserved 3rd slot reserved 9th slot reserved

Voice grade Voice grade Analog signal Analog signal T1 line

8000 bytes Per sec. 24 bytes per frame 24 input ...... 24 output signals signals 8000 frames per sec.

CS 455 14

7 Frequency Division Multiplexing ßUsed in analogue transmission ßMultiple signals are carried by modulating each onto a different carrier frequency ßThe bandwidth of each modulated signal is centered around its carrier frequency, called a channel. ßUsed in analog cable TV ßModulation Techniques –

CS 455 15

An FDM Example

Original Combined Signals Modulation Signal

60k 64k

64k 68k 60k 64k 68k 72k

300 3300 68k 72k

f c = 70k

CS 455 16

8 A Simple AM Scheme

x(t)

s(t)

frequency = f c

CS 455 17

9