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.

AWR1843BOOST: Does AWR1843BOOST radar module gives Width & Height Information of object?

Part Number: AWR1843BOOST


Hi, 

We have radar module AWR1843BOOST. We could see the data coming in x, y & z co-ordinates for the detected objects. But, we have the below queries:

  1. Does the radar module gives the detected object width & height parameters also. If yes please help me to extract that, if not available directly then how we can calculate from current data.
  2. In one packet frame do we receive multiple data points for an object or 1 data point for an object?

Looking forward for your response ASAP.

Thanks '& Regards,

Vipul Kumar

+91-9891990855

US Technology, India

  • Hi,

    Thanks!

    Any input on these queries. Looking forward for your response ASAP.

    Regards,

    Vipul Kumar

    +91-9891990855

    US Technology, India

  • Hi Vipul,

    Please help me understand if your use case is for automotive or industrial?

    Thanks and regards,

    Ananya K C

  • Hi Ananya,

    Thanks for the response!

    This is for Automotive ADAS based Forward collision Warning(FCW) application. We expect that remote vehicles or other objects would be detected on the road by radar module installed on Host Vehicle. But how to understand the detected Remote Vehicles or Objects height & width? For our application to work appropriately these 2 parameters of detected object are required. 

    Please let me know if any other info is required.

    Regards,

    Vipul Kumar

    +91-9891990855

    US Technology, India

  • Hi Vipul,


    1. Object Width and Height Information
    The AWR1843BOOST radar does not directly output the physical width or height of a detected object.
    The demo application transmits detected points with parameters such as range, Doppler (velocity), and 3D spatial coordinates (x, y, z) through the MMWDEMO_OUTPUT_MSG_DETECTED_POINTS message.
    Since each detected point represents a radar reflection (scatter point), not a full object contour, width and height are not computed or available as direct parameters.
    If required, the approximate object dimensions can be estimated at the application layer by:
    • Collecting all detected points (x, y, z) belonging to a single object
    • Applying a clustering algorithm (e.g., DBSCAN or K-means)
    This post-processing can be performed on the host side using the detected point cloud data.

    2. Number of Data Points per Object
    In each output frame, multiple detected points may correspond to a single physical object.
    This is because the radar may receive multiple reflections from different parts of the same object’s surface.
    Hence, the MMWDEMO_OUTPUT_MSG_DETECTED_POINTS message typically contains:
    • Several points per object, depending on the object’s reflectivity and distance.
    • Each point’s range, velocity, and 3D coordinates
    If clustering or tracking is enabled on the host or radar processor, multiple points can be grouped and tracked as one object.


    More information about the demo can be found in the docs folder of the SDK in the mmawave_sdk_module_documentation.html file.


    Thanks and regards,
    Ananya K C

  • Thanks Ananya for the clarification, it helps.

    Regards,

    Vipul Kumar