#include <Ieee80211HtCode.h>
◆ getCompliantCode()
28 std::vector<unsigned int> numberOfCodedBitsPerSpatialStreams;
29 if (stream1Modulation)
30 numberOfCodedBitsPerSpatialStreams.push_back(stream1Modulation->getSubcarrierModulation()->getCodeWordSize());
31 if (stream2Modulation)
32 numberOfCodedBitsPerSpatialStreams.push_back(stream2Modulation->getSubcarrierModulation()->getCodeWordSize());
33 if (stream3Modulation)
34 numberOfCodedBitsPerSpatialStreams.push_back(stream3Modulation->getSubcarrierModulation()->getCodeWordSize());
35 if (stream4Modulation)
36 numberOfCodedBitsPerSpatialStreams.push_back(stream4Modulation->getSubcarrierModulation()->getCodeWordSize());
38 new Ieee80211HtCode(convolutionalCode, new Ieee80211HtInterleaving(numberOfCodedBitsPerSpatialStreams, bandwidth), nullptr);
Referenced by inet::physicallayer::Ieee80211HtCompliantModes::getCompliantMode().
◆ htConvolutionalCode5_6
The documentation for this class was generated from the following files: