Introduction To ADC
Introduction To ADC
Introduction To ADC
Channel
• Ease of multiplexing
– Transmitting several signals simultaneously
• Use of modern technology
– Less cost !
• Ease of encryption
– Security and privacy guarantee
– Handles most of the encryption techniques
Disadvantage !
• The major disadvantage of digital transmission
is that it requires a greater transmission
bandwidth or channel bandwidth to
communicate the same information in digital
format as compared to analog format.
• Another disadvantage of digital transmission is
that digital detection requires system
synchronization, whereas analog signals
generally have no such requirement.
Analog to Digital Conversion (A/D)
Digital Communication System
Channel
Amp. Amp.
1 Sampling
2 Quantization
3 Coding
Sampling
• Process of converting the continuous time
signal to a discrete time signal.
• Sampling is done by taking “Samples” at
specific times spaced regularly.
– V(t) is an analog signal
– V(nTs) is the sampled signal
• Ts = positive real number that represent the spacing of
the sampling time
• n = sample number integer
Sampling
• Example:
– Suppose we have an analog signal with the values
between [0, 10]. If we divide the signal into four
levels. We have
• m1 [ 0, 2.5 ]
• m2 [ 2.5, 5 ]
• m3 [ 5 , 7.5]
• m4 [ 7.5, 10]
Quantization
• For every level, we assign a value for the signal
if it falls within the same level.
• Pulse means 1
• No pulse means 0
1
Rb bits/sec
Tb
Example – Bit rate calculation
• Suppose that we have a binary data source
that generates bits. Each bit is represented by
a pulse of width Tb = 0.1 mSec
• Calculate the bit rate for the source
• Solution
1 1
Rb 3
10000 bits/sec
Tb 0.1 10
Example – Bit rate calculation
• Suppose we have an image frame of size
200x200 pixels. Each pixel is represented by
three primary colors red, green and blue
(RGB). Each one of these colors is represented
by 8 bits, if we transmit 1000 frames in 5
seconds what is the bit rate for this image?
Example – Bit rate calculation
• We have a total size of 200x200 = 40000 pixels
• Each pixel has three colors, RGB that each of them has 8
bits.
– 3 x 8 = 24 bits ( for each pixel with RGB)
• Therefore, for the whole image we have a total size of 24
x 40000 = 960000 bits
• Since we have 1000 frames in 5 seconds, then the total
number of bits transmitted will be 1000 x 960000 =
960000000 bits in 5 seconds
• Bit rate = 96000000/5 = 192000000 bits/second
Baud rate (Symbol rate)
• The number of symbols transmitted per second
through the communication channel.
• The symbol rate is related to the bit rate by the
following equation:
• Rb = bit rate Rb
Rs
• Rs = symbol rate N
• N = Number of bits per symbol
Baud rate (Symbol rate)
• We usually use symbols to transmit data when the
transmission bandwidth is limited
• For example, we need to transmit a data at high rate and the
bit duration Tb is very small; to overcome this problem we
take a group of more than one bit, say 2, therefore :
1
Tb fo
Tb
1 1
2T b f fo
2Tb 2
1 1
4T b f fo
4Tb 4
Baud rate (Symbol rate)
• We notice that by transmitting symbols rather
than bits we can reduce the spectrum of the
transmitted signal.
• Hence, we can use symbol transmission rather
than bit transmission when the transmission
bandwidth is limited
Example
• A binary data source transmits binary data,
the bit duration is 1µsec, Suppose we want to
transmit symbols rather than bits, if each
symbol is represented by four bits. what is the
symbol rate?
• Each bit is represented by a pulse of duration
1µ second, hence the bit rate
1
Rb 1000000 bits/sec
1 10 6
Example (Continue)
• Therefore, the symbol rate will be
Rb 1000000
Rs 250000 symbols/sec
N 4
Modulation Techniques (Part II)
Introduction
• Bandpass data transmission