Amplitude Shift Keying
Understanding Amplitude Shift Keying
ASK is the amplitude-domain equivalent of FSK (frequency) and PSK (phase). In binary ASK, a logic 1 is transmitted as a carrier burst at amplitude A1 and a logic 0 at amplitude A0. When A0 = 0, this becomes OOK. The transmitted signal is simply s(t) = A(t) × cos(2πfct), where A(t) switches between discrete levels at the symbol rate.
The key advantage of ASK is demodulator simplicity. An envelope detector (a diode and a low-pass filter) extracts A(t) directly, with no need for a local oscillator, carrier recovery, or phase tracking. This makes ASK the only practical choice for systems where the receiver must be nearly free: passive RFID tags, tire pressure sensors, and disposable medical monitors. The penalty is poor noise performance and vulnerability to amplitude fading.
Pb = Q(√(Eb/N0))
BER (non-coherent OOK, envelope detection):
Pb = (1/2) × e−Eb/(4N0)
Spectral efficiency:
η = 1 bit/symbol/Hz (binary ASK)
Bandwidth:
BW = 2Rb (null-to-null for rectangular pulses)
Coherent OOK requires ~3 dB more Eb/N0 than BPSK for the same BER. Non-coherent OOK adds another ~1 dB penalty.
Basic Modulation Comparison
| Modulation | Information In | Demodulator | Eb/N0 for BER 10−5 | Primary Use |
|---|---|---|---|---|
| OOK (ASK) | Amplitude | Envelope detector | ~15.6 dB (non-coh) | RFID, optical, ISM sensors |
| BPSK | Phase | Coherent (carrier recovery) | ~9.6 dB | Satellite, GPS, deep space |
| BFSK | Frequency | Discriminator or coherent | ~13.5 dB (non-coh) | Pagers, LoRa, Bluetooth LE |
| QPSK | Phase (2 bits) | Coherent | ~9.6 dB | LTE, DVB-S, Wi-Fi |
| 16-QAM | Amplitude + Phase | Coherent | ~13.5 dB | LTE mid-rate, Wi-Fi |
Frequently Asked Questions
What is the difference between ASK and OOK?
OOK is a specific case of ASK where the two levels are full carrier and zero. Generic binary ASK uses two non-zero levels. OOK dominates because it allows the simplest demodulator: a diode envelope detector plus threshold comparator. This is why OOK is used in RFID tags, garage door openers, and sub-dollar ISM sensor nodes.
Why is ASK rarely used in modern wireless systems?
ASK is highly susceptible to amplitude fading because all information is in the envelope. A 6 dB fade destroys detection, while PSK and FSK survive. ASK also has poor spectral efficiency compared to QAM. Modern systems use it only when receiver cost must be near zero (RFID, optical IM/DD) or the channel is very stable (fiber, short-range ISM).
How is ASK used in RFID systems?
In passive UHF RFID (EPC Gen2), the reader powers the tag with a continuous carrier. The tag modulates its reflection by switching antenna impedance between matched and mismatched states, creating ASK backscatter. The reader sees an ASK return. Because the tag has no oscillator or PA, ASK backscatter is the only practical modulation, achieving 40-640 kbps at pennies per tag.