Part Number: AWR2944EVM Other Parts Discussed in Thread: AWR2944 专家好,我使用2944 DDMA工程,具体为\radar_toolbox_3_30_00_06\source\ti\examples\Automotive_ADAS_and_Parking\high_end_corner_radar 现工程默认多普勒chirp数为128,考虑6个子带sub-band = 6,需要做768点多普勒维度fft。 期望实现256点chirp,也就是1512点多普勒fft…
参考下工程师的回复:
A BOR would clear all of the RTC data. I would start with our code example to make sure everything is working properly, then do a delta of your solution to the code example to see what's going on.
Also, make sure you are handling the LOCKBAK…
您好,In the example code RX_data is an unsigned char type, so you may need to add some additional conversions to get the data into a float type. The example code for this function also returns as an unsigned short, not a float.
See below, taken from Section…