
Baud refers to a unit of measurement used to express the signaling rate or symbol rate in telecommunications and data transmission. Originally, baud was used to represent the number of signal changes (modulation events or symbol changes) per second in analog communication systems. However, in modern digital systems, baud is often used interchangeably with “baud rate” or “symbol rate” to indicate the number of symbol changes or signaling events per second in digital transmission.
Key points about baud:
- Original Definition: In analogue communication, baud represented the number of signaling events (such as changes in the carrier wave or modulation) per second. For example, in older modem technologies (analogue modems), one baud could represent one modulation event per second.
- Digital Transmission: In digital communication, baud often refers to the symbol rate or baud rate, which represents the number of discrete symbols or signal changes per second in a digital transmission. Each symbol typically represents multiple bits of data.
- Relation to Bits per Second (bps): In digital communication, especially in asynchronous communication, baud rate and bits per second (bps) might not be the same. Baud rate indicates the rate of symbol changes, while bits per second refers to the rate of data transmission, which can be higher than the baud rate due to encoding schemes that represent multiple bits per symbol.
- Encoding Schemes: In digital communication, the baud rate can vary depending on the encoding scheme used. For example, in modulation techniques like phase-shift keying (PSK) or quadrature amplitude modulation (QAM), each symbol might represent multiple bits, allowing higher data rates at a lower baud rate.
- Impact on Data Transmission: The baud rate determines the rate at which symbols are transmitted and received, impacting the speed of data transmission. However, the actual data transfer speed (bps) can be influenced by various factors such as modulation schemes, error correction, and protocol overhead.
- Usage in Serial Communication: In serial communication standards like RS-232, baud rate refers to the rate at which data is transmitted over a serial line, setting the pace for communication between devices.