baud

/bawd/ The maximum information-carrying capacity of a communication channel in symbols (state-transitions or level-transitions) per second. This coincides with bits per second only for two-level modulation with no framing or stop bits. A symbol is a unique state of the communication channel, distinguishable by the receiver from all other possible states. For example, it may be one of two voltage levels on a wire for a direct digital connection or it might be the phase or frequency of a carrier.

The term "baud" was originally a unit of telegraph signalling speed, set at one morse code dot per second. It was proposed at the International Telegraph Conference of 1927, and named after J.M.E. Baudot (1845-1903), the French engineer who constructed the first successful teleprinter.

The UK PSTN will support a maximum rate of 600 baud but each baud may carry between 1 and 16 bits depending on the coding (e.g. QAM). Where data is transmitted as packets, e.g. characters, the actual "data rate" of a channel is

	R D / P
where R is the "raw" rate in bits per second (including packet overhead), D is the number of data bits in a packet and P is the total number of bits in a packet.

The original, now obsolete, definition of baud was the reciprocal of the duration of the shortest signalling element. This was mostly relevant to Morse code.

The term "baud" causes much confusion and is usually best avoided. Use "bits per second" (bps), "bytes per second" or "characters per second" (cps) if that's what you mean.

(17 Jan 1995)