This project presents a 2D ray-tracing simulation that models the propagation of waves from a 5G base station within the Metropolitan Museum of Art (MET). The simulation aims to analyze signal behavior and coverage within the museum's environment.
- Objective: To simulate the propagation of 5G signals inside the MET museum using a 2D ray-tracing approach.
- Methodology: The simulation traces the paths of waves emitted from a base station, accounting for interactions with the museum's architecture.
- Tools Used: Developed using MATLAB for computational modeling and visualization.
- RayTracing: Directory containing the main simulation code and related scripts.
- RayTracingReport.pdf: Detailed report documenting the project's objectives, methodologies, results, and conclusions.
- README.md: This file, providing an overview of the project.
To explore or replicate the simulation:
-
Clone the Repository:
git clone https://github.com/AlexBoving/ray-tracing.git cd ray-tracing -
Review the Report: Begin by reading the
RayTracingReport.pdfto understand the project's context and findings. -
Run the Simulation: Open the MATLAB scripts located in the
RayTracingdirectory to examine or execute the simulation.