- This is the number of signal changes made per second.
- This is not the same as the data rate.
- In NRZ, a series of 0s will have a baud rate of 0
- In Manchester, a series of 1s will be the data rate
- In Manchester, a series of 0s will be 2 x data rate.
R R
D = - = ------
L lg M
- D = modulation rate (baud)
- R = data rate (bps)
- M = number of different signal elements.
- L = number of bits per signal element.
- For Manchester, we can see
R = f
L = 1/2
D = f/(1/2) = 2f
- Stallings tells us the way to measure baud rate is using the average number of transitions.
1 = 1
0 = 2
Average 1.5
D = 1.5f
- Using multiple transitions per bit can overcome noise and even attempts to jam the signal.
- Using multiple bits per symbol gives higher transmission rates.
- 1000Base-T (gigabit ethernet over copper, IEEE 802.3ab)
- See This white paper
- It uses 4 pairs of UTP,
- each pair carries up to 250 Mbps, full duplex
- It apparently transmits at 125Mbaud.
- Each signal is encoded as a 5 level PAM (Pulse Amplitude modulation) coding scheme.
- This uses 4 symbols to encode 2 bits per symbol.
-
- D = 125Mbaud, L = 2, R = 2x125 = 250Mbps