This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TIDEP-01012: TXBF range-azimuth heatmap magnitude raised to the power 0.2

Part Number: TIDEP-01012

The following code is used to plot the range azimuth heatmap. Why is the magnitude raised to the power 0.2? Should this not be 20*log10(magnitude)? The code is in the file: "4chip_cascade_TxBF\PostProc\Plot_advFraConfig_TXBF_rangeAzimuth_stich.m"

subplot(2,2,4);surf(y_axis, x_axis, abs(range_angle_stich).^0.2,'EdgeColor','none');