主要内容

maxMCS

Class: wlanRateControl

Return highest MCS index selectable for specified receiver

Since R2026a

Description

mcsValue = maxMCS(rateControl,receiverNodeID,transmissionFormat,nSTSchannelBW) returns the highest selectable modulation and coding scheme (MCS) index for the specified receiver.

Input Arguments

expand all

Rate control object, specified as an object of a subclass of the wlanRateControl class.

Node ID of the intended receiver, specified as a positive integer.

Transmission format used for the receiver, specified as "Non-HT", "HT-Mixed", "VHT", "HE-SU", "HE-EXT-SU", "HE-MU", "HE-TB", or "EHT-SU".

Number of space-time streams for the transmission, specified as an integer in the range [1, 8].

Channel bandwidth for the transmission, specified as 20e6, 40e6, 80e6, 160e6, or 320e6. Units are in Hz.

Output Arguments

expand all

Maximum MCS value for the specified receiver, returned as an integer.

Attributes

Abstractfalse
Accesspublic

To learn about attributes of methods, see Method Attributes.

Version History

Introduced in R2026a