Lecture 6
Lecture 6
Lecture 6
Lecture 6
4.1 Digital-to-Digital Conversion
• Data can be either digital or analog
• At the sender,
• digital data are encoded into a digital signal;
• at the receiver, the digital data are recreated by decoding the
digital signal
Characteristics
1. Signal vs Data Element
• Data element is the smallest entity of information
• what we need to send
• Signal element carries data elements
• what we can send
2. Data Rate vs Signal Rate
• data rate defines the number of data elements (bits) sent in 1s [unit is the bps]
• signal rate is the number of signal elements sent in 1s [unit is the baud]
8. Complexity
complex scheme is more costly to implement than a
simple one
2. Polar
• NRZ,
• RZ, and
• Biphase (Manchester,and differential Manchester)
3. Bipolar
• AMI and pseudoternary
Unipolar:
NRZ (Non-Return-to-Zero)
• positive voltage defines bit 1 and
• the zero voltage defines bit 0
• signal does not return to zero at the middle of the bit
• scheme is very costly than polar counterpart
• not used in data communications nowadays
Polar: Voltage level for 0 can be positive and
• the voltage level for 1 can be negative
NRZ (Non-Return-to-Zero): Two versions of polar NRZ
• NRZ-L (Level)
• level of the voltage determines the value of the bit
• NRZ-I (Invert)
• change or lack of change in the level of the voltage determines the
value of the bit
• If no change, the bit is 0; Else the bit is 1
Return-to-Zero (RZ)
• NRZ encoding issue: when the sender and receiver clocks are
not synchronized
• receiver does not know when one bit has ended and the next bit is
starting
• a transition at the middle of the bit, but the bit values are determined at
the beginning of the bit
• If the next bit is 0, there is a transition; if the next bit is 1, there is none
Three steps:
1. The analog signal is sampled.
2. The sampled signal is quantized.
3. The quantized values are encoded as streams of bits.
SAMPLING: