Hello, in mmWave Demo Visualizer
Please tell me the code to detect the XYZ coordinates.
I don't know what values are used to calculate the phase difference between elevation and azimuth.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello, in mmWave Demo Visualizer
Please tell me the code to detect the XYZ coordinates.
I don't know what values are used to calculate the phase difference between elevation and azimuth.
Hi Hiroyuki-san,
The code you are looking for can be found in the functions AoAProcHWA_angleEstimationAzimElev() & AoAProcHWA_XYZestimation() in the following file.
C:\ti\mmwave_sdk_03_06_00_00-LTS\packages\ti\datapath\dpc\dpu\aoaproc\src\aoaprochwa.c
The result buffer gets updated with the calculated x, y, z values (calculation is done on the board and not the visualizer) and is then sent to the visualizer.
Regards,
Kaushik
Thank you for your replying.
Can it be set with the command in the .cfg file loaded by mmWave Demo Visualizer?
I don't see that location in the command.
Hi Hiroyuki-san,
Can you please let me know what you are trying to set using the .cfg?
Regards,
Kaushik
I am trying to check how the measurement distance and resolution change with the desired chirp value using the cfg file.
The original file is profile_2d.cfg.
C:\ti\mmwave_sdk_03_05_00_04\packages\ti\demo\xwr18xx\mmw\profiles
Hi Hiroyuki-san,
Please confirm if your doubts are cleared so that I can close the thread.
Regards,
Kaushik