3.1.2.2 NRZ and Manchester Coding
The expression data bit describes the broadcasting of the real information content. This information can be coded in symbols (sometimes referred as chips) that are, then, physically transmitted from sender to receiver. The receiver has to decode the symbols back into data bits to access the information. The symbol rate is, therefore, always greater than or equal to the bit rate.
- Manchester coding – Implements two symbols per data bit
- Non-return-to-zero (NRZ) coding – Implemented in a straightforward manner, one bit is represented by one symbol.
0
’ and a ‘1
’. The polarity can be either way; see the following figure.Manchester coding has many advantages, such as simple clock recovery, no DC component and error detection by code violation. The drawbacks are coding/decoding effort and the increased symbol rate, which is twice the data rate.