Tool/software: Code Composer Studio
Hi,
I've successfully been able to ultilize range information using a function in post_processing.c called MmwDemo_XYZestimation. I used this range information to light up an LED when an object is 0.5m away from the radar.
Now im wondering how i could find the speed of an object approaching the radar using the doppler effect. I know the graphic is in the demo visualiser. However, i would like to know where the information is in the code since i want to use it to light up another external LED when the object is approaching too fast. I've looked through a lot of the code but I'm still stuck.
Any help would be appreciated