Goal of this project is to evaluate the impact of the rain on radar measurements.
A test bench has been constructed, using two electropumps (each one with a flow rate of 280L/hour).
4 radar sensors have been evaluated:
- Infineon BGT60TR13C (60GHz FMCW radar)
- Infineon BGT60LTR11AIP (60GHz Doppler radar)
- Infineon BGT24LTR11 (24GHz Doppler radar)
- MineW ME73MS01 (24GHz FMCW radar)
Have a look to the PDF file (20250523_rain_test.pdf) to have an overview of the results. All the data that have been recorded and processed for this analysis are stored in the python_project directory.
The scripts that have been used to process and analyse the raw data are also available inside the python_project directory.
A few libraries are needed to run the python project:
pip install matplotlib
pip install scipy
pip install numpy