Module-1_2
Module-1_2
Analog communications
– Amplitude modulation (AM), Angle
Modulation{Frequency mod..(FM), Phase mod…(PM)}
• Digital communications
– Transfer of information in digits
– Dominant technology today
– Broadband, 3G, DAB (Digital Audio Broadcasting) and
DVB (Digital Video Broadcasting)
•A
• Channel bandwidth (B) is the difference between the highest and lowest
frequencies in the channel's frequency range. It is measured in Hertz (Hz):
• Pursuit for wider bandwidth
– Copper wire: 1 MHz
– Coaxial cable: 100 MHz
– Microwave: GHz
– Optical fiber: THz=1000000000000 Hz
• Importance of Bandwidth
• Data Rate (Shannon-Hartley Theorem): Bandwidth determines the
maximum data rate of a channel. According to the Shannon-Hartley
theorem, the capacity C of a channel is:
• C=B⋅(1+SNR)C
• Where:
• C is the channel capacity in bits per second (bps).
• B is the channel bandwidth in Hz.
• SNR is the signal-to-noise ratio
• Noise in Communications
• Unavoidable presence of noise in the channel
– Noise refers to unwanted waves that disturb communications
– Signal is contaminated by noise along the path.
a. Baseband communication:
• Signal transmission in which the signal is sent without modulation onto a
carrier frequency
• Transmitting the signal in its original frequency range without translating it
to a higher frequency band.
• High attenuation restricts baseband communication
• More susceptible to noise and signal degradation
• Ex: Local Area Networks (LANs): Ethernet cables operate as baseband
systems, Short-range telephone lines etc.
b. Passband communication
• Modulation is a technique in which message signal is transmitted to the receiver with the
help of carrier signal. Here in modulation, we combine both carrier signal and the message
signal.
• Ex: A letter is sent inside the envelope.
• The baseband signal is used to modify some parameter of a high-frequency carrier signal.
• A carrier is a sinusoid of high frequency, and one of its parameters—such as amplitude,
frequency, or phase—is varied in proportion to the baseband signal.
• Example of carrier signal : A cos()
Why Modulation is Needed?
• Efficient Transmission:
Modulation shifts signals to higher frequencies, making them suitable for long-distance
transmission with reduced attenuation.
• Avoid Signal Overlap:
By modulating different signals to different frequencies, multiple signals can coexist
in a single channel.
• Antenna Size:
Higher frequency signals require smaller antennas, making transmission equipment more
practical. Example: next page
• Overcoming Noise:
High-frequency modulated signals are less susceptible to low-frequency noise.
• Ex: FM radio stations are much clearer and noise-free as compared to AM because
the information is carried by changes in high frequency.
• Compatibility:
Modulation ensures signals can be sent over various mediums like air, fiber optics, or cables.
How to reduce the Antenna Size?
• Accordingly, we have below analog modulation
process:
I. Amplitude modulation (AM)
• Figure shows a baseband signal m(t) and the
corresponding AM and FM waveforms.
• In AM, the carrier amplitude varies in proportion
to m(t), keeping phase and frequency constant.
• Simple to implement but Susceptible to noise
and interference
II. Frequency modulation (FM)
• In FM, the carrier frequency is varied in
proportion m (t) by keeping amplitude constant
Requires a larger bandwidth but more resistant
to noise and interference compared to AM
III. Phase Modulation (PM):
• The phase of the carrier signal is varied in accordance with the message signal. The
amplitude and frequency remain constant.
• Used in digital communications, some types of radio transmission.
• Improved signal clarity.
• More complex than AM and FM.
• Digital modulation:
Binary Phase Shift Keying (BPSK): The phase of the carrier signal is shifted between
two values to represent binary data (0 and 1)
Quadrature Phase Shift Keying (QPSK): The phase of the carrier is shifted among four
different values, allowing two bits per symbol. 00 → 0°; 01 → 90°, 10 → 180°
11 → 270
Amplitude Shift Keying (ASK): The amplitude of the carrier is varied to represent
digital data (0 and 1).
Frequency Shift Keying (FSK):The frequency of the carrier is varied to represent
• Demodulation:
• Demodulation is the process of extracting the original information or
message signal from the modulated carrier wave. Reverse process of
modulation.
• Analog: Amplitude Demodulation (AM), Frequency Demodulation (FM),
Phase Demodulation (PM)
• Digital: Phase Shift Keying (PSK), Quadrature Amplitude Modulation
(QAM).
3. Impulse Noise:
• Caused by short-duration, high-amplitude disturbances(switching devices,
lightning, or power line faults.)
4. Flicker Noise (1/f Noise):
• Due to irregularities in the operation of components, particularly in low-
frequency circuits like amplifiers.
• It has a power spectral density that is inversely proportional to frequency
5. Quantization Noise:
• Occurs when a continuous signal is digitized by an analog-to-digital converter
(ADC).
• The quantization noise power is
Milestones in
•
Communications
1837, Morse code used in telegraph
• 1864, Maxwell formulated the eletromagnetic (EM)
theory
• 1887, Hertz demonstrated physical evidence of EM
waves
• 1890’s-1900’s, Marconi & Popov, long-distance
radio telegraph
– Across Atlantic Ocean
– From Cornwall to Canada
Efficient in
Time slot Needs precise
TDMA resource GSM
allocation synchronization
utilization
Networ
Applicatio
k
n
Transport
Network
Link
Physica
Physical l
TCP/IP
protocol stack
OSI Model (Internet) 2-layer
model
Communication Systems mostly deals with the physical
layer, techniques
some but (e.g., coding) can also be applied to the
network layer. 2
4
Outline
• Probability
– How probability is defined
– cdf and pdf
– Mean and
variance Joint
distribution
– Central limit
theorem
• Random
processes
– Definition
– Stationary
random
processes
– Power spectral
density
• References
– Notes of
Why Probability/Random
•
Process?
Probability is the core mathematical tool for
communication theory.
• The stochastic model is widely used in the
study of communication systems.
• Consider a radio communication system where the
received signal is a random process in nature:
– Message is random. No randomness, no information.
– Interference is random.
– Noise is a random process.
– And many more (delay, phase, fading, ...)
• Other real-world applications of probability and
random processes include
– Stock market modelling, gambling (Brown motion as
shown in the previous slide, random walk)…
Probabilistic Concepts
• What is a random variable (RV)?
– It is a variable that takes its values from the outputs of
a random experiment.
• What is a random experiment?
– It is an experiment the outcome of which cannot be
predicted precisely.
– All possible identifiable outcomes of a random
experiment constitute its sample space S.
– An event is a collection of possible outcomes of the
random experiment.
• Example
– For tossing a coin, S = { H, T }
– For rolling a die, S = { 1, 2, …, 6 }
Probability Properties
• PX(xi): the probability of the random variable X
taking on the value xi
• The probability of an event to happen is a non-
negative number, with the following properties:
– The probability of the event that includes all possible
outcomes of the experiment is 1.
– The probability of two events that do not have any
common outcome is the sum of the probabilities of
the two events separately.
• Example
– Roll a die: PX(x = k) = 1/6 for k = 1, 2, …, 6