-
Hi all, I'm working on designing an AI-based precoder using the Sionna RT framework. My current plan is as follows:
However, I noticed that changing the power_dbm value of the transmitter doesn’t affect the output at all. Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @hssam1002, The CIR is used to described how the channel transforms a transmitted signal until it reaches a receiver. The noise power as well as the transmit power are not part of the CIR. The noise is added to the received signal at the receiver and the transmit power scales the transmit signal before it is fed into the channel. Have a look at the definition of CIR in the EM Primer to see that neither noise nor transmit power impact it in any way. It seems that you try to make simulations in which you want to change the SNR. A typical of doing this is to only change the noise power while keeping the transmit power fixed (by default this is 1). Have a look at this tutorial for an example. |
Beta Was this translation helpful? Give feedback.
The power that you configure in Sionna RT has no impact at all on Sionna PHY. It is only used for computing RSS and SINR radio maps.