Amplitude Shift Keying

What Is Amplitude Shift Keying?

Amplitude shift keying (ASK) is a form of digital modulation in which the amplitude of a sinusoidal carrier signal is varied to represent discrete data symbols, while the carrier's frequency and phase remain fixed. In the simplest binary form, two amplitude levels encode the bit values zero and one; in the general M-ary case, M distinct amplitude levels each represent one of log2(M) bits per symbol. The carrier amplitude is switched abruptly between levels at the symbol rate, producing a signal whose envelope carries the transmitted data. ASK occupies the same conceptual position in digital communications that analog amplitude modulation occupies in analog systems, and the two share a common mathematical foundation.

The modulation scheme has been applied since the earliest days of wireless telegraphy. The original Morse-code telegraph transmitters used on-off keying (OOK), the simplest ASK variant, in which the carrier is either present at full power or absent entirely. Today, ASK remains in use in applications where simplicity, low power, and short-range transmission take priority over bandwidth efficiency or noise immunity.

Modulation Formats

Binary ASK (2-ASK) and on-off keying (OOK) are the most widely deployed formats. OOK maps a logical one to the presence of the carrier and a logical zero to its absence, so the receiver need only detect whether signal energy is above a threshold during each symbol interval. M-ary ASK (M-ASK) generalizes this by distributing M equally spaced amplitude levels symmetrically around zero, increasing spectral efficiency at the cost of a smaller minimum distance between adjacent symbols and thus greater sensitivity to noise. IEEE Xplore coverage of ASK modulation, demodulation, and performance analysis provides detailed treatment of the signal model and spectral properties for both binary and multilevel cases.

Demodulation and Detection

ASK signals are demodulated by envelope detection or coherent (synchronous) detection. In envelope detection, a rectifier followed by a low-pass filter extracts the signal envelope; a threshold comparator then decides which symbol was sent based on the filtered amplitude. This approach is incoherent: no carrier phase reference is needed at the receiver, which simplifies hardware. Coherent detection multiplies the received signal by a phase-synchronized local carrier and integrates over the symbol period, achieving better performance at the cost of needing a phase-locked loop for carrier recovery. Both methods must set an optimal decision threshold that balances the probability of mistaking a high-amplitude symbol for a low-amplitude one and vice versa.

Performance in Noise

ASK is more susceptible to channel amplitude variations and additive noise than phase-shift keying (PSK) or frequency-shift keying (FSK) at the same average power, because all information is encoded in the amplitude and any channel attenuation directly distorts the decision variable. For binary OOK in additive white Gaussian noise (AWGN), the bit error rate equals (1/2) erfc(√(SNR/2)), which is 3 dB worse than binary PSK at the same bit energy-to-noise ratio. As analyzed in arxiv research on implementation and BER comparison of ASK, FSK, and PSK, increasing M in M-ASK compresses the amplitude-level spacing further and raises the required SNR to maintain the same error probability.

Applications

Amplitude shift keying has applications in a wide range of fields, including:

  • RFID and near-field communication (NFC) reader-to-tag data links
  • Short-range infrared remote control systems
  • Optical fiber intensity-modulated direct-detection links at 10 Gbps and beyond
  • Power line communication in smart metering and home automation
  • Low-power wireless sensor nodes where transmitter simplicity is paramount

Related Topics

Loading…