Increasing number of nodes in OFDMA

조회 수: 9 (최근 30일)
Jagrati Kulshrestha
Jagrati Kulshrestha 2021년 6월 18일
답변: Umeshraja 2024년 11월 14일 10:20
I am working on "802.11ax Downlink Throughput Comparison of OFDM and OFDMA Through System-level Simulation" codebase using command "openExample('wlan/Downlink80211axOFDMAExample')". When I increase the number of client nodes to nine, it is working fine for OFDM but for OFDMA it is generating exception as below:
"
Can you please help me as to how I can resolve this issue. Moreover, please tell me how can I increase the number of client nodes to more than 9.
Thanks

답변 (1개)

Umeshraja
Umeshraja 2024년 11월 14일 10:20
The error you're encountering typically arises when the MCS is set too high. Try reducing the MCS to lower values to avoid this issue. Additionally, ensure that the packet size in the Application Traffic Generator is set to a nominal value and not too large. Given that this example uses a 20MHz bandwidth, the allocation of Resource Units (RUs) to downlink stations is fixed based on the number of users, as shown in the table provided in the "Further Exploration" section of the example.
In a 20MHz OFDMA transmission, a maximum of 9 users can be supported with 26-tone RUs. Therefore, if you try to add more than 9 client nodes, there will be no resource units available for additional transmissions.
Hope it helps!

카테고리

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