• ↑↓ pour naviguer
  • pour ouvrir
  • pour sélectionner
  • ⌘ ⌥ ↵ pour ouvrir dans un panneau
  • ←→ pour naviguer
  • esc pour rejeter
⌘ '
raccourcis clavier

The Problem

The radio spectrum is a scarce, finite resource. A single high-power transmitter covering an entire city can only support a limited number of simultaneous calls (equal to the number of available frequency channels). With millions of potential users, this architecture fails. The solution is to divide the city into small cells, each with a low-power base station, and reuse frequencies geographically.

Core Idea

Frequency reuse is the technique of using the same set of radio frequencies in multiple geographically separated, non-adjacent cells. Because cells using the same frequencies are far apart, their signals are weak enough at each other’s locations to avoid interference. This allows thousands of simultaneous calls with a limited spectrum.

How It Works

  1. The geographical area is divided into small hexagonal cells, each served by a low-power base station
  2. Cells are grouped into clusters (e.g., cluster size N=7 means 7 cells share a unique set of frequencies)
  3. The same frequencies are reused only in cells that are sufficiently far apart (the co-channel reuse distance D)
  4. The co-channel reuse ratio Q = D/R, where R is the cell radius; higher Q means less interference but lower capacity
  5. The cluster pattern (number of cells per cluster) determines the trade-off between interference and capacity
  6. Formula: Q = √(3N) where N = i² + ij + j², with i and j as non-negative integers

Capacity is directly proportional to the number of times the cluster pattern is repeated across the coverage area.

Key Properties

  • Enables massive capacity scaling: total capacity = N_channels × number_of_clusters
  • Cluster size N=7 is the most common standard design
  • Higher co-channel reuse ratio Q = better signal quality but lower capacity per area
  • Lower N (e.g., N=4) = higher capacity but more co-channel interference
  • Cell splitting (reducing cell radius) increases capacity without new spectrum
  • Sectoring (dividing each cell into 3 or 6 sectors) further reduces interference

Connections

  • Built from: Cellular Mobile System — frequency reuse is the foundational concept that enables cellular architecture
  • Built from: Co-Channel Interference — the reason for the reuse distance constraint
  • Related: Cell Splitting — technique to increase capacity by shrinking cells
  • Related: Sectoring — directional antennas that improve reuse efficiency
  • Related: Multiplexing — SDMA is the spatial division principle behind frequency reuse

Edge Cases & Gotchas

  • Reuse distance must be maintained — cells using the same frequency too close will have severe co-channel interference
  • N must be chosen to balance interference vs. capacity; N=7 is a conservative but common choice
  • In practice, frequency reuse planning is complex due to irregular terrain and building shadowing
  • Handoff zones at cell boundaries must be carefully designed to avoid dropped calls