TI-radar AWR1843 C674x DSP core  1
MmwDemo_1D_DopplerLines Struct Reference

Active Doppler lines, lines (bins) on which the CFAR detector detected objects during the detections in Doppler direction. More...

#include <dss_data_path.h>

Collaboration diagram for MmwDemo_1D_DopplerLines:

Data Fields

uint32_t * dopplerLineMask
 Doppler line bit mask of active (CFAR detected) Doppler bins in the first round of CFAR detections in Doppler direction. The LSB bit of the first word corresponds to Doppler bin zero of the range/Doppler detection matrix. More...
 
uint16_t currentIndex
 starting index for the search for next active Doppler line More...
 
uint16_t dopplerLineMaskLen
 size of dopplerLineMask array, (number of 32_bit words, for example for Doppler FFT size of 64 this length is equal to 2) More...
 

Detailed Description

Active Doppler lines, lines (bins) on which the CFAR detector detected objects during the detections in Doppler direction.

Definition at line 238 of file dss_data_path.h.

Field Documentation

◆ currentIndex

uint16_t MmwDemo_1D_DopplerLines::currentIndex

starting index for the search for next active Doppler line

Definition at line 246 of file dss_data_path.h.

Referenced by MmwDemo_getDopplerLine(), and MmwDemo_resetDopplerLines().

◆ dopplerLineMask

uint32_t* MmwDemo_1D_DopplerLines::dopplerLineMask

Doppler line bit mask of active (CFAR detected) Doppler bins in the first round of CFAR detections in Doppler direction. The LSB bit of the first word corresponds to Doppler bin zero of the range/Doppler detection matrix.

Definition at line 240 of file dss_data_path.h.

Referenced by MmwDemo_getDopplerLine(), MmwDemo_isSetDopplerLine(), MmwDemo_resetDopplerLines(), and MmwDemo_setDopplerLine().

◆ dopplerLineMaskLen

uint16_t MmwDemo_1D_DopplerLines::dopplerLineMaskLen

size of dopplerLineMask array, (number of 32_bit words, for example for Doppler FFT size of 64 this length is equal to 2)

Definition at line 248 of file dss_data_path.h.

Referenced by MmwDemo_resetDopplerLines().


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