![]() |
TI-radar AWR1843 C674x DSP core
1
|
Parameters of CFAR detected object during the second round of CFAR detections. More...
#include <dss_data_path.h>
Data Fields | |
uint16_t | rangeIdx |
Range index. More... | |
uint16_t | dopplerIdx |
Doppler index. More... | |
uint16_t | range |
Range (in meters * (1 << xyzOutputQFormat)) More... | |
int16_t | speed |
relative velocity (in meters/sec * (1 << xyzOutputQFormat)) More... | |
uint16_t | peakVal |
Peak value. More... | |
uint16_t | rangeSNRdB |
SNR of the peak in the range dimension. More... | |
uint16_t | dopplerSNRdB |
SNR of the peak in the doppler dimension. More... | |
Parameters of CFAR detected object during the second round of CFAR detections.
Definition at line 138 of file dss_data_path.h.
uint16_t MmwDemo_objRaw2D::dopplerIdx |
Doppler index.
Definition at line 141 of file dss_data_path.h.
uint16_t MmwDemo_objRaw2D::dopplerSNRdB |
SNR of the peak in the doppler dimension.
Definition at line 146 of file dss_data_path.h.
uint16_t MmwDemo_objRaw2D::peakVal |
Peak value.
Definition at line 144 of file dss_data_path.h.
uint16_t MmwDemo_objRaw2D::range |
Range (in meters * (1 << xyzOutputQFormat))
Definition at line 142 of file dss_data_path.h.
uint16_t MmwDemo_objRaw2D::rangeIdx |
Range index.
Definition at line 140 of file dss_data_path.h.
uint16_t MmwDemo_objRaw2D::rangeSNRdB |
SNR of the peak in the range dimension.
Definition at line 145 of file dss_data_path.h.
int16_t MmwDemo_objRaw2D::speed |
relative velocity (in meters/sec * (1 << xyzOutputQFormat))
Definition at line 143 of file dss_data_path.h.