EE471 Spring2019 Ch1 v2
EE471 Spring2019 Ch1 v2
Chapter 1: Introduction(1)
(1) Figures
included in this lecture notes are extracts from the text book Modern Digital and Analog Communication Systems by B.P. Lathi and Zhi Ding,
Copyright © 2009 by Oxford University Press, Inc. 1
Introduction
1. Communication systems
4. Modulation
3
Satellite Communication System
4
Modes of Communications
5
Communication Systems
Simplified Block Diagram
• Ideally, 𝑚 𝑡 = 𝑚(𝑡)
ෝ Noise!
• However, in actual life 𝑚 𝑡 ≅ 𝑚(𝑡)
ෝ because there is some error due to:
i. Noise
ii. Distortion
6
Communication Systems
Example
• To illustrate the functionality of the communication systems, we will consider the
DTMF Robot Project. The project is explained in the next few bullets:
• DTMF Control: The robot is controlled using tones generated by a phone keypad.
• Mobile Phone Interface: Users can call the robot's phone and send keypad tones to control
its movement.
• DTMF Decoder: The robot has a decoder to understand tones and execute commands.
• Basic Movement: It can move forward, backward, turn, and stop in response to DTMF
commands.
• Educational and DIY: Often used for learning electronics and robotics, it can be a fun DIY
project or a commercial product.
• Arduino DTMF Control with Phone Cell
• DTMF Sample Generator
DTMF Robot Example
• For the DTMF Robot, the input • Each time a number is pressed, a message
message is the number that you
𝑚 𝑡 = cos 2𝜋𝑓1 𝑡 + cos(2𝜋𝑓2 𝑡) is generated
press on the DTMF pad
𝑓1
10
DTMF Robot Output Transducer
11
Electrical Communication System
Detailed Block Diagram
Electric signal (like
Electric Signal (like
audio and video Electric Signal Electric Signal
Sound, picture, ... Electric the outputs of a Sound, picture, ...
outputs ofsignal (like
a video (transmitted signal) (received signal) Electric Signal (like
audio and video Electric Signal Electric Signal satellite receiver)
Sound, picture, ... camera the outputs of a Sound, picture, ...
outputs of a video (transmitted signal) (received signal)
satellite receiver)
camera
Added Noise
Added Noise
𝑚(𝑡) 𝑚(𝑡)
ෝ
Channel
Input Channel Output
Input (distorts Output
Input
Input
Transmitter
Transmitter (distorts Receiver
Receiver Output
Output
Transducer
Transducer transmitted
transmitted Transducer
Transducer
signal)
signal)
Communication Systems
12
Keywords
1. A source provides a message input (data, voice, picture, …).
3. The electrical signal is sent to a transmitter for modulation (for efficient transmission).
4. The modulated signal pass through a channel (wire, optical fiber, air, ..).
5. A receiver receives the signal from the channel and performs the demodulation to
restore the original signal (message signal or also called baseband signal).
13
Parameters Effecting the Performance of a Communication System
• Signal Power – Received signal power depends on the transmitted power and the power lost in the channel.
• Channel Bandwidth – range of frequencies the channel can transmit with reasonable fidelity.
• Transmission rate (pulses/s, symbols/s, bits/s)-can be increased either by increasing the SNR or channel
bandwidth
14
Message Types – Analog, Digital
• Analog
– values vary over a continuous range, assume an infinite
number of possible values
– Examples: temperature or atmospheric pressure of a
certain location, speech waveform
• Digital
– Constructed with a finite number of symbols
– Example: • 𝑆𝑦𝑚𝑏𝑜𝑙𝑠 = {11,10,01,00}
• Printed English text: 26 letters a digital message
consisting of 26 symbols • The blue signal is digital, but
• Human speech: finite vocabulary (symbols) in a language not discrete!
• Sampling
• Sampling Theorem – If the highest frequency in the signal spectrum is B (Hertz), the signal
can be reconstructed from its samples, taken at a rate not less than 2B samples/s.
𝐴
• For logic 0, transmit −
2
𝐴
• For logic 1, transmit
2
17
Advantages of Digital Signals over Analog Signals
• Noise Immunity
Figure 1.3 (a) Transmitted signal. (b) Received distorted signal (without noise).
(c) Received distorted signal (with noise). (d) Regenerated signal (delayed).
• Viability of Regenerative Repeaters
a) TV in the 1970s:
b) TV in the 2030s:
c) Fax machines
d) Local area networks (LANs):
e) First–generation cellular phones
f) Second–generation cellular phones
g) Third–generation cellular phones
19