Skip to content

Simulate RADAR, apply CFAR (Constant False Alarm Rate) Detection and Kalman Filter

Notifications You must be signed in to change notification settings

frontcover/RadarSimulator

Repository files navigation

Radar simulator

This project aims to simulate a radar located on the coast to observe the target is a ship, which includes CFAR and Kalman Filter algorithm, using Python and PyQt5 GUI framework.

How to run

Install dependencies

pip install -r requirements.txt

Edit file map.png by yourself to create your own terrain. This image must be binary image, i.e. only contains black and white pixels. You can edit simply by MS Paint.

Run the program

python main.py

You should get the result as bellow:

About

Simulate RADAR, apply CFAR (Constant False Alarm Rate) Detection and Kalman Filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages