In AWR1642 configure, the range of Doppler index set as 128, means -64 to +64 (And it supports -64*0.5 m/s to +64*0.5 m/s).
Thus, the maximum relative velocity to support will be -115.2 km/h to +115.2 km/h. Doppler with negative '-' means approaching, positive '+' means away...
The application what we use is for '"BSD" ADAS function, and we only take care of approaching obstacle.
We found the case that once the driver drive too fast which over 130 km/h, the reported Doppler index changes from positive '+' to "-" for the vehicle or fence away from me.
In such case, we lock the vehicle or fence to warn the driver might be in danger.
It seems the relative velocity is out of +115.2 km/h and it overflow (phase?), then becomes to minus relative velocity.
How should we do with such case?
Many thanks.
Some settings are shown as below.
"profileCfg 0 77.001 7 7 53 4630 0 75 1 104 3200 0 0 48\n"\
"profileCfg 1 77.001 7 7 53 4630 0 75 1 104 3200 0 0 48\n"\
"profileCfg 2 78.8 3 3 28 0 0 18 1 104 5000 0 0 48\n"\
"profileCfg 3 78.8 3 3 28 0 0 18 1 104 5000 0 0 48\n"\
"chirpCfg 0 0 0 0 0 0 0 1\n"\
"chirpCfg 1 1 1 0 0 0 0 2\n"\
"chirpCfg 2 2 2 0 0 0 0 1\n"\
"chirpCfg 3 3 3 0 0 0 0 2\n"\
"lowPower 0 1\n"\
"advFrameCfg 2 0 0 1 0\n"\
"subFrameCfg 0 2 2 1 128 25 0 1 1 25\n"\
"subFrameCfg 1 3 3 1 128 25 0 1 1 25\n"\