Is it possible to set channel type to gaussian?
2 次查看(过去 30 天)
显示 更早的评论
Hi, I was wondering if there is an option to change the channel type from Rayleigh to Gaussian in LTE Toolbox.
I am simulating downlink channels and I would like to simulate first a channel with just AWGN.
I have seen ModelType can be GMEDS or Dent, both Rayleigh.
channel.ModelType = 'GMEDS'; % Rayleigh fading model type
How can I make the channel type to be Gaussian?
Thank You.
0 个评论
回答(1 个)
Arthi Sathyamurthi
2021-3-23
As of now the available options for channel type in the channel model configuration are the Rayleigh fading model types such as ‘GMEDS’ and ‘Dent’. You can still switch off fading completely and implement a static MIMO channel model by setting the ‘DelayProfile’ input argument as ‘Off’. Here the matrix containing the link between each transmit and receive antennas will have zero delay and unit gain.
For more information you can refer to the input arguments subsection of the lteFadingChannel documentation page.
2 个评论
Arthi Sathyamurthi
2021-3-24
Hi Pau, since I don’t know the receiver blocks of your program the possible workaround/solution is to try checking your equations on normalizing noise power. In case you feel the equation is right, check if the AWGN noise generated is right (try plotting the PDF). Also one another workaround could be increasing the range of SNR.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Propagation and Channel Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!