/TinyRadTool

TinyRadTool Software is PC evaluation software of EV-TINYRAD24G, with an included graphical user interface (GUI), that performs radar signal processing steps to yield radar point clouds that can be visualized as range doppler or range angle plots.

Primary LanguagePythonOtherNOASSERTION

Analog Logo

Python Version GitHub Pages EngineerZone Analog Wiki


TinyRadTool: Analog Devices python GUI application for EV-TINYRAD24 24GHz Radar Evaluation Platform

The EV-TINYRAD24G is a radar evaluation module that allows the implementation and testing of radar sensing applications in the 24 GHz industrial, scientific, and medical (ISM) band. TinyRadTool Software is PC evaluation software of EV-TINYRAD24G, with an included graphical user interface (GUI), that performs radar signal processing steps to yield radar point clouds that can be visualized as range doppler or range angle plots. This software main functions can be categorized as follow: a) Communicate with controller to change settings. b) communicate with digital signal processing module to get processed data and visualize.

> & python TinyRadTool.py

Installing from source

> & git clone https://github.com/analogdevicesinc/tinyradtool.git
> & cd tinyradtool
> & pip install -r requirements.txt

Dependencies

Dependency Version Link
PyQt5 5.15.7
numpy 1.10.4
pyqtgraph 0.9.10
pyusb 1.2.1