![]() |
TI-radar AWR1843 C674x DSP core
1
|
Detected object estimated parameters. More...
#include <dss_data_path.h>
Data Fields | |
uint16_t | rangeIdx |
Range index. More... | |
uint16_t | dopplerIdx |
Doppler index. More... | |
uint16_t | range |
Range (meters in oneQformat) More... | |
int16_t | speed |
Doppler (m/s in oneQformat) More... | |
int16_t | sinAzim |
wx sin(Azim). Q format provides the bitwidth. More... | |
uint16_t | peakVal |
Peak value. More... | |
uint16_t | rangeSNRdB |
Range SNR (dB) More... | |
uint16_t | dopplerSNRdB |
Doppler SNR (dB) More... | |
uint16_t | sinAzimSNRLin |
omega SNR (linear scale) More... | |
int16_t | x |
x - coordinate in meters. Q format provides the bitwidth. More... | |
int16_t | y |
y - coordinate in meters. Q format provides the bitwidth. More... | |
int16_t | z |
z - coordinate in meters. Q format provides the bitwidth. More... | |
Detected object estimated parameters.
Definition at line 153 of file dss_data_path.h.
uint16_t MmwDemo_detectedObjActual_t::dopplerIdx |
Doppler index.
Definition at line 156 of file dss_data_path.h.
uint16_t MmwDemo_detectedObjActual_t::dopplerSNRdB |
Doppler SNR (dB)
Definition at line 165 of file dss_data_path.h.
uint16_t MmwDemo_detectedObjActual_t::peakVal |
Peak value.
Definition at line 162 of file dss_data_path.h.
uint16_t MmwDemo_detectedObjActual_t::range |
Range (meters in oneQformat)
Definition at line 158 of file dss_data_path.h.
uint16_t MmwDemo_detectedObjActual_t::rangeIdx |
Range index.
Definition at line 155 of file dss_data_path.h.
uint16_t MmwDemo_detectedObjActual_t::rangeSNRdB |
Range SNR (dB)
Definition at line 164 of file dss_data_path.h.
int16_t MmwDemo_detectedObjActual_t::sinAzim |
wx sin(Azim). Q format provides the bitwidth.
Definition at line 160 of file dss_data_path.h.
uint16_t MmwDemo_detectedObjActual_t::sinAzimSNRLin |
omega SNR (linear scale)
Definition at line 166 of file dss_data_path.h.
int16_t MmwDemo_detectedObjActual_t::speed |
Doppler (m/s in oneQformat)
Definition at line 159 of file dss_data_path.h.
Referenced by MmwDemo_XYestimation(), and MmwDemo_XYZestimation().
int16_t MmwDemo_detectedObjActual_t::x |
x - coordinate in meters. Q format provides the bitwidth.
Definition at line 168 of file dss_data_path.h.
int16_t MmwDemo_detectedObjActual_t::y |
y - coordinate in meters. Q format provides the bitwidth.
Definition at line 169 of file dss_data_path.h.
int16_t MmwDemo_detectedObjActual_t::z |
z - coordinate in meters. Q format provides the bitwidth.
Definition at line 170 of file dss_data_path.h.