0% found this document useful (0 votes)
2 views7 pages

Report Assignment

Uploaded by

solyanamaryam21
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views7 pages

Report Assignment

Uploaded by

solyanamaryam21
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Table of content

1 Theroretical Framework

1.1 Network Design

1.2 Handover Handling

1.3 Interference Analysis

1.4 Trunking Analysis

1.5 Large-Scale Fading (Path Loss Modeling)

1.6 Small-Scale Fading (Multipath Statistical Models)

2 Simulation Outcome

3 Callenges we face

4 Methodos to overcome the challenge


1 Theroretical Framework

Network Design (The Default Tab)

The primary tab focuses on the Hexagonal Cell Model. This geometry is
used to ensure that there are no gaps or overlaps in coverage while
maintaining an equidistant center to all adjacent cells. The simulator
allows users to toggle the cluster size N to observe how the available
spectrum is distributed across the grid.

Handover Handling

The Handover Handling module simulates the transition of a mobile


station's connection from one base station (BS) to another as the user
moves across cell boundaries. The simulator models critical parameters
such as the handover threshold and hysteresis levels to prevent the
"Ping- Pong" effect. This replaces static signal analysis with a dynamic
view of mobility management.

Interference Analysis

This module focuses on Co-Channel Interference (CCI). It specifically


models the impact of the nearest co-channel neighbors in a hexagonal
cluster. The simulator demonstrates how increasing the reuse distance
directly reduces interference levels, illustrating why spatial separation is
vital for system quality.
Trunking Analysis

Using the Erlang-B Model, the simulator assesses the Grade of Service
(GoS). It helps determine how many users can be supported by a specific
number of channels given a target blocking probability. This is essential
for capacity planning in urban high-traffic areas.

Large-Scale Fading (Path Loss Modeling)

This module represents signal power attenuation over large distances.


The simulator implements several fundamental path loss models to
reflect diverse environments:
Free Space Path Loss: Theoretical model for line-of-sight propagation
without obstacles.
Log-Distance Path Loss: Models signal decay as a function of the path
loss exponent.
Two-Ray Ground Reflection: Accounts for both the direct path and a
single ground-reflected path.
Knife-Edge Diffraction: Simulates signal loss caused by diffraction over
sharp obstacles like hills.
Okumura-Hata Model: An empirical model used for predicting path loss
in urban, suburban, and rural areas.
Small-Scale Fading (Multipath Propagation)

Focusing on rapid fluctuations over short distances, this module explores


multipath effects. The simulator categorizes fading based on symbol
period and signal bandwidth:
Flat Fading: Occurs when the bandwidth of the signal is narrower than
the coherence bandwidth of the channel.
Frequency Selective Fading: Occurs when the signal bandwidth is wider
than the coherence bandwidth, causing distortion.
Fast Fading: Occurs when the channel changes significantly within a
symbol duration (high Doppler spread).
Slow Fading: Occurs when the channel remains stable over several
symbol periods.

Simulation Outcome(Advantages of Google A I


Studio)

 Bridging Theory and Practice: It transforms abstract concepts like

Hexagonal Tiling and Frequency Reuse into a visual, interactive


environment, making the "why" behind the design immediately
clear.
 Rapid Scenario Prototyping: we can instantly change variables (like
Cell Radius or Transmit Power) and see the immediate impact on
coverage, which would otherwise take hours of manual
computation.

 Safe Failure Environment: It allows us to simulate "worst-case"

scenarios—such as Handover failures or high-density network


congestion—without the risk or cost of using real-world
telecommunications hardware.

 · Instant Feedback Loops: The simulators can provide immediate


diagnostic data, helping students understand exactly where a link
budget fails or why a specific frequency planning choice causes
interference.

2 Callenges we face

Challenge 1: AI Computational Concurrency


Attempting to generate multiple complex modules (Trunking + Fading +
Handover) in one prompt led to fragmented code and logic errors in
Google AI Studio.
Challenge 2: Numerical Validation
The AI provided purely theoretical numbers that did not match our
course benchmarks.

Challenge 3: Prompt Engineering Gaps


Initial lack of technical depth in prompts resulted in generic code that
ignored descriptive result of the concept

3 Methods to overcome the challenge

Time Division Multiplexing (TDM) Strategy


We treated the development in time-slots. Each tab was developed,
debugged, and validated individually before being integrated into the
main Plotly dashboard script.
Ground-Truth Calibration
We used solved examples from our course slides (e.g., specific Erlang
tables and path loss constants) as "Golden Inputs" to verify the
simulator's logic against manual calculations.
Academic Priming
We "primed" the AI by providing specific formulas (like the Okumura-
Hata parameters) from our slides before requesting the simulation
design.

You might also like