Tool/software:
Hello everyone,
I want to use deep learning methods for object detection based on the rangeAzimuthHeatMap in TI's millimeter wave radar, but I don't know how to obtain the rangeAzimuthHeatMap
I use "mmWave Demo Visualizer" to output the Azimuth/Elevation Static Heatmap(array in format of(Range FFT size) x ((Number of all virtual antennas)), its tlv type is 8. and I have the following questions:
1. I'm not quite sure about the placement of the antenna of IWR6843ISK-ODS, it seems to have 12 virtual antennas, so what are the indices of antennas related to azimuth and elevation?
2. I saw the TI project uses CAPON Beamforming to calculate rangeAzimuthHeatMap(RA map), so if i simply run an FFT on the antenna domain to transform the data from the antenna domain to the angle domain, will the rangeAzimuthHeatMap generated in this way be different from using CAPON Beamforming?
Best,