-
Hi, all. I was a wireless engineer for 7 years, and I'm currently having a hard time with an issue in the RT simulator where I'm seeing SNR values that are much larger than anything I've ever encountered in the field. I would appreciate some guidance on this. 1. System Configuration & SISO SNR CalculationFirst, I've assumed the following system parameters:
For the noise power, assuming a receiver Noise Figure of 7 dB, I calculated it as follows:
My formula for the final SNR per subcarrier is:
I calculated Path loss term from the CIR provided by path_solver. Specifically, I calculated the path loss as 2. Extension to Massive MIMO & Observed IssuesA similar issue occurred when I extended this to a Massive MIMO environment. To normalize the noise variance to 1, I multiplied the CIR by a factor like Just like in the SISO case, the SNR remained abnormally high even before applying any precoding. This caused numerical instability during LMMSE channel estimation, as the covariance matrix Ryy became ill-conditioned, making its inversion problematic. 3. Questions
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @hssam1002,
The path loss would then be
According to this doc. |
Beta Was this translation helpful? Give feedback.
Hi @hssam1002,
The path loss would then be$P_\text{loss} = -10\log_{10}(g)$ (note that this is a positive number). For example, in free space at a distance of 100m and carrier frequency of 2.5GHz assuming isotropic antennas, this would be $P_\text{loss}=80.4\text{dB}$ (according to Frii's formula).
In your example above, this would lead to an SNR of 47.5dB. So I do not know what numbers you are expecting. At 1km distan…