Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.11 KB

RF-Propagation---Coverage-Tool

This project is designed to model and analyze radio frequency (RF) propagation and coverage. The tool provides simulations and visualizations for understanding how RF signals behave in various environments. It can be used for network planning, optimization, and other applications related to wireless communication systems.

Features

  • RF Propagation Modeling: Simulate RF signal propagation in different environments.
  • Coverage Analysis: Visualize coverage maps and determine signal strength in specific areas.

Installation

Prerequisites

  • Python 3.8 or higher

Clone the repository

git clone https://github.com/umutonuryasar/RF-Propagation---Coverage-Tool.git
cd RF-Propagation---Coverage-Tool

Install the required packages

pip install -r requirements.txt

Usage

  • Configure Parameters: Adjust the parameters in the UI.
  • Run the Tool: Execute the app.py script to perform the RF propagation simulation.
streamlit run app.py

License

This project is licensed under the MIT License - see the LICENSE file for details.