Hi all,
The source code of the mmWave demo defines the maximum number of detected objects to 100 (data_path.h:64 #define MMW_MAX_OBJ_OUT 100).
When a cluttered scene contains more than 100 objects, which logic does the radar sub-system use to select 100 objects? Are they from the first range bins until a number of 100 is reached? Are they the 100 highest peaks as seen by the CFAR function? Other?
A side question is about the Q format of the xyz coordinates of the detected objects. Page 5 of the published data format document (link) tells about a 4-byte descriptor that defines the Q format used for xyz. What is the format of the descriptor itself? E.g., would a description of 0x0008_0a0c correspond to xyz being in format Q8, Q10 and Q12 respectively?
Thank you,
François.