Digital Transmissions
Digital Transmissions
• Conversation Techniques
• Line Coding
• Block Coding
• Scrambling
Line Coding
• The process of converting the digital data into digital signal is called as
line coding which helps the receiver to get the original bits.
• The data that is in the form of text, numbers, audio, or video is
represented internally as series of 1s and 0s.
• Line coding therefore transforms a set of bits into a digital signal.
• The sender side encrypts digital data into digital signals, while the
receiving side decodes the digital signal to regenerate the digital data.
There are basically three different types of line coding technique:
• Unipolar
• Polar
• Bipolar
1) Unipolar
• Digital transmission system sends the voltage pulses over the medium link
such as wire or cable.
• In most types of encoding, one voltage level represents 0, and another voltage
level represents 1.
• The polarity of each pulse determines whether it is positive or negative.
• This type of encoding is known as Unipolar encoding as it uses only one
polarity.
• In Unipolar encoding, the polarity is assigned to the 1 binary state.
• In this, 1s are represented as a positive value and 0s are represented as a zero
value.
• In Unipolar Encoding, '1' is considered as a high voltage and '0' is considered as
a zero voltage.
• Unipolar encoding is simpler and inexpensive to implement.
• Unipolar encoding has two problems that make this scheme less desirable:
• DC Component: When we find out the average amplitude of a unipolar signal, then
the value would always be non-zero because of which it creates DC component. And
the signal having DC component is not able to travel through the medium which
cannot handle DC component.
• Synchronization: When a signal is constant, the receiver cannot distinguish between
the start and finish of each bit. For that the receiver has to rely on a timer to track the
starting of each bit.
2) Polar
• Polar encoding is an encoding scheme that uses two voltage levels: one is positive,
and another is negative.
• By using two voltage levels, an average voltage level is reduced, and the DC
component problem of unipolar encoding scheme is alleviated.
NRZ
• NRZ stands for Non-return zero.
• In NRZ encoding, the level of the signal can be represented
either positive or negative.
• The two most common methods used in NRZ are:
• NRZ-L: In NRZ-L encoding, the level of the signal depends on
the type of the bit that it represents. If a bit is 0 or 1, then their
voltages will be positive and negative respectively. Therefore,
we can say that the level of the signal is dependent on the
state of the bit.
• NRZ-I: NRZ-I is an inversion of the voltage level that
represents 1 bit. In the NRZ-I encoding scheme, a transition
occurs between the positive and negative voltage that
represents 1 bit. In this scheme, 0 bit represents no change
and 1 bit represents a change in voltage level.
RZ
• RZ stands for Return to zero.
• There must be a signal change for each bit to achieve
synchronization. However, to change with every bit, we
need to have three values: positive, negative and zero.
• RZ is an encoding scheme that provides three values,
positive voltage represents 1, the negative voltage
represents 0, and zero voltage represents none.
• In the RZ scheme, halfway through each interval, the signal
returns to zero.
• In RZ scheme, 1 bit is represented by positive-to-zero and 0
bit is represented by negative-to-zero.
Disadvantage of RZ:
It performs two signal
changes to encode one bit
that acquires more
bandwidth.
Biphase
• Biphase is an encoding scheme in which signal changes at the middle of the
bit interval but does not return to zero.
Manchester
• It changes the signal at the middle of the bit interval but does not return to
zero for synchronization.
• In Manchester encoding, a negative-to-positive transition represents binary 1,
and positive-to-negative transition represents 0.
• Manchester has the same level of synchronization as RZ scheme except that it
has two levels of amplitude.
Differential Manchester
• It changes the signal at the middle of the bit interval for synchronization, but
the presence or absence of the transition at the beginning of the interval
determines the bit. A transition means binary 0 and no transition means binary
1.
• In Manchester Encoding scheme, two signal changes represent 0 and one
signal change represent 1.
• Bipolar encoding scheme represents three voltage levels:
positive, negative, and zero.
• In Bipolar encoding scheme, zero level represents binary 0,
and binary 1 is represented by alternating positive and
negative voltages.
• If the first 1 bit is represented by positive amplitude, then the
second 1 bit is represented by negative voltage, third 1 bit is
represented by the positive amplitude and so on. This
alternation can also occur even when the 1bits are not
consecutive.
AMI