Chapter 1 - Communication and Coding - 22.12.2022 - Done
Chapter 1 - Communication and Coding - 22.12.2022 - Done
2
CSE 501035 – Data Communication 2 2
Reference:
[1] Digital communication 4th edition, John Proakis.
[2] A. Bruce Carlson, 2002. Communication systems: an introduction to signals and noise
in electrical communication, McGraw-Hill. ISBN 0-07-011127-8.
12/28/2024
CSE 501035 – Data Communication 3 3
ASSESSMENT DETAILS
Optimal receiver
Channel coding
Digital source
• Directly from a digital source (computer output, processorsignal, etc.)
• By transforming an analog signal
- Sampling an analog source ⇒ Nyquist f s 2 f max
- Quantization ⇒ q logic levels ⇒ each represented on M=log2q bits ⇒
symbol
- Minimum transmission rate (bit rate):
- Rmin = M.fs = 2.M.fmax (bps)
CSE 501035 – Data Communication 9 9
2. Models and components of digital communication systems
Nyquist theorem
- A continuous-time signal (analog signal) x(t) can be sampled at a
frequency fs in order to get a discrete-time copy of it x[n], and
afterwards be reconstructed perfectly to its original form x(t) if fs ≥
2fmax with fmax is the maximum frequency value of the x(t). In fact, The
signal before sampling will be limited by a filter so that the signal
frequency is in the Nyquist interval.
- f ≥ 2f
s max
Example:
If a signal is thought to have a maximum
frequency between (1000 Hz, 4000 Hz) which
of the following would be the most appropriate
sample rate (sampling frequency)?
a. 500 Hz
b. 7000 Hz
c. 9000 Hz
d. 24000 Hz
Solution:
The correct answer is c. Answer choice c is
correct because the sample rate must be
greater than two times the maximum
frequency contained within the signal.
Answer a is of course incorrect, since it is less
than the estimates given for maximum
frequency. Answer choice b is incorrect
because if the signal has a frequency of 4000
Hz, the sample rate must be greater than 8000
Hz. Answer choice d is incorrect because it is
unnecessarily large, leading to excessive
oversampling.
CSE 501035 – Data Communication 13
2. Models and components of digital communication systems
Example 2:
Signals can be modeled by sine waves, such
as X = sin(100πt). Calculate the sampling
frequency (Nyquist rate) and Nyquist interval
of modeled signal X?
Channel coding/decoding
Channel coding/Decoding ⇒ exist several errors ⇒ additional
bits used for error detection/correction ⇒ performance
increases.
Modulation / Demodulation
- Converts the discrete sequence of bits into a continuous
waveform suitable for transmission over the radio channel.
- A carrier impulse is associated (rectangular, sinusoidal,
raised cosine, etc.) ⇒ selection criteria:
+ reduced Inter-symbol interference (ISI); easy
demodulation at the reception
+ Easy to synchronization
+ Occupied by the available bandwidth
Multiple access:
- The division of the radio channel between more many users
(FDMA / TDMA / CDMA, etc)
- FDMA, TDMA:
Output signal:
r(t) = s(t)+n(t)
- Output signal:
+ Addressing
+ Multiplexing
- Transmission services: Broadcast
CSE 501035 – Data Communication 39
4. Protocol for data transmission over digital
communication channels
Data packing
- add indicator bits (header) => packet sizes
increase => transmission rate increases