Overview
Phase-shift keying (PSK) is a digital modulation technique in which information is represented by changes in the phase of a periodic carrier signal. Instead of varying amplitude, PSK keeps the signal magnitude roughly constant and conveys bits through discrete phase states. That efficient use of the carrier makes PSK widely used in radio, satellite, and wired communications where bandwidth and power constraints matter. For a basic introduction to the concept of transmitting information, PSK is a foundational method.
How PSK works
Imagine a sinusoidal carrier—an oscillation like a sine wave—that repeats at a fixed frequency. At designated symbol times the transmitter abruptly or smoothly changes which point of the cycle the carrier is considered to be at; that change is a phase shift. The receiver detects those phase positions and maps them back to the underlying digital symbols. In PSK the phase holds the information while the amplitude remains essentially unchanged. The process of altering the carrier to impose data is known as modulating the carrier.
Common variants
PSK comes in several standardized forms that trade error performance against how many bits each symbol carries. Typical variants include:
- BPSK (binary PSK): two opposite phase states encode one bit per symbol; simple and robust against noise.
- QPSK (quadrature PSK): four phases encode two bits per symbol, improving spectral efficiency.
- 8‑PSK, 16‑PSK, etc.: higher-order PSK uses more phase states to transmit more bits per symbol but requires higher signal‑to‑noise ratio.
- Differential PSK (DPSK): information is encoded in phase differences between successive symbols to avoid the need for an absolute phase reference at the receiver.
Characteristics and trade-offs
PSK is valued for its relatively constant envelope, which allows power-efficient amplification. Higher-order PSK improves bandwidth efficiency by packing more bits into each symbol, but this reduces noise margin and increases bit‑error rate at a given signal power. Reliable demodulation often requires coherent detection (a phase-aligned reference) or differential schemes to mitigate phase ambiguity. Engineering choices around symbol rate, filtering, and error-correcting codes determine how well a PSK system performs in a given channel.
Applications and examples
PSK is used in many practical systems. Early and modern digital radio links, satellite telemetry, and some cellular and microwave backhaul systems use PSK variants. Wireless standards and modem technologies frequently pair PSK with multi-carrier methods such as orthogonal frequency-division multiplexing (OFDM) to increase throughput. Consumer and industry examples include parts of wireless LAN specifications and certain digital broadcasting links.
Practical considerations and notable facts
Designers must consider synchronization, phase noise, and nonlinearities in real transmitters. To improve symbol mapping and reduce errors, practical systems often use Gray coding of constellation points and forward error correction. When absolute phase reference is difficult, differential encoding or pilot tones are employed. PSK's spectral efficiency and suitability for constant-envelope amplification keep it relevant alongside amplitude‑based schemes; hybrid or adaptive systems may switch modulation types depending on channel conditions and the required data rate.
For more technical background and implementation details, consult an introductory communications text or an online reference on digital modulation. Additional resources: bandwidth considerations, amplitude vs phase, and practical modulation toolkits at modulation libraries. For a conceptual primer on carrier phase and related mathematics, see phase references and tutorials at data transmission.
Further reading and standards pages often explain specific constellation diagrams, bit‑error rate curves, and implementation best practices; see vendor and standards bodies for up‑to‑date specifications and performance guidance (signal waveforms, wireless standards, OFDM integration).