We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d298ddd commit eccc88eCopy full SHA for eccc88e
commpy/wifi80211.py
@@ -112,7 +112,17 @@ def __init__(self, mcs: int):
112
----------
113
mcs : int
114
The Modulation Coding Scheme (MCS) to simulate.
115
- A list of MCS and which coding and modulations they correspond to
+ A list of MCS and which coding and modulations they correspond to is bellow:
116
+ - 0 : BPSK 1/2
117
+ - 1 : QPSK 1/2
118
+ - 2 : QPSK 3/4
119
+ - 3 : 16-QAM 1/2
120
+ - 4 : 16-QAM 3/4
121
+ - 5 : 64-QAM 2/3
122
+ - 6 : 64-QAM 3/4
123
+ - 7 : 64-QAM 5/6
124
+ - 8 : 256-QAM 3/4
125
+ - 9 : 256-QAM 5/6
126
"""
127
self.mcs = mcs
128
self.modem = None
0 commit comments