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!