Tool/software: TI-RTOS
I am trying to convert the doppler bin to velocity after collecting the doppler bin index via UART. After reading this post: I expected the range of doppler values to vary from 0 to 15 (given I have 16 chirps per frame). However, I received some doppler indeces in the range 65528-65535. I presume these are the negative indeces, but I am unsure whether 65528 is the maximum negative velocity or whether 65535 is the maximum negative velocity. 65528 seems more frequent from my observations, so I presume this is the lowest negative velocity and 65535 is the maximum negative velocity? Could you please confirm