Line Coding
Manchester Coding
Manchester coding consists of combining the NRZ-L and RZ schemes.In Manchester encoding , the duration of the bit is divided into two halves. The voltage remains at one level during the first half and moves to the other level during thesecond half. In other words we can say that every symbol has a level transition in the middle: from high to low or low to high , depending on the values of the bit/symbol. It uses only two voltage levels.
- A ‘One’ is +ve in 1st half and -ve in 2nd half.
- A ‘Zero’ is -ve in 1st half and +ve in 2nd half.
The transition at the centre of every bit interval is used for synchronization at the receiver. Manchester encoding is called self-synchronizing. Synchronization at the receiving end can be achieved by locking on to the the transitions, which indicate the middle of the bits
Manchester Line Coding Scheme |
Advantages:
- No DC component.
- Does not suffer from signal droop (suitable for transmission over AC coupled lines).
- Easy to synchronise.
- Is Transparent.
Disadvantages:
- Because of the greater number of transitions it occupies a significantly large bandwidth.
- Does not have error detection capability.
Differential Manchester
Differential Manchester coding consists of combining the NRZ-I and RZ schemes.Every symbol has a level transition in the middle. But the level at the beginning of the symbol is determined by the symbol value. One symbol causes a level change the other does not.- A'ONE' is represented by absence of transition at the beginning of bit/symbol interval
- A 'ZERO' is represented by presence of transition at the beginning of bit/symbol interval
In differential Manchester the middle transition is only used for self synchronization and clocking information.
Comparison Between Manchester and Differential Manchester Line Coding Schemes |
No comments:
Post a Comment