Cellular Concept & System Design Fundamentals
Complete Engineering Lecture Notes | Mobile Communication
📌 Quick Navigation
Lecture 1: Introduction to Cellular System
1. Evolution of Mobile Communication
Early mobile communication used a single high-power transmitter located at a high tower location covering an entire city.
- Drawbacks: Severe user capacity limits, massive transmitter power demands, poor spectrum utilization, excessive interference, and low service quality.
2. The Cellular Solution
Instead of relying on one powerful transmitter, the total coverage area is divided into many small geographical zones termed Cells.
- Each cell contains a low-power Base Station (BS).
- Each cell operates on designated radio frequency channels.
- Controlled interference allows simultaneous usage across regions.
3. Cellular Architecture
- Mobile Station (MS): Handset / Mobile phone.
- Base Station (BS): Transceivers inside a specific cell.
- Base Station Controller (BSC): Manages multiple base stations & radio resources.
- Mobile Switching Center (MSC): Main engine for call routing, authentication, billing, and handoffs.
Lecture 2: Hexagonal Cell Geometry
While real radio coverage patterns are irregular circles, circular cells cannot cover a geographic region without leaves gaps or creating inefficient overlaps.
$$A = \frac{3\sqrt{3}}{2}R^2$$ Where $R$ is the cell radius (center to corner distance).
Cell Classifications
| Cell Type | Radius ($R$) | Primary Application |
|---|---|---|
| Macro Cell | 1 to 20 km | Highways, rural areas |
| Micro Cell | 500 m to 2 km | Urban areas & busy streets |
| Pico Cell | 100 to 300 m | Shopping malls, airports |
| Femto Cell | 10 to 50 m | Homes, small offices |
Lecture 3: Frequency Reuse
Radio spectrum is limited. Frequencies must be reused across geographically separated cells to serve thousands of simultaneous subscribers.
$$N = i^2 + ij + j^2$$ Where $i, j$ are non-negative integer shift parameters.
Frequency Reuse Factor: $$\text{Reuse Factor} = \frac{1}{N}$$
Common cluster sizes include $N = 3, 4, 7, 12, 13$.
Lecture 4: Reuse Distance Ratio
Cells using the same set of frequency channels are called Co-channel Cells. The minimum separation between their centers is the Reuse Distance ($D$).
Co-Channel Reuse Ratio ($Q$):
$$Q = \frac{D}{R} = \sqrt{3N}$$
Example: For cluster size $N=7$, $Q = \sqrt{21} \approx 4.58$. Co-channel cells must be separated by $4.58 \times \text{radius}$.
Lecture 5: Channel Assignment Strategies
- Fixed Channel Assignment (FCA): Each cell gets a fixed set of channels. Simple, but vulnerable to traffic spikes.
- Dynamic Channel Assignment (DCA): Channels are dynamically allocated on-demand by the MSC. Highly efficient, but requires high computational overhead.
- Hybrid Channel Assignment (HCA): Combines static reserves with a dynamic channel pool.
Lecture 6: Interference & Signal-to-Interference Ratio
Interference Types
- Co-Channel Interference (CCI): Caused by cells reusing identical frequencies. Reduced by increasing distance ratio $Q$.
- Adjacent Channel Interference (ACI): Caused by neighboring frequency bands due to receiver filter imperfection. Reduced via guard bands and high-pass filters.
$$\frac{S}{I} = \frac{Q^n}{i_0} = \frac{(\sqrt{3N})^n}{i_0}$$ Where $n$ is path loss exponent (3-4 in urban areas) and $i_0$ is the number of first-tier interfering cells ($i_0 = 6$).
Lecture 7: Handoff Strategies
A Handoff moves an active call/session from one base station/channel to another without dropping service.
- Hard Handoff ("Break before Make"): Connection drops briefly before joining new BS (used in 2G GSM).
- Soft Handoff ("Make before Break"): Simultaneously connects to old and new BS before releasing old connection (used in 3G CDMA).
Umbrella Cell Concept
Overlays small microcells inside a large macrocell to handle fast-moving vehicles cleanly without high handoff rates.
Lecture 8: Coverage & Capacity Techniques
- Cell Splitting: Subdividing overloaded cells into smaller cells with reduced transmit power.
- Cell Sectoring: Replacing omnidirectional antennas with directional ones ($120^\circ$ or $60^\circ$) to reduce $i_0$ and boost $S/I$.
- Repeaters: Signal amplifiers for dead-zones, basements, and tunnels.
- Microcell Zone Concept: Multiple zone antennas connected to one base station; reduces interference and handoff requests.
Capacity Improvement Comparison
| Technique | Capacity | Coverage | Cost | Interference |
|---|---|---|---|---|
| Cell Splitting | High | Same | High | Medium |
| Sectoring | Medium | Same | Medium | Low |
| Repeaters | None | High | Low | Medium |
| Microcell Zone | High | Medium | Medium | Low |
| Umbrella Cell | Medium | High | Medium | Low |
Formula Quick Reference
University Exam Practice Questions
2-Mark Questions
- Define cellular frequency reuse and cluster size.
- Why is a hexagon shape preferred over circles or squares?
- What is the difference between hard handoff and soft handoff?
5 & 7 Mark Questions
- Derive the relationship for reuse distance $D = \sqrt{3N}R$.
- Explain co-channel interference and compute $S/I$ for $N=7, n=4, i_0=6$.
- Discuss cell splitting, sectoring, and microcell zone concepts in detail.