Skip to content

Support data rate and MCS #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 1, 2024
Merged

Support data rate and MCS #67

merged 4 commits into from
Jun 1, 2024

Conversation

jychen0611
Copy link
Collaborator

@jychen0611 jychen0611 commented May 30, 2024

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

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: 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.
Add MCS table and data rate formula references.
@jserv jserv merged commit a8bdf8a into sysprog21:main Jun 1, 2024
4 checks passed
@jserv
Copy link
Contributor

jserv commented Jun 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants