Which Algorithm is implemented in 802.11 Dynamic Rate Control Simulation?

This example shows dynamic rate control by varying the Modulation and Coding scheme (MCS) of successive packets transmitted over a frequency selective multipath fading channel.
I would like to understand the name of algorithm implemented and also the referred IEEE Paper.
The Bibilography mentioned was for the Processing Chain of VHT.

답변 (1개)

Uvaraj Natarajan
Uvaraj Natarajan 2021년 7월 2일
편집: Uvaraj Natarajan 2021년 7월 2일

1 개 추천

The algorithm implemented in the example was developed by MathWorks R&D team.
There are also some advanced algorithms and would recommend you to have a look at the same.
Auto Rate Fallback (ARF) rate control algorithm in the below examples –
  1. 802.11ax Multinode System-Level Simulation of Residential Scenario Using MATLAB
To enable the ARF algorithm in system level examples, you have to set the ‘wlanNodeConfig.RateControl’ to ‘ARF’.
The interface to the new algorithm is “hRateControl”. You can see the ARF algorithm (hRateControlARF) as a reference for your own algorithm implementation.

카테고리

도움말 센터File Exchange에서 Wireless Communications에 대해 자세히 알아보기

제품

릴리스

R2018b

질문:

2021년 6월 4일

편집:

2021년 7월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by