sysprog21 / vwifi

A virtual wireless device driver for Linux
MIT License
203 stars 39 forks source link

Support data rate and MCS #67

Closed jychen0611 closed 3 months ago

jychen0611 commented 3 months ago

Using 802.11n (HT) as the PHY, configure as follows:

Modulation: 64-QAM Data Bandwidth: 20MHz Number of Spatial Streams: 4

According to the 802.11n (HT) modulation table, we have:

Number of Data Subcarriers: 52 Number of Coded Bits per Subcarrier per Stream: 6 Coding: $\frac{5}{6}$ OFDM Symbol Duration: 3.2 µs Guard Interval Duration: 0.8 µs

Using these parameters and the formula, the calculated data rate is 260 Mbps, which matches the displayed result. image image

ref : MCS Table

Cc. @willwillhi1

jserv commented 3 months ago

Thank @jychen0611 for contributing. I have amended the commit message.