Increasing number of nodes in OFDMA

9 visualizaciones (últimos 30 días)
Jagrati Kulshrestha
Jagrati Kulshrestha el 18 de Jun. de 2021
Respondida: Umeshraja el 14 de Nov. de 2024 a las 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

Respuestas (1)

Umeshraja
Umeshraja el 14 de Nov. de 2024 a las 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!

Categorías

Más información sobre WLAN Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by