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.

AWR1843: awr1843evm elevation estimation

Part Number: AWR1843

Dear TI engineers,

              In the dss_data_path.c file located in the path \radar_toolbox_1_30_01_03\source\ti\examples\ADAS\medium_range_radar\src\1843\dss of the MmwDemo_XYZcalc angle measurement function, is there a bug as described below? The source code uses the following formula to calculate the elevation phase direction: Wz = (float) atan2sp(tempIm, tempRe) *(1.0f/PI_). whether it should be changed to :Wz = (float) atan2sp(tempIm, tempRe) *(1.0f/PI_)+2Wx.

 Thanks, BR

  liuwh