Increasing number of nodes in OFDMA

9 次查看(过去 30 天)
Jagrati Kulshrestha
回答: 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