I just had a few more questions regarding the message D1x Detected Objects.
Team,
Please help answer my customer's questions:
1) In the tutorial, Detected object TLV structure is shown below
featureVector = struct(... 'numDetObj', {'short', 2}, ... % Number of detected objects in the following sub-struct 'xyzQFormat', {'short', 2}, ... % Q-point shift value to convert to meters %per object: 'speedIdx', {'short', 2}, ... % Doppler index 'x', {'short', 2}, ... % x - coordinate in meters, divided by xyzQFormat 'y', {'short', 2}, ... % y - coordinate in meters, divided by xyzQFormat 'z', {'short', 2}, ... % z - coordinate in meters, divided by xyzQFormat 'rangeIdx', {'short', 2}, ... % Range index 'peakVal', {'short', 2}, ... % Peak value
a) What is speedIdx and what is it used for? Is there a reference table?
b) What is RangeIdx and how it is used? Does the index point to a reference table?
c) What does peakVal represent?