![]() |
TI-radar AWR1843 C674x DSP core
1
|
Structure for tracking report. More...
#include <dss_data_path.h>
Data Fields | |
int16_t | x |
int16_t | y |
int16_t | xd |
int16_t | yd |
int16_t | xSize |
int16_t | ySize |
Structure for tracking report.
Definition at line 191 of file dss_data_path.h.
int16_t trackingReportForTx_t::x |
the tracking output -> x co-ordinate
Definition at line 193 of file dss_data_path.h.
int16_t trackingReportForTx_t::xd |
velocity in the x direction
Definition at line 195 of file dss_data_path.h.
int16_t trackingReportForTx_t::xSize |
cluster size (x direction).
Definition at line 197 of file dss_data_path.h.
int16_t trackingReportForTx_t::y |
the tracking output -> y co-ordinate
Definition at line 194 of file dss_data_path.h.
int16_t trackingReportForTx_t::yd |
velocity in the y direction
Definition at line 196 of file dss_data_path.h.
int16_t trackingReportForTx_t::ySize |
cluster size (y direction).
Definition at line 198 of file dss_data_path.h.