#include <Ieee80211HTCode.h>
Referenced by inet::physicallayer::Ieee80211HTCompliantModes::getCompliantMode().
37 std::vector<unsigned int> numberOfCodedBitsPerSpatialStreams;
38 if (stream1Modulation)
39 numberOfCodedBitsPerSpatialStreams.push_back(stream1Modulation->getSubcarrierModulation()->getCodeWordSize());
40 if (stream2Modulation)
41 numberOfCodedBitsPerSpatialStreams.push_back(stream2Modulation->getSubcarrierModulation()->getCodeWordSize());
42 if (stream3Modulation)
43 numberOfCodedBitsPerSpatialStreams.push_back(stream3Modulation->getSubcarrierModulation()->getCodeWordSize());
44 if (stream4Modulation)
45 numberOfCodedBitsPerSpatialStreams.push_back(stream4Modulation->getSubcarrierModulation()->getCodeWordSize());
47 new Ieee80211HTCode(convolutionalCode, new Ieee80211HTInterleaving(numberOfCodedBitsPerSpatialStreams, bandwidth), nullptr);
static const AdditiveScrambling ofdmScrambling
Definition: Ieee80211OFDMCode.h:61
The documentation for this class was generated from the following files: