default value of ns3::RadioEnvironmentMapHelper::NoisePower is in W, not mW

This commit is contained in:
Biljana Bojovic
2014-03-21 13:51:41 +01:00
parent f647edb0e5
commit d25133fd5e

View File

@@ -115,7 +115,7 @@ RadioEnvironmentMapHelper::GetTypeId (void)
MakeBooleanChecker ())
.AddAttribute ("NoisePower",
"the power of the measuring instrument noise, in Watts. Default to a kT of -174 dBm with a noise figure of 9 dB and a bandwidth of 25 LTE Resource Blocks",
DoubleValue (1.4230e-10),
DoubleValue (1.4230e-13),
MakeDoubleAccessor (&RadioEnvironmentMapHelper::m_noisePower),
MakeDoubleChecker<double> ())
.AddAttribute ("MaxPointsPerIteration", "Maximum number of REM points to be calculated per iteration. Every point consumes approximately 5KB of memory.",