Get the bitrate from wlanWaveformGenerator()

조회 수: 1 (최근 30일)
Peter Miller
Peter Miller 2021년 12월 7일
댓글: Peter Miller 2021년 12월 27일
How do you query wlanWaveformGenerator(bits,cfgFormat) for the bitrate that results from the various parameters provided in cfgFormat?

답변 (1개)

Arthi Sathyamurthi
Arthi Sathyamurthi 2021년 12월 27일
Hello Peter,
The wlanWaveformGenerator(bits,cfg) function generates a waveform for bits, the specified information bits, and cfg, the physical layer (PHY) format configuration. You can look at the example in this link as a reference. The example generates the waveform based on the PSDU of the specified WLAN HE TB configuration object. The length of the PSDU is obtained in the psduLength variable, in bytes. You can multiply this by 8 to get the PSDU length in bits.
Bit rate is the number of bits that are processed per unit of time (usually in seconds). Hence to obtain the bit rate of the WLAN waveform generated, you can divide the total number of bits processed/total time which in the above example case would be (144*8)/(4320*10^-9) = 266.67 Mbps
  댓글 수: 1
Peter Miller
Peter Miller 2021년 12월 27일
Arthi,
The bit rates for the various combinations of MCS, RUs (or CBWs), and NSS are found in the tables in IEEE802.11ax-2021 Section 27.5. I was asking for a function call or object that might return these actual Data Rates per GI, looked-up from Tables 27-55 to 27-110.

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

카테고리

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

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by