Cognitive Radio
Understanding Cognitive Radio
Spectrum scarcity is largely an illusion. Measurements consistently show that most licensed spectrum is unused most of the time in most locations: occupancy studies in major cities find that only 15 to 25% of allocated spectrum below 6 GHz is actively transmitting at any given time. The remaining 75 to 85% sits idle, reserved by license but not utilized. Cognitive radio exploits this inefficiency by allowing unlicensed devices to use the idle spectrum opportunistically, creating a massive increase in effective spectrum capacity without requiring new frequency allocations.
Joseph Mitola III introduced the concept in 1999, and Simon Haykin formalized the engineering framework in 2005. The core idea extends software-defined radio (which can tune to any frequency and use any modulation) with awareness and intelligence: the radio not only can operate on different frequencies, it knows which frequencies are available and decides which to use based on learned environmental knowledge. This requires continuous spectrum monitoring, real-time decision-making, and rapid frequency agility to vacate channels when primary users return.
Spectrum Sensing Performance
λ = σn² (1 + 1/√N) × Q-1(Pfa)
Sensing Time (energy detection):
N ≈ 2 [Q-1(Pfa) - Q-1(Pd)(1+SNR)]² / SNR²
Cooperative Sensing Gain:
Pd,coop = 1 - ∏(1 - Pd,i) (OR rule)
Where σn² = noise variance, N = samples, Pfa = false alarm probability, Pd = detection probability. At SNR = -10 dB, Pd = 0.9, Pfa = 0.1: N ≈ 2,500 samples. 5 cooperating radios at Pd = 0.5 each: Pd,coop = 0.97.
Dynamic Spectrum Access Frameworks
| Framework | Band | Access Model | Vacate Time | Max EIRP |
|---|---|---|---|---|
| IEEE 802.22 WRAN | 54 to 862 MHz | Sensing + database | 2 s | 36 dBm |
| CBRS (US) | 3550 to 3700 MHz | SAS database | 60 s | 47 dBm (Cat B) |
| TV White Space | 470 to 790 MHz | Geolocation DB | 10 s | 36 dBm |
| LSA (EU) | 2300 to 2400 MHz | Licensed shared | Minutes | Varies |
| AFC (Wi-Fi 6E) | 5925 to 7125 MHz | AFC database | N/A | 36 dBm (SP) |
Frequently Asked Questions
How does spectrum sensing work?
Energy detection: compare received power to threshold (works to -10 dB SNR, 10 to 100 ms sensing time). Cyclostationary: exploits modulation periodicity (to -20 dB, higher complexity). Matched filter: correlates with known signal template (to -25 dB, requires signal knowledge). Cooperative sensing from multiple radios overcomes shadowing: 5 radios at Pd=0.5 each achieve Pd,coop=0.97.
What is the CBRS framework?
Three-tier sharing at 3.5 GHz. Tier 1 (Incumbent): Navy radar, protected. Tier 2 (PAL): auctioned 10 MHz channels per county. Tier 3 (GAA): open access, no protection. SAS manages assignments; devices check every 300 s and vacate in 60 s. Max EIRP: 47 dBm outdoor. Enables private LTE/5G networks.
How is interference avoided?
Layered protection: spectrum sensing + geolocation database + power control + beamforming + DFS. Database eliminates hidden node problem. Power control keeps interference <-100 dBm at primary receivers. Cognitive radio must vacate in 2 s (802.22) or 60 s (CBRS). Combined: <0.1% interference probability.