Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

image
image
End of preview.

πŸ“‘ RadPat-50K: A Large-Scale Benchmark for Antenna Array Radiation Patterns RadPat-50K is a large-scale synthetic dataset of 50,000 radiation patterns generated for Uniform Linear Arrays (ULA). Each sample includes polar plots and rectangular plots of the array factor, along with metadata for design and performance parameters.

Dataset Details

πŸ“Š Dataset Highlights β€’ Size: 50,000 radiation patterns β€’ Array Elements (N): 4, 8, 12, 16, 24, 32, 48, 64 β€’ Element Spacing (Ξ»): 0.25, 0.5, 0.75, 1.0 β€’ Steering Angles (Β°): –60, –45, –30, –15, 0, 15, 30, 45, 60 β€’ Weighting Schemes: o Uniform o Binomial o Cosine o Kaiser o Hamming o Hann o Blackman o Exponential β€’ Variations (for diversity): o ⚑ Amplitude noise o πŸ“ Phase noise o 🎯 Steering jitter


πŸ”¬ Applications This dataset is well-suited for research in machine learning, deep learning, and signal processing, including: β€’ πŸ“‘ Antenna pattern classification β€’ πŸŽ›οΈ Beamforming analysis β€’ 🚨 Grating lobe detection β€’ πŸ—οΈ Data-driven array design


🧾 Metadata per Record Each radiation pattern entry includes: β€’ Antenna parameters: number of elements, element spacing, steering angle, weighting scheme β€’ Noise parameters: amplitude noise, phase noise, steering jitter 🧾 Performance Metrics β€’ πŸ“‘ Directivity β€’ πŸ“ Half-Power Beamwidth (HPBW) β€’ πŸ“ Main Lobe Angle


Dataset Description

πŸ“‚ Dataset Description The RadPat-50K dataset is organized into three primary files for ease of experimentation: β€’ πŸ“ Rect_50K.zip β†’ Contains 50,000 rectangular plot images of antenna array radiation patterns. β€’ πŸ“ Polar_50K.zip β†’ Contains 50,000 polar plot images of antenna array radiation patterns. β€’ πŸ“‘ Metadata_50K.csv β†’ A structured metadata file providing detailed information for each sample. πŸ“Š Metadata Contents Each record in Metadata_50K.csv includes: β€’ id β†’ Unique identifier for each sample β€’ N β†’ Number of array elements β€’ spacing_wavelengths β†’ Element spacing in wavelengths β€’ weights β†’ Applied weighting scheme β€’ steering_deg_nominal β†’ Nominal steering angle (in degrees) β€’ steering_deg_noisy β†’ Steering angle with noise (in degrees) β€’ amp_noise_std β†’ Standard deviation of amplitude noise β€’ phase_noise_std β†’ Standard deviation of phase noise β€’ grating_lobe β†’ Presence of grating lobe (True / False) β€’ image_rect β†’ File name of the corresponding rectangular plot β€’ image_polar β†’ File name of the corresponding polar plot β€’ D_peak_dBi β†’ Peak directivity (in dBi) β€’ HPBW_deg β†’ Half-Power Beamwidth (in degrees) β€’ main_lobe_angle_deg β†’ Main lobe angle (in degrees)

⚑ Quick Experimentation Subset (RadPat-10K) For rapid prototyping and experimentation, we provide a 10K subset of the full dataset. This subset maintains the same structure, variations, and metadata fields as the full 50K dataset, but with fewer samples for faster loading and reduced storage needs. πŸ“‚ Files Included β€’ Rect_10K.zip β†’ 10,000 rectangular plot images β€’ Polar_10K.zip β†’ 10,000 polar plot images β€’ Metadata_10K.csv β†’ Metadata corresponding to the 10K subset πŸ”Ž Use Cases β€’ Ideal for notebook demonstrations (Kaggle, Colab, Jupyter) β€’ Quick experimentation with classification, regression, or beamforming analysis β€’ Reduces compute/storage requirements while preserving dataset diversity To ensure transparency, accessibility, and wider reach, the RadPat-50K dataset is hosted across multiple trusted public repositories: β€’ πŸ“Š Kaggle – for seamless integration with notebooks and ML workflows β€’ πŸ€— Hugging Face Datasets – for direct use in deep learning pipelines β€’ πŸ“‘ IEEE Dataport – for the research and engineering community β€’ πŸ“‘ Mendeley Data – for academic visibility and long-term preservation This multi-platform availability ensures that researchers, engineers, and practitioners can easily access, reproduce, and build upon the dataset.

  • Curated by: Dr.Bhuma Chandra Mohan
  • **Funded by : ** Bapatla Engineering College

Dataset Sources [optional]

Uses

πŸ€– Benchmark Potential β€’ Training and evaluating classification & regres RadPat-50K provides a standardized benchmark for:sion models β€’ Developing robust antenna array designs under noise conditions β€’ Advancing AI-driven RF and antenna research

  1. Classification Benchmarks β€’ Task A: Weighting Scheme Classification o Input: Radiation pattern image o Output: Weighting scheme label (uniform, cosine, blackman, etc.) β€’ Task B: Number of Elements Classification o Input: Radiation pattern image o Output: Class label (N = 4, 8, 12, 16, 24, 32, 48, 64) β€’ Task C: Spacing Classification o Input: Radiation pattern image o Output: Class label (d = 0.25Ξ», 0.5Ξ», 0.75Ξ», 1.0Ξ») β€’ Task D: Joint Classification o Input: Radiation pattern image o Output: Multi-task prediction (N, spacing, weighting, steering angle category).

  1. Regression Benchmarks β€’ Task E: Directivity Prediction o Input: Radiation pattern image o Output: Directivity (linear or dB). β€’ Task F: HPBW Prediction o Input: Radiation pattern image o Output: Half Power Beamwidth in degrees.

  1. Multi-Label / Structured Prediction β€’ Task G: Parameter Recovery o Input: Radiation pattern image o Output: A set of antenna parameters (N, spacing, weighting scheme, steering angle).

  1. Vision-Language Benchmarks (VQA-style) β€’ Task H: Antenna Q&A o Input: (Image + Question) o Example Qs: ο‚§ "What is the main lobe direction?" ο‚§ "Which weighting scheme is applied?" ο‚§ "How many array elements are used?" o Output: Answer (text). β€’ Task I: Captioning o Input: Radiation pattern image o Output: Caption like "16-element array, 0.5Ξ» spacing, uniform weighting, steered to 30Β° with gain β‰ˆ 12 dB and HPBW β‰ˆ 14Β°."

Dataset Structure

Curation Rationale

There is no dataset on Antenna Radiation Patterns Analysis and Synthesis using Machine Learning and Deep Learning techniques. This is the first large scale dataset consisting of 50K radiation patterns in both polar and rectangular format.

Data Collection and Processing

The RadPat-50K dataset can be regenerated from first principles using standard array factor formulations. The following procedure was used: 1. Environment Setup Install Python (β‰₯3.9) along with the required packages: numpy, scipy, matplotlib, and pandas. 2. Array Configuration A uniform linear array (ULA) was considered with varying numbers of elements and inter-element spacings. The number of elements was selected from N = {4, 8, 12, 16, 24, 32, 48, 64}. Inter-element spacings were chosen from values such as 0.25Ξ», 0.5Ξ», 0.75Ξ», and 1Ξ». Steering angles were selected from βˆ’60Β°, βˆ’45Β°, βˆ’30Β°, βˆ’15Β°, 0Β°, 15Β°, 30Β°, 45Β°, and 60Β°. 3. Weighting Schemes Multiple excitation tapers were applied to control sidelobe levels and beamwidth. The following weighting functions were used: uniform, binomial, cosine, Kaiser, Hamming, Hann, Blackman, and exponential. 4. Pattern Computation For each configuration, the array factor was computed and radiation patterns were generated in both rectangular (dB vs. angle) and polar coordinates. Derived antenna parameters such as gain, directivity, and half-power beamwidth (HPBW) were extracted. Sidelobe levels (SLL) were not included. 5. Variations for Diversity To simulate practical conditions, additional variations were introduced: o ⚑ Amplitude noise o πŸ“ Phase noise o 🎯 Steering jitter For these variations, only CSV metadata files were generated (no images). 6. Data Generation A complete sweep over all combinations of array elements Γ— steering angle Γ— element spacing Γ— weighting scheme was performed. The resulting radiation patterns were stored as JPG images (750Γ—750 resolution), while the corresponding numerical attributes were saved in CSV files.

Who are the source data producers?

  1. Dr.Bhuma Chandra Mohan, Professor, ECE Dept, Bapatla Engineering College, Bapatla.
  2. Dr.Pallaviram Sure, Professor, Department of Electronics and Communications Engineering, Ramaiah University of Applied Sciences
  3. Dr.P.Surendra Kumar, Associate Professor, ECE Dept, Bapatla Engineering College, Bapatla
  4. Dr.J.Chandrasekhar Rao, Associate Professor, ECE Dept, Bapatla Engineering College, Bapatla
  5. Dr.U.Srinivasa Rao, Associate Professor, ECE Dept, Bapatla Engineering College, Bapatla.

Dataset Card Contact

For its usage or for any queries...contact: [email protected]

Downloads last month
97