Wireless Notes
Learn ASK Amplitude Shift Keying with working principle, OOK on-off keying, M-ASK, bandwidth calculation, BER performance, constellation diagram, advantages disadvantages, and applications for engineering students.
ASK is the simplest technique in digital modulation. In this, the amplitude of the carrier wave is changed to represent digital data (0 and 1). For Bit 1, the carrier is present at full amplitude; for Bit 0, the carrier is absent or reduced.
🎯 What is ASK?
In ASK, digital bits are represented by the amplitude of the carrier wave. In the simplest form (OOK): Bit 1 = carrier present, Bit 0 = carrier absent.
Definition: Amplitude Shift Keying is a digital modulation technique where the amplitude of the carrier signal is varied according to the digital data (binary or M-ary), while frequency and phase remain constant.
| │ Digital Data | │ 1 │ 0 │ 1 │ 1 │ 0 │ 0 │ 1 │ │ |
| │ ASK Signal | │ |
| │ Bit 1 | Carrier wave present (amplitude = Ac) │ |
| │ Bit 0: No carrier (amplitude = 0) | This is OOK │ |
⚙️ Working Principle
Mathematical Expression:
┌──────────────────────────────────────────────────────┐
│ │
│ Binary ASK (OOK): │
│ │
│ s(t) = { Ac × cos(2πfc×t) for bit 1 │
│ { 0 for bit 0 │
│ │
│ General ASK: │
│ s(t) = d(t) × Ac × cos(2πfc×t) │
│ │
│ Where d(t) = digital data signal (0 or 1) │
│ │
└──────────────────────────────────────────────────────┘
ASK Generation:
Digital ──┐
Data │ ┌──────────┐
d(t) ├───▶│Multiplier│──── ASK Signal
│ └────┬─────┘ s(t)
Carrier ──┘ │
cos(2πfct)
Simply multiply carrier with data!
ASK Detection:
📊 Types of ASK
1. Binary ASK (BASK / OOK)
- 2 amplitude levels: 0 and Ac
- 1 bit per symbol
- Simplest form
2. M-ASK (Multi-level ASK)
- M amplitude levels
- log₂(M) bits per symbol
- Example: 4-ASK has 4 levels → 2 bits/symbol
| Level 3: ╱╲╱╲╱╲ (highest amplitude) | bits "11" |
| Level 2: ╱╲╱╲ (medium-high) | bits "10" |
| Level 1: ╱╲ (medium-low) | bits "01" |
| Level 0: ───── (zero/lowest) | bits "00" |
3. PAM (Pulse Amplitude Modulation)
- Baseband version of ASK
- Multiple amplitude levels for pulse heights
- Used in PAM-4 (modern Ethernet)
📡 Bandwidth & Data Rate
| │ Minimum Bandwidth (Nyquist) | │ |
| │ Practical Bandwidth | │ |
| │ Where | │ |
| │ For M-ASK | │ |
Example: Data rate = 1 Mbps, r = 0.5
📉 Bit Error Rate (BER)
The BER of ASK degrades quickly with noise because amplitude changes are susceptible to noise.
- ASK has worst BER performance among basic digital modulation
- PSK is 3 dB better than ASK for same BER
- Very susceptible to amplitude noise/fading
✅ Advantages & Disadvantages
Advantages:
| Advantage | Hindi |
|---|---|
| Simplest implementation | Simplest circuit design |
| Low cost transmitter & receiver | Sasta equipment |
| Easy to generate (just multiply) | Aasaan generation |
| Bandwidth efficient (for BASK) | Kam bandwidth lagti hai |
Disadvantages:
| Disadvantage | Hindi |
|---|---|
| Very noise susceptible | Highly affected by noise |
| Poor BER performance | High error rate |
| Affected by fading | Fading channel mein kharab |
| Not power efficient | Power is wasted |
| Not used in wireless (usually) | Wireless mein kam use |
🌐 Applications
| Application | Why ASK? |
|---|---|
| RFID tags | Ultra-simple, low cost |
| Fiber optic (OOK) | High SNR channel, simple detection |
| IR remote control | Simple, short range |
| Low-cost IoT sensors | Minimal hardware needed |
| Optical communication | Intensity = amplitude in optical |
| Legacy systems | Historical simplicity |
ASK is mainly used where the channel is very clean (fiber optic) or cost needs to be kept very low (RFID). For wireless channels, PSK/QAM are preferred.
📝 Summary
| Parameter | Binary ASK (OOK) |
|---|---|
| Amplitude levels | 2 (0 and Ac) |
| Bits per symbol | 1 |
| Bandwidth | Rb × (1+r) |
| BER performance | Poor (worst among basic schemes) |
| Complexity | Very low |
| Noise immunity | Poor |
| Best use case | High-SNR channels, low-cost |
| Modern relevance | RFID, fiber optic, IR |
❓ FAQ
Q: Why isn't ASK used in WiFi or 4G? A: In wireless channels, fading and noise affect the amplitude. PSK and QAM are more robust. QAM is actually a combination of ASK + PSK.
Q: What is the difference between OOK and BASK? A: OOK (On-Off Keying) is a special case of BASK where the amplitude for bit 0 is exactly zero. In general BASK, a non-zero amplitude is also possible for 0.
Q: What is PAM-4? A: 4-level Pulse Amplitude Modulation – used in modern high-speed Ethernet (400G). 4 amplitude levels → 2 bits/symbol, requiring half the baud rate on the channel.
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for ASK Amplitude Shift Keying in Digital Communication.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Wireless Communications topic.
Search Terms
wireless-communications, wireless communications, wireless, communications, modulation, techniques, ask, ask amplitude shift keying in digital communication
Related Wireless Communications Topics