SkillAgentSearch skills...

BeamForming

A Python-based Beamforming Simulator with a PyQt5 GUI for visualizing and analyzing antenna array patterns. Adjust parameters like the number of antennas, distance, delay, and frequency to generate real-time heatmaps and beam profiles.

Install / Use

/learn @HarmoniCode/BeamForming
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Beamforming Simulator

Python PyQt5 Matplotlib NumPy License

image

This project is a Beamforming Simulator that visualizes the beamforming process using a heatmap and beam profile. The simulator allows users to configure various parameters such as the number of antennas, distance between antennas, delay between antennas, and array geometry.

Features

  • Heatmap Visualization: Displays the intensity of the beamforming pattern on a 2D grid.
  • Beam Profile Visualization: Shows the beam pattern on a polar plot.
  • Antenna Configuration:
    • Adjust the number of antennas.
    • Set the distance between antennas.
    • Configure the delay between antennas in degrees.
    • Select the array geometry (Linear or Curved).
    • Adjust the curvature for curved arrays.
  • Frequency Configuration:
    • Set a global frequency for all antennas.
    • Adjust individual frequencies for each antenna.
  • Position Configuration:
    • Manually adjust the x and y positions of each antenna.
  • Predefined Scenarios: Load predefined scenarios from JSON files for 5G, Tumor Ablation, and Ultrasound applications.
  • Dynamic Updates: Real-time updates of the heatmap and beam profile as parameters are adjusted.

<video src="https://github.com/user-attachments/assets/c76ef5bb-a84c-4eb0-b62f-c78e663dd723"></video>

Requirements

  • Python
  • PyQt5
  • Matplotlib
  • NumPy

Installation

  1. Clone the repository:
    
    git clone https://github.com/HarmoniCode/BeamForming.git
    cd BeamForming/
    
    
    
  2. Install the required packages:
    pip install -r requirements.txt
    

Usage

  1. Run the main script:

    python main.py
    
  2. Use the GUI to configure the beamforming parameters and visualize the results.

License

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

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated4mo ago
Forks7

Languages

Python

Security Score

87/100

Audited on Dec 2, 2025

No findings