symbol
A signalling event on a communications channel; a signal that cannot be further divided into meaningful information.
symbol: the atomic unit of digital communication
In electrical communications, a symbol is the smallest indivisible unit of information transmitted across a channel. It represents a discrete state or event, typically a voltage level, frequency shift, or phase angle that the receiver detects and interprets as data. A symbol is not the same as a bit; a single symbol can encode multiple bits depending on the modulation scheme used.
The relationship between symbols and bits depends on the modulation method. In binary phase shift keying (BPSK), one symbol carries one bit. In quadrature amplitude modulation (QAM), a single symbol can represent 4, 8, 16, or more bits through combinations of amplitude and phase. A 256-QAM signal transmits 8 bits per symbol. The duration of a symbol is the symbol period or symbol time, measured in seconds; the symbol rate, expressed in symbols per second or baud, determines the bandwidth required by the transmission.
At the receiver, symbols are detected by comparing the received signal against reference values or decision thresholds during the symbol period. Noise, distortion, and interference can push a received symbol close to the boundary between two valid states, causing misdetection. The performance of a link is often expressed in terms of symbol error rate (SER) rather than bit error rate, because a single symbol error may corrupt multiple bits. Equalization filters are used to compensate for channel impairments that blur or smear symbols into adjacent symbol periods, a problem called intersymbol interference.
Symbol timing and synchronization are critical. The receiver must identify exactly when each symbol begins and ends, and must know the correct phase reference to decode amplitude or phase modulated symbols. Timing errors cause the receiver to sample the signal at the wrong instant, degrading the decision margin. Clock recovery circuits extract a timing signal from the received symbols to keep the receiver synchronized to the transmitter.
The term originates from information theory and digital communications, where a symbol is formally any member of a finite alphabet of distinguishable events. In practical systems, symbols are generated by line encoders that convert a data stream into symbols suitable for transmission over a given medium. Optical fibers, wireless channels, and twisted pair copper cables all use symbols, though the physical representation differs; in fiber, a symbol might be a light level; in radio, a frequency or phase state; in DSL, a constellation point in the complex plane.