wlan-decoder-java  1.0
 All Classes Namespaces Functions Variables Pages
Public Member Functions | List of all members
fr.bmartel.protocol.wlan.WlanMcs Class Reference
Inheritance diagram for fr.bmartel.protocol.wlan.WlanMcs:
Inheritance graph
[legend]
Collaboration diagram for fr.bmartel.protocol.wlan.WlanMcs:
Collaboration graph
[legend]

Public Member Functions

 WlanMcs (byte index, byte spatialStreams, String modulation, double dataRateChannel20MHzGi800ns, double dataRateChannel20MHzGi400ns, double dataRateChannel40MHzGi800ns, double dataRateChannel40MHzGi400ns)
 
byte getMcsIndex ()
 
byte getSpatialStreams ()
 
String getModulation ()
 
double getdataRate_CHANNEL_20MHZ_GI_800NS ()
 
double getdataRate_CHANNEL_20MHZ_GI_400NS ()
 
double getdataRate_CHANNEL_40MHZ_GI_800NS ()
 
double getdataRate_CHANNEL_40MHZ_GI_400NS ()
 

Detailed Description

build a MCS object (according to MCS index table)

Author
Bertrand Martel

Member Function Documentation

double fr.bmartel.protocol.wlan.WlanMcs.getdataRate_CHANNEL_20MHZ_GI_400NS ( )

retrieve data rate for Channel 20 MHz & 400ns guard interval

Returns

Implements fr.bmartel.protocol.wlan.IWlanMcs.

double fr.bmartel.protocol.wlan.WlanMcs.getdataRate_CHANNEL_20MHZ_GI_800NS ( )

retrieve data rate for Channel 20 MHz & 800ns guard interval

Returns

Implements fr.bmartel.protocol.wlan.IWlanMcs.

double fr.bmartel.protocol.wlan.WlanMcs.getdataRate_CHANNEL_40MHZ_GI_400NS ( )

retrieve data rate for Channel 40 MHz & 400ns guard interval

Returns

Implements fr.bmartel.protocol.wlan.IWlanMcs.

double fr.bmartel.protocol.wlan.WlanMcs.getdataRate_CHANNEL_40MHZ_GI_800NS ( )

retrieve data rate for Channel 40 MHz & 800ns guard interval

Returns

Implements fr.bmartel.protocol.wlan.IWlanMcs.

byte fr.bmartel.protocol.wlan.WlanMcs.getMcsIndex ( )

retrieve MCS index in mcs table

Returns

Implements fr.bmartel.protocol.wlan.IWlanMcs.

String fr.bmartel.protocol.wlan.WlanMcs.getModulation ( )

retrieve modulation type

Returns

Implements fr.bmartel.protocol.wlan.IWlanMcs.

byte fr.bmartel.protocol.wlan.WlanMcs.getSpatialStreams ( )

retrieve spatial streams number

Returns

Implements fr.bmartel.protocol.wlan.IWlanMcs.


The documentation for this class was generated from the following file: