39
Transmission Fundamentals Chapter 2 University of Jordan Faculty of Engineering & Technology Computer Engineering Department Spring 2009 (0907531) Wireless Mobile Computer Networks Instructor: Dr. Anas N. Al-Rabadi Resource: Book by William Stallings

Wmcn ch.2

  • Upload
    alaa2

  • View
    1.350

  • Download
    1

Embed Size (px)

Citation preview

Page 1: Wmcn ch.2

Transmission Fundamentals

Chapter 2

University of JordanFaculty of Engineering & Technology Computer Engineering Department

Spring 2009

(0907531) Wireless Mobile Computer NetworksInstructor: Dr. Anas N. Al-Rabadi

Resource: Book by William Stallings

DR Anas
Text Box
Summer 2011
Page 2: Wmcn ch.2

Electromagnetic SignalFunction of timeCan also be expressed as a function of frequency

Signal consists of components of different frequencies

Page 3: Wmcn ch.2

Time-Domain ConceptsAnalog signal - signal intensity varies in a smooth fashion over time

No breaks or discontinuities in the signalDigital signal - signal intensity maintains a constant level for some period of time and then changes to another constant levelPeriodic signal - analog or digital signal pattern that repeats over time

s(t +T ) = s(t ) -¥< t < +¥where T is the period of the signal

Page 4: Wmcn ch.2

Time-Domain ConceptsAperiodic signal - analog or digital signal pattern that doesn't repeat over timePeak amplitude (A) - maximum value or strength of the signal over time; typically measured in voltsFrequency (f )

Rate, in cycles per second, or Hertz (Hz) at which the signal repeats

Page 5: Wmcn ch.2

Time-Domain ConceptsPeriod (T ) - amount of time it takes for one repetition of the signal

T = 1/f

Phase (φ) - measure of the relative position in time within a single period of a signalWavelength (λ) - distance occupied by a single cycle of the signal

Or, the distance between two points of corresponding phase of two consecutive cycles

Page 6: Wmcn ch.2

Sine Wave ParametersGeneral sine wave

s(t ) = A sin(2πft + φ)Figure 2.3 shows the effect of varying each of the three parameters

(a) A = 1, f = 1 Hz, φ = 0; thus T = 1s(b) Reduced peak amplitude; A=0.5(c) Increased frequency; f = 2, thus T = ½(d) Phase shift; φ = π/4 radians (45 degrees)

note: 2π radians = 360° = 1 period

Page 7: Wmcn ch.2

Sine Wave Parameters

Page 8: Wmcn ch.2

Time vs. DistanceWhen the horizontal axis is time, as in Figure 2.3, graphs display the value of a signal at a given point in space as a function of timeWith the horizontal axis in space, graphs display the value of a signal at a given point in time as a function of distance

At a particular instant of time, the intensity of the signal varies as a function of distance from the source

Page 9: Wmcn ch.2

Frequency-Domain ConceptsFundamental frequency - when all frequency components of a signal are integer multiples of one frequency, it’s referred to as the fundamental frequencySpectrum - range of frequencies that a signal containsAbsolute bandwidth - width of the spectrum of a signalEffective bandwidth (or just bandwidth) - narrow band of frequencies that most of the signal’s energy is contained in

Page 10: Wmcn ch.2

Frequency-Domain ConceptsAny electromagnetic signal can be shown to consist of a collection of periodic analog signals (sine waves) at different amplitudes, frequencies, and phasesThe period of the total signal is equal to the period of the fundamental frequency

Page 11: Wmcn ch.2

Relationship between Data Rate and Bandwidth

The greater the bandwidth, the higher the information-carrying capacityConclusions

Any digital waveform will have infinite bandwidthBUT the transmission system will limit the bandwidth that can be transmittedAND, for any given medium, the greater the bandwidth transmitted, the greater the costHOWEVER, limiting the bandwidth creates distortions

Page 12: Wmcn ch.2

Data Communication TermsData - entities that convey meaning, or informationSignals - electric or electromagnetic representations of dataTransmission - communication of data by the propagation and processing of signals

Page 13: Wmcn ch.2

Examples of Analog and Digital Data

AnalogVideoAudio

DigitalTextIntegers

Page 14: Wmcn ch.2

Analog SignalsA continuously varying electromagnetic wave that may be propagated over a variety of media, depending on frequencyExamples of media:

Copper wire media (twisted pair and coaxial cable)Fiber optic cableAtmosphere or space propagation

Analog signals can propagate analog and digital data

Page 15: Wmcn ch.2

Digital SignalsA sequence of voltage pulses that may be transmitted over a copper wire mediumGenerally cheaper than analog signalingLess susceptible to noise interferenceSuffer more from attenuationDigital signals can propagate analog and digital data

Page 16: Wmcn ch.2

Analog Signaling

Page 17: Wmcn ch.2

Digital Signaling

Page 18: Wmcn ch.2

Reasons for Choosing Data and Signal Combinations

Digital data, digital signalEquipment for encoding is less expensive than digital-to-analog equipment

Analog data, digital signalConversion permits use of modern digital transmission and switching equipment

Digital data, analog signalSome transmission media will only propagate analog signalsExamples include optical fiber and satellite

Analog data, analog signalAnalog data easily converted to analog signal

Page 19: Wmcn ch.2

Analog TransmissionTransmit analog signals without regard to content Attenuation limits length of transmission link Cascaded amplifiers boost signal’s energy for longer distances but cause distortion

Analog data can tolerate distortionIntroduces errors in digital data

Page 20: Wmcn ch.2

Digital TransmissionConcerned with the content of the signalAttenuation endangers integrity of dataDigital Signal

Repeaters achieve greater distanceRepeaters recover the signal and retransmit

Analog signal carrying digital dataRetransmission device recovers the digital data from analog signalGenerates new, clean analog signal

Page 21: Wmcn ch.2

About Channel CapacityImpairments, such as noise, limit data rate that can be achievedFor digital data, to what extent do impairments limit data rate?Channel Capacity – the maximum rate at which data can be transmitted over a given communication path, or channel, under given conditions

Page 22: Wmcn ch.2

Concepts Related to Channel Capacity

Data rate - rate at which data can be communicated (bps)Bandwidth - the bandwidth of the transmitted signal as constrained by the transmitter and the nature of the transmission medium (Hertz)Noise - average level of noise over the communications pathError rate - rate at which errors occur

Error = transmit 1 and receive 0; transmit 0 and receive 1

Page 23: Wmcn ch.2

Nyquist BandwidthFor binary signals (two voltage levels)

C = 2BWith multilevel signaling

C = 2B log2 MM = number of discrete signal or voltage levels

Page 24: Wmcn ch.2

Signal-to-Noise RatioRatio of the power in a signal to the power contained in the noise that’s present at a particular point in the transmissionTypically measured at a receiverSignal-to-noise ratio (SNR, or S/N)

A high SNR means a high-quality signal, low number of required intermediate repeatersSNR sets upper bound on achievable data rate

power noisepower signallog10)( 10dB =SNR

Page 25: Wmcn ch.2

Shannon Capacity FormulaEquation:

Represents theoretical maximum that can be achievedIn practice, only much lower rates achieved

Formula assumes white noise (thermal noise)Impulse noise is not accounted forAttenuation distortion or delay distortion not accounted for

( )SNR1log2 += BC

Page 26: Wmcn ch.2

Example of Nyquist and Shannon Formulations

Spectrum of a channel between 3 MHz and 4 MHz ; SNRdB = 24 dB

Using Shannon’s formula

( )251SNR

SNRlog10dB 24SNRMHz 1MHz 3MHz 4

10dB

===

=−=B

( ) Mbps88102511log10 62

6 =×≈+×=C

Page 27: Wmcn ch.2

Example of Nyquist and Shannon Formulations

How many signaling levels are required?

( )

16log4

log102108

log2

2

266

2

==

××=×

=

MM

M

MBC

Page 28: Wmcn ch.2

Classifications of Transmission Media

Transmission MediumPhysical path between transmitter and receiver

Guided MediaWaves are guided along a solid mediumE.g., copper twisted pair, copper coaxial cable, optical fiber

Unguided MediaProvides means of transmission but does not guide electromagnetic signalsUsually referred to as wireless transmissionE.g., atmosphere, outer space

Page 29: Wmcn ch.2

Unguided MediaTransmission and reception are achieved by means of an antennaConfigurations for wireless transmission

Directional Omnidirectional

Page 30: Wmcn ch.2

General Frequency RangesMicrowave frequency range

1 GHz to 40 GHzDirectional beams possibleSuitable for point-to-point transmissionUsed for satellite communications

Radio frequency range30 MHz to 1 GHz Suitable for omnidirectional applications

Infrared frequency rangeRoughly, 3x1011 to 2x1014 HzUseful in local point-to-point multipoint applications within confined areas

Page 31: Wmcn ch.2

Terrestrial MicrowaveDescription of common microwave antenna

Parabolic "dish", 3 m in diameterFixed rigidly and focuses a narrow beamAchieves line-of-sight transmission to receiving antennaLocated at substantial heights above ground level

ApplicationsLong haul telecommunications serviceShort point-to-point links between buildings

Page 32: Wmcn ch.2

Satellite MicrowaveDescription of communication satellite

Microwave relay stationUsed to link two or more ground-based microwave transmitter/receiversReceives transmissions on one frequency band (uplink), amplifies or repeats the signal, and transmits it on another frequency (downlink)

ApplicationsTelevision distributionLong-distance telephone transmissionPrivate business networks

Page 33: Wmcn ch.2

Broadcast RadioDescription of broadcast radio antennas

OmnidirectionalAntennas not required to be dish-shapedAntennas need not be rigidly mounted to a precise alignment

ApplicationsBroadcast radio

VHF and part of the UHF band; 30 MHZ to 1GHzCovers FM radio and UHF and VHF television

Page 34: Wmcn ch.2

MultiplexingCapacity of transmission medium usually exceeds capacity required for transmission of a single signalMultiplexing - carrying multiple signals on a single medium

More efficient use of transmission medium

Page 35: Wmcn ch.2

Multiplexing

Page 36: Wmcn ch.2

Reasons for Widespread Use of Multiplexing

Cost per kbps of transmission facility declines with an increase in the data rateCost of transmission and receiving equipment declines with increased data rateMost individual data communicating devices require relatively modest data rate support

Page 37: Wmcn ch.2

Multiplexing TechniquesFrequency-division multiplexing (FDM)

Takes advantage of the fact that the useful bandwidth of the medium exceeds the required bandwidth of a given signal

Time-division multiplexing (TDM)Takes advantage of the fact that the achievable bit rate of the medium exceeds the required data rate of a digital signal

Page 38: Wmcn ch.2

Frequency-division Multiplexing

Page 39: Wmcn ch.2

Time-division Multiplexing