Other Parts Discussed in Thread: MMWCAS-RF-EVM, MMWCAS-DSP-EVM
Hello,
I am using the TI AWR2243 cascade board with the MMWCAS-RF-EVM (Rev-E) connected to the MMWCAS-DSP-EVM.
mmWave studio software: version 03_00_00_14
Firmware: mmwave_dfp_02_02_02_01
I am using the MATLAB examples for the TDM MIMO modes. My objective is to assign a receive power scale in dBm for the 2D range-angle heatmap, the one generated from "cascade_MIMO_signalProcessing.m".
I am referring to the received power at the RX antenna pins to analyze the channel path loss.
This is how it looks like in the default script. The default heatmap scale is as follows: abs( heatmap ).^(0.4)
After changing the scale of the range-angle heatmap to a dB scale, we get the following scale for the heatmap power. Let's refer to the current power scale by the variable "z" in dB.
How can I convert the scale of the heatmap above to a received power scale in dBm?
I think I need help with the link budget in the AWR2243 cascaded kit. My final objective is to display the channel path loss for each object in the heatmap.
- I use an RX gain of 50 dB and a TX backoff of 0 dB for all three transmit antennas. What is the TX power at the transmit antenna pins when the TX backoff is 0 dB?
- What would be the received power in dBm corresponding to the peak ADC input? Let's refer to the peak power at the ADC input by the variable "x" in dBm.
- Do I subtract the RX gain from "x" dBm to get the peak power level at the LNA input?
- Are there any other receiver losses I should account for in the received power calculation at the RX antenna pins in dBm?
- Let's refer to the peak power level at the RX antenna pins by the variable "y" in dBm. What would be the correct way to adjust the heatmap power scale into a received power scale in dBm? Is the following transformation correct? or should it be a different transformation?
The heatmap received power scale in dBm = the scale "z" in dB plus the variable "y" in dBm?
Thank you for your help!