CONCEPT of GSM
CONCEPT of GSM
Assignment
Haresh Krishna G S
ECE - ’A’
2127220701043
1.1 Introduction
Adaptive filtering algorithms are essential in digital wireless communication systems
to mitigate time-varying channel effects such as multipath fading. The coherence time
(Tc) defines the duration over which the channel remains stable, while the data rate (fs)
determines the number of symbols processed per second. A DSP chip with a capacity
of one million multiplications per second (1M MPS) imposes computational
constraints. This analysis evaluates three algorithms— Least Mean Squares (LMS),
Normalized LMS (NLMS), and Recursive Least Squares (RLS)—based on their
convergence rates and suitability for varying Tc and fs.
1
• Data Rate (fs): Symbol rate (e.g., ksps), affecting adaptation steps.
Mathematical Foundation
Weight update rule: w(n + 1) = w(n) + µe(n)x(n)
where w(n) is the weight vector, µ is step size, e(n) = d(n) − wT (n)x(n) is the error, d(n) is
the desired signal, and x(n) is the input vector of length L.
Convergence Rate
Time constant: τ ≈ 1 , where σmin is the smallest eigenvalue of the input cor-
relation matrix. Convergence requires 100-200 iterations, suitable for large N (slow-
fading channels).
Computational Complexity
Per symbol: 2L+1 multiplications (L for output, L for weight update, 1 for error). For fs =
50 ksps, L = 9, total = 50, 000 · 19 = 950, 000 MPS, within limit.
Use Case
Best for stable channels with low to moderate fs.
2
Mathematical Foundation
Weight update:
µ
w(n + 1) = w(n) + e(n)x(n)
Convergence Rate
Computational Complexity
Per symbol: 3L + O(1) multiplications. For fs = 50 ksps, L = 6, total = 50, 000 · 19 ≈ 950,
000 MPS, feasible.
Use Case
RLS minimizes weighted least squares error, offering fast convergence at high
computational cost.
Mathematical Foundation
Key equations:
P(n − 1)x(n) k(n) = λ +
x (n)P(n − 1)x(n)
T
1
( T (n)P(n − 1))
P(n) = P(n − 1) − k(n)x
λ
where λ is the forgetting factor (0.95-1).
Convergence Rate
Per symbol: 2L2 +O(L) multiplications. For fs = 20 ksps, L = 4, total = 20, 000 · 32 = 640,
000 MPS, feasible.
Use Case
Best for high fs and fast-fading channels with small L.
1.8 Conclusion
LMS suits slow-fading channels and low fs due to low complexity. NLMS balances
performance for moderate Tc, while RLS excels in fast-fading channels but is
constrained by the 1M MPS limit unless fs and L are low. Selection depends on N = Tc ·
fs and computational feasibility.
4
Question 2: Fading and Correlation Effects
Analyze the effect for fading signal under the influence of magnitude and impact of
correlation of two signal elements. Marks: 10 CO: 4 RBT Level: Analyze
2.1 Introduction
Fading, caused by multipath propagation, results in signal amplitude and phase
fluctuations. The magnitude of fading affects signal quality, while correlation
between signal elements (e.g., antennas) impacts diversity techniques. This anal- ysis
explores fading types, their effects, and correlation’s role in diversity sys- tems.
σ2 σ
where A is the dominant path amplitude, I0 is the modified Bessel function.
Effects
• Signal Power Variation: Deep fades reduce signal strength below receiver
sensitivity.
• Reduced SNR: Lower signal power decreases SNR, increasing BER. For BPSK
in Rayleigh fading:
Pe
where γ¯ is average SNR.
• Increased BER: Severe fading (e.g., ¯γ = 10 dB) yields higher BER than Rician
fading with high K-factor (K = A2/2σ2).
Correlation coefficient:
Cov ρ
= (x, y) σxσy where x, y are signal envelopes.
Impact on Diversity
• High Correlation (ρ > 0): Similar fading patterns reduce diversity gain: Pout =
1 − [1 − F (γth)]2 + ρ[F (γth)]2
6
2.4 Mitigation Strategies
• Spatial Diversity: Antennas spaced λ/2 apart (e.g., 16.5 cm at 900 MHz) reduce
ρ.
2.5 Example
For two antennas with P (γ < γth) = 0.1:
2.6 Conclusion
Fading magnitude degrades SNR and increases BER, with Rayleigh fading caus- ing
deeper fades than Rician. Low correlation enhances diversity gain, reducing outage
probability. Mitigation through spatial, frequency, or time diversity is essential for
robust performance.
3.1 Introduction
IS-95 (cdmaOne), a 2G standard using Code Division Multiple Access (CDMA),
operates in the 800-900 MHz band (824-849 MHz uplink, 869-894 MHz downlink).
This analysis covers its technical features, performance, and comparison with GSM.
3.4 Advantages
• High Capacity: 20-30 users per 1.25 MHz vs. 8 per 200 kHz in GSM.
• Fading Resistance: Rake receivers and soft handoff mitigate multipath.
• Security: Spreading codes enhance privacy.
• Frequency Reuse: Reuse factor of 1.
3.5 Disadvantages
• Complexity: Requires precise synchronization and power control.
• Cost: Higher deployment costs than GSM.
3.7 Example
A 1.25 MHz IS-95 channel supports 20 users at 9.6 kbps, vs. 8 users in a 200 kHz GSM
channel. Diagram Suggestion: IS-95 channel structure with Walsh codes.
8
3.8 Conclusion
IS-95’s CDMA in the 800-900 MHz band provides excellent capacity and fading
resistance, paving the way for 3G systems like CDMA2000. Its complexity is a
drawback compared to GSM, but its performance is superior.
4.1 Introduction
GSM, a 2G standard, uses TDMA with 216.66 frames per second, dividing each frame
into 8 time slots. This analysis evaluates its design, efficiency, limitations, and
comparison with IS-95.
4.3 Advantages
• Multiple Access: 8 users per frame optimize spectrum.
• Synchronization: Precise timing avoids interference.
9
• Interleaving: Combats burst errors.
• DTX: Saves power during silence.
4.4 Limitations
• Low Data Rate: Max 9.6 kbps per slot.
• Frequency Planning: Requires reuse patterns (e.g., 4/12).
• Latency: Call setup and handoff delays.
4.6 Efficiency
• Spectral Efficiency: ∼ 1.35 bps/Hz.
4.7 Conclusion
GSM’s frame structure is efficient for voice and SMS, enabling global 2G domi- nance.
Its low data rate and spectral efficiency limitations led to GPRS and EDGE, but it is
less robust than IS-95’s CDMA.
10
1.
2.
3.
4.