Hi,
We are trying to generate heat map using python using range-azimuth heat map data o/p from SDK2.0.0.4 Out of box demo.
Need help to know how to extract range, angle arrays from "(Range FFT size) x (Number of virtual antennas) ", so that to map bins to respective range/angle??
SDK 2.0.0.4 Doxygen document
Azimuth static heatmap
Type: (MMWDEMO_OUTPUT_MSG_AZIMUT_STATIC_HEAT_MAP)
Length: (Range FFT size) x (Number of virtual antennas) (size of cmplx16ImRe_t_)
Value: Array MmwDemo_DSS_DataPathObj::azimuthStaticHeatMap. The antenna data are complex symbols, with imaginary first and real second in the following order:
Imag(ant 0, range 0), Real(ant 0, range 0),...,Imag(ant N-1, range 0),Real(ant N-1, range 0) ... Imag(ant 0, range R-1), Real(ant 0, range R-1),...,Imag(ant N-1, range R-1),Real(ant N-1, range R-1)
Based on this data the static azimuth heat map is constructed by the GUI running on the host.
Regards,
Vikas