spectrum: Fix doxygen warning

This commit is contained in:
Stefano Avallone
2021-07-21 15:45:14 +02:00
parent e780523fa6
commit 84a42ee26d

View File

@@ -215,7 +215,6 @@ public:
* \param minInnerBandDbr the minimum relative power in the inner band (i.e. -20 dBr in the figure above)
* \param minOuterbandDbr the minimum relative power in the outer band (i.e. -28 dBr in the figure above)
* \param lowestPointDbr maximum relative power of the outermost subcarriers of the guard band (in dBr)
* \return a pointer to a newly allocated SpectrumValue representing the HT OFDM Transmit Power Spectral Density in W/Hz for each Band
*/
static void CreateSpectrumMaskForOfdm (Ptr<SpectrumValue> c, std::vector <WifiSpectrumBand> allocatedSubBands, WifiSpectrumBand maskBand,
double txPowerPerBandW, uint32_t nGuardBands, uint32_t innerSlopeWidth,