![]() |
TI-radar AWR1843 C674x DSP core
1
|
Active Doppler lines, lines (bins) on which the CFAR detector detected objects during the detections in Doppler direction. More...
#include <dss_data_path.h>
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... | |
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.
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().
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().
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().