NRZ and NRZI Encoding
NRZ: non return to zero
- simple high/low voltage transmissions
- biggest problem is dc component and lack of easy clock recovery
NRZI: inverted NRZ
- “stay [0]/transition [1]” coding
- (1’s generate square wave, 0’s are flat)
- differential code (adjacent transitions)
- better noise immunity