WLAN System Toolbox - Channel Model with Path Loss.

조회 수: 2 (최근 30일)
Kofi
Kofi 2017년 8월 11일
답변: Mike Dachui 2020년 5월 15일
In the WLAN channel models what exactly is the difference between tgacChannel.LargeScaleFadingEffect='Pathloss' and tgacChannel.LargeScaleFadingEffect = 'none'? The documentation apparently says essentially nothing about it. I'd like to run simulations which reflect packet error rates versus Tx-Rx distance - which probably should require some setting for Tx transmit power. I see that getting non-unity packet error rates with setting tgacChannel.LargeScaleFadingEffect='Pathloss' requires SNRs that are unrealistically high (70 dB+ for MCS 4 using channel model 'B'). I know I'm missing something.
Thanks
  댓글 수: 1
Saurabh Gupta
Saurabh Gupta 2017년 8월 18일
I don't have background in WLAN, so I don't have an answer. But it probably is a concept not considered in scope of the toolbox documentation. It might be worth visiting the research papers referenced in the WLAN Channel Models documentation.
[1] Erceg, V., L. Schumacher, P. Kyritsi, et al. TGn Channel Models. Version 4. IEEE 802.11-03/940r4, May 2004.
[2] Breit, G., H. Sampath, S. Vermani, et al. TGac Channel Model Addendum. Version 12. IEEE 802.11-09/0308r12, March 2010.

댓글을 달려면 로그인하십시오.

답변 (1개)

Mike Dachui
Mike Dachui 2020년 5월 15일
I have exactly the same question,but with TGah channel!!!
Do you have any solutions?
I use this to compute signal power:
preChSigPwr_dB = 10*log10(mean(abs(preChS1G)));
sigPwr = 10^((preChSigPwr_dB-tgahChan.info.Pathloss)/10);

카테고리

Help CenterFile Exchange에서 WLAN Toolbox에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by