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