From fa29277c45ada0c7ce2cb564e3eb8e83af1d8740 Mon Sep 17 00:00:00 2001 From: Marco Miozzo Date: Tue, 5 Jul 2011 15:48:15 +0200 Subject: [PATCH] Revise Pathloss model documentation --- src/lte/doc/source/lte-pathloss-model.rst | 26 +++++++++++++++++------ src/lte/doc/source/lte-references.rst | 3 +++ 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/src/lte/doc/source/lte-pathloss-model.rst b/src/lte/doc/source/lte-pathloss-model.rst index d1a8f4255..e6929595f 100644 --- a/src/lte/doc/source/lte-pathloss-model.rst +++ b/src/lte/doc/source/lte-pathloss-model.rst @@ -32,7 +32,7 @@ The model will not include the following pathloss link computations: * UE <-> UE * BS <-> BS * BS <-> SC - + * SC <-> SC In the following we present the link pathloss models included. @@ -47,13 +47,13 @@ The pathloss expression of the COST231 OH is: .. math:: - L = 46.3 + 33.9\log{f} - 13.83 \log{h_\mathrm{b}} + (44.9 - 6.55\log{h_\mathrm{b}})\log{d} - F(h_\mathrm{M}) + C + L = 46.3 + 33.9\log{f} - 13.82 \log{h_\mathrm{b}} + (44.9 - 6.55\log{h_\mathrm{b}})\log{d} - F(h_\mathrm{M}) + C where .. math:: - F(h_\mathrm{M}) = \left\{\begin{array}{ll} (1.1\log(f))-0.7 \times h_\mathrm{M} - (1.56\times \log(f)-0.8) & \mbox{for medium and small size cities} \\ 3.2\times (\log{11.75\times h_\mathrm{M}})^2 & \mbox{for large cities}\end{array} \right. + F(h_\mathrm{M}) = \left\{\begin{array}{ll} (1.1\log(f))-0.7 \times h_\mathrm{M} - (1.56\times \log(f)-0.8) & \mbox{for medium and small size cities} \\ 3.2\times (\log{(11.75\times h_\mathrm{M}}))^2 & \mbox{for large cities}\end{array} \right. .. math:: @@ -79,13 +79,24 @@ The pathloss expression of the standard OH in urban area is: .. math:: - L = 69.55 + 26.16\log{f} - 13.83 \log{h_\mathrm{b}} + (44.9 - 6.55\log{h_\mathrm{b}})\log{d} - F(h_\mathrm{M}) + C + L = 69.55 + 26.16\log{f} - 13.82 \log{h_\mathrm{b}} + (44.9 - 6.55\log{h_\mathrm{b}})\log{d} - C_\mathrm{H} + +where for small or medium sized city + +.. math:: + + C_\mathrm{H} = 0.8 + (1.1\log{f} - 0.7)h_\mathrm[M] -1.56\log{f} + +and for large cities + +.. math:: + C = \left\{\begin{array}{ll} 8.29 (\log{(1.54h_\mathrm[M])})^2 -1.1 & \mbox{if } 150\leq f\leq 200 \\ 3.2(\log{(11.75h_\mathrm[M])})^2 -4.97 & \mbox{if } 200Outdoor The pathloss model characterizes the hybrid cases (i.e., when an outdoor node transmit to an indoor one and viceversa) by adding to the proper model, evaluated according to their distance, the external wall penetration loss due to the building. -Patloss Logic Model +Pathloss Logic Model ------------------- @@ -224,3 +235,4 @@ In the following the pseudo-code of the model is presented:: where `txNode` and `rxNode` can be one of the elements eNB, SC and UE. We note that for SC nodes in case that the distance is greater then 1 km, we still consider the I1411 model since it better models the tranmissions with antenna below the roof-top level and moreover due to the fact that OH is specifically designed for macro cells and therefore for antennas above the roof-top level. + diff --git a/src/lte/doc/source/lte-references.rst b/src/lte/doc/source/lte-references.rst index 279a24c70..db44583df 100644 --- a/src/lte/doc/source/lte-references.rst +++ b/src/lte/doc/source/lte-references.rst @@ -39,3 +39,6 @@ .. [ns3tutorial] The ns-3 Tutorial http://www.nsnam.org/docs/tutorial/html/ .. [ns3manual] The ns-3 Tutorial http://www.nsnam.org/docs/manual/html/ + +.. [pl26ghz] Sun Kun; Wang Ping; Li Yingze, "Path loss models for suburban scenario at 2.3GHz, 2.6GHz and 3.5GHz", + in Proc. of ISAPE 2008, Kunming, China, Nov 2008.