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