I'm receiving a signal at a USRP (B200) and want to calculate the RX power, given that the I know the TX packet has 500 samples. In MATLAB, I calculated the RX power this way: mean(abs(TXsignal).^2). But, I got this number 2.4*10^5, which is clearly not a reasonable RX power. How to map this number into a usable value that reflects the true RX power.