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');