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.

AWR1642: How do I get vx vy by detObjFinal

Part Number: AWR1642

Hi,

typedef struct MmwDemo_detectedObjForTx_t
{
int16_t speed; /*!< @brief Doppler index */
uint16_t peakVal; /*!< @brief Peak value */
int16_t x; /*!< @brief x - coordinate in meters. Q format provides the bitwidth. */
int16_t y; /*!< @brief y - coordinate in meters. Q format provides the bitwidth. */
} MmwDemo_detectedObjForTx;

According to MmwDemo_detectedObjForTx, I can know the speed is green line as bellow.

In SRR, I want to get vx, vy by detObjFinal.

Shall you support some sample code to reference?

Thanks