xWRL6432 MMWAVE-L-SDK  05.04.00.01
DPU_AoAProcHWA_maxDetMatrix_Resources Struct Reference

Detailed Description

AoA DPU HW configuration parameters.

The structure is used to hold the HW configuration parameters for the AoA DPU

Data Fields

uint16_t * rangeGatesCount
 Range Gates count. More...
 
uint16_t * range_idx_arr
 Array to store range index for which Doppler FFT is to be applied. More...
 
uint16_t * angle_idx_doppler_count_arr
 // Array to store the number of MAX POINTS for a range index for which AoA is to be applied More...
 
int16_t * doppler_idx_arr
 Array to store Doppler index corresponding to range index for which Angle FFT is to be applied. More...
 
cmplx32ImRe_t * antenna_array
 Antenna array to store elements before applying elevation-azimuth FFT. More...
 
uint8_t max_num_points
 Number of max points under consideration. More...
 
uint8_t antenna_array_elements
 Number of antenna elements under consideration. More...
 

Field Documentation

◆ rangeGatesCount

uint16_t* DPU_AoAProcHWA_maxDetMatrix_Resources::rangeGatesCount

Range Gates count.

◆ range_idx_arr

uint16_t* DPU_AoAProcHWA_maxDetMatrix_Resources::range_idx_arr

Array to store range index for which Doppler FFT is to be applied.

◆ angle_idx_doppler_count_arr

uint16_t* DPU_AoAProcHWA_maxDetMatrix_Resources::angle_idx_doppler_count_arr

// Array to store the number of MAX POINTS for a range index for which AoA is to be applied

◆ doppler_idx_arr

int16_t* DPU_AoAProcHWA_maxDetMatrix_Resources::doppler_idx_arr

Array to store Doppler index corresponding to range index for which Angle FFT is to be applied.

◆ antenna_array

cmplx32ImRe_t* DPU_AoAProcHWA_maxDetMatrix_Resources::antenna_array

Antenna array to store elements before applying elevation-azimuth FFT.

◆ max_num_points

uint8_t DPU_AoAProcHWA_maxDetMatrix_Resources::max_num_points

Number of max points under consideration.

◆ antenna_array_elements

uint8_t DPU_AoAProcHWA_maxDetMatrix_Resources::antenna_array_elements

Number of antenna elements under consideration.