Other Parts Discussed in Thread: IWR1642
Tool/software: mmwave demo visualizer
Is it same value of range and velocity? If not in data structure where do i find distance and velocity?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: mmwave demo visualizer
Is it same value of range and velocity? If not in data structure where do i find distance and velocity?
If i am getting a value FC FF(64767) which is 2 bytes of doppler index and radial velocity resolution is 0.13 which i have set in demo visualizer. It means 64767 * 0.13 = 8419.71 m/s. I don't think this is correct.
And if I want to find an angle how do i find it?
What is the practical limit of distance, velocity and angle in iwr1642? Because I am not getting man detection after 6-7m.
It's a signed value where a negative index value means that the object is coming towards the sensor and a positive value means that the object is going away from the sensor.
Refer to this thread for a similar question: RTOS/AWR1642BOOST: Converting doppler bin to negative velocity
Again, I would recommend you to go through the SDK user guide at
C:\ti\mmwave_sdk_02_01_00_04\docs\mmwave_sdk_user_guide.pdf
and the mmw demo doxygen documentation at:
C:\ti\mmwave_sdk_02_01_00_04\packages\ti\demo\xwr16xx\mmw\docs\doxygen\html\index.html
as these fundamental aspects are very well explained there including the angle of arrival computation.
-Nitin
I am using sdk 2.0.0.4.Is there any GUI other than demo visualizer or any tactics develop by ti through which I an show these distance,velocity and angle in to decimal form?Because I have to show these values to our boss and customers in a simple form.
I am able to find rangebins ,Adcsamples and no of chirps per frame. Where do I find it?