Hi,
I have written a little parser for the data captured from the mmwave demo, and I have succesfully parsed all the TLVs, however I'm having trouble understanding one thing:
the peakVal in the detected objects doesn't match the corrsponding peaks in the range profile,
I did proper conversion of range profile data and got it to match in my matlab plot the same dB values in the demo visualizer, but the orange dots of detected points doesn't have same dB values.
I was looking in the javascript code of the demo visualizer source and I think it doesn't use the peakVal reported in the detected object list, looks like it uses the range index of the detected object to put an orange dot on the curve!
Did I understand it correctly? and if this is the case, what do those peak values in the detected object mean??