Get the bitrate from wlanWaveformGenerator()
2 次查看(过去 30 天)
显示 更早的评论
0 个评论
回答(1 个)
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 802.11n/ac (Wi-Fi 4 and Wi-Fi 5) 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!