Skip to content

openradarinitiative/open_radar_processing

Repository files navigation

Open Radar Processing

This repository contains the "Open Radar Initiative" processing and contains utilites to read the raw UDP stream from Texas Instruments' DCA1000, dump the raw data to the harddrive and the ability to play them back later. The datacube parameters are stored in params.py.

The examples included are:

Receive and log raw data

This is done by receive_and_log_raw_data.py and requires that the radar has been configured and the stream is started. This can be done by using the software supplied in https://github.com/openradarinitiative/openradar_mmwave_utils or by using the ".lua" script in combination with mmWaveStudio.

Show range Doppler from openradar file

This is done by using play_from_openradar_file.py which plays a file logged by the previous script and shows a range-Doppler map.

Show range Doppler from TI file

This is done by play_from_ti_file.py which loads the raw data from TI's ".bin" recorded by using the ".lua" script in https://github.com/openradarinitiative/openradar_mmwave_utils. The loaded raw data is processed to show a range-Doppler map.

Convert TI's format to ".open_radar"

This is performed by convert_bin_to_open_radar.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages