/UNKNOWN-RADAR-RECOGNITION-USING-RESNET-AND-CLUSTERING

This system recognizes unknown and known radar signals helps in identifying the threat.

Primary LanguageJupyter Notebook

UNKNOWN-RADAR-RECOGNITION-USING-RESNET-AND-CLUSTERING

This system recognizes unknown and known signals and helps in identifying the threat. Dataset: link

Signals:
Raw radar signals represented as 3D arrays.
Shape: (532,480 samples, 1024 time steps, 2 components)
Labels:
Indicates radar emitter types or modes for each signal sample.
Shape: (532,480 samples, 24-dimensional label vector)
Signal-to-Noise Ratios (SNRs):
Reflects the quality of radar signals.
Shape: (532,480 samples, 1 SNR value)

PROBLEM STATEMENT

In modern radar signal analysis, the identification of unknown radar emitters poses a significant challenges due to the limitation of traditional methods. To address these challenges, our project aims to leverage machine learning techniques to effectively identify and classify unknown radar emitters, contributing to advancements in defense, security, and airspace management.

ABSTRACT

This project aims to develop an advanced system using machine learning techniques to accurately identify and classify unknown radar emitters, crucial for defense, security, and airspace management.

The system architecture for radar signal recognition integrates a combination of ResNet and K-Means clustering. The process is divided into three main stages:

  • Model Training
  • Clustering of Features
  • Recognition of Signals