TI-radar AWR1843 C674x DSP core  1
MmwDemo_objRaw2D Struct Reference

Parameters of CFAR detected object during the second round of CFAR detections. More...

#include <dss_data_path.h>

Collaboration diagram for MmwDemo_objRaw2D:

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...
 

Detailed Description

Parameters of CFAR detected object during the second round of CFAR detections.

Definition at line 138 of file dss_data_path.h.

Field Documentation

◆ dopplerIdx

uint16_t MmwDemo_objRaw2D::dopplerIdx

Doppler index.

Definition at line 141 of file dss_data_path.h.

◆ dopplerSNRdB

uint16_t MmwDemo_objRaw2D::dopplerSNRdB

SNR of the peak in the doppler dimension.

Definition at line 146 of file dss_data_path.h.

◆ peakVal

uint16_t MmwDemo_objRaw2D::peakVal

Peak value.

Definition at line 144 of file dss_data_path.h.

◆ range

uint16_t MmwDemo_objRaw2D::range

Range (in meters * (1 << xyzOutputQFormat))

Definition at line 142 of file dss_data_path.h.

◆ rangeIdx

uint16_t MmwDemo_objRaw2D::rangeIdx

Range index.

Definition at line 140 of file dss_data_path.h.

◆ rangeSNRdB

uint16_t MmwDemo_objRaw2D::rangeSNRdB

SNR of the peak in the range dimension.

Definition at line 145 of file dss_data_path.h.

◆ speed

int16_t MmwDemo_objRaw2D::speed

relative velocity (in meters/sec * (1 << xyzOutputQFormat))

Definition at line 143 of file dss_data_path.h.


The documentation for this struct was generated from the following file: