antenna, doc, energy, lte, spectrum: (fixes #1034) Fix and remove non-cited references in documentation

This commit is contained in:
Eduardo Almeida
2024-02-19 19:44:54 +00:00
parent b77d197c07
commit 0b5803a762
9 changed files with 11 additions and 23 deletions

View File

@@ -64,7 +64,7 @@ Recommended
+=============================+========================+===================================+
| Compiler cache optimization | ``ccache`` | ``ccache`` |
+-----------------------------+------------------------+-----------------------------------+
| Code linting | ``clang-format llvm`` | clang-format included with |
| Code linting | ``clang-format llvm`` | clang-format included with |
| | | ``clang``, need to select |
| | | ``clang-XX llvm-XX`` versions |
+-----------------------------+------------------------+-----------------------------------+

View File

@@ -175,7 +175,7 @@ To install it with the network installer, start by creating a texlive folder and
texlive configuration profile below. You can change the installation directory (starting with
``C:/texlive/2022``).
.. sourcecode:: raw
.. sourcecode:: text
selected_scheme scheme-custom
TEXDIR C:/texlive/2022

View File

@@ -181,14 +181,14 @@ Enable examples and tests that depend on a set of modules using |ns3|
As seen above, the following command only builds the requested modules (core and wifi),
plus any modules that are implicitly needed (e.g., network), and the resulting compatible examples and tests:
.. sourcecode:: terminal
.. sourcecode:: console
./ns3 configure --enable-modules="wifi;core" --enable-examples --enable-tests
However, when developing a new module, you may prefer to use the following alternative, which builds
all module libraries, but will filter out any examples and tests from modules that are not explicitly listed.
.. sourcecode:: terminal
.. sourcecode:: console
./ns3 configure --filter-module-examples-and-tests="wifi;core" --enable-examples --enable-tests

View File

@@ -81,7 +81,7 @@ monotonically increasing counter) will be handled first.
In other words tied events are handled in FIFO order.
Note that concurrent events (events that happen at the very same time)
are unlikely in a real system - not to say impossible. In |ns-3|
are unlikely in a real system - not to say impossible. In |ns3|
concurrent events are common for a number of reasons, one of them
being the time representation. While developing a model this must
be carefully taken into account.
@@ -289,7 +289,7 @@ for example::
or by using a command line argument
.. sourcecode:: terminal
.. sourcecode:: console
$ ./ns3 run "... --SimulatorImplementationType=ns3::DistributedSimulatorImpl"

View File

@@ -1159,7 +1159,7 @@ The first, is to set VSCode's ``settings.json`` file to include the following:
The second, a more permanent solution, with the following command:
.. sourcecode:: terminal
.. sourcecode:: console
> echo %PATH%
C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;

View File

@@ -174,7 +174,7 @@ and vertical elements can be configured through the attributes "AntennaHorizonta
and "AntennaVerticalSpacing".
UniformPlannarArray supports the concept of antenna ports following the sub-array partition
model for TXRU virtualization, as described in Section 5.2.2 of 3GPP TR 36.897 [36897]_.
model for TXRU virtualization, as described in Section 5.2.2 of 3GPP TR 36.897 [3GPP_TR36897]_.
The number of antenna ports in vertical and horizontal directions can be configured through
the attributes "NumVerticalPorts" and "NumHorizontalPorts", respectively. For example,
if "NumRows" and "NumColumns" are configured to 2 and 4, and the number of
@@ -210,5 +210,5 @@ as described in [38901]_ (i.e., :math:`{\zeta}`).
.. [Mailloux] Robert J. Mailloux, "Phased Array Antenna Handbook", Artech House, 2nd Ed.
.. [TR36897] 3GPP. 2015. TR 36.897. Study on elevation beamforming / Full-Dimension (FD)
.. [3GPP_TR36897] 3GPP. 2015. TR 36.897. Study on elevation beamforming / Full-Dimension (FD)
Multiple Input Multiple Output (MIMO) for LTE. V13.0.0. (2015-06)

View File

@@ -84,7 +84,7 @@ Tremblay's model on itself is based on a popular battery model created by Shephe
Tremblay's model consist in visually identify a set of points from batteries manufacters'
discharge curves datasheets.
.. _fig-energyFramework:
.. _fig-dischargeCurve:
.. figure:: figures/dischargeCurve.*

View File

@@ -4,8 +4,6 @@
References
=================================
.. [TS25814] 3GPP TS 25.814 "Physical layer aspect for evolved Universal Terrestrial Radio Access"
.. [TS29274] 3GPP TS 29.274 "GPRS Tunnelling Protocol for Control plane (GTPv2-C)"
.. [TS36101] 3GPP TS 36.101 "E-UTRA User Equipment (UE) radio transmission and reception"
@@ -64,10 +62,6 @@ References
.. [Baldo2009] N. Baldo and M. Miozzo, "Spectrum-aware Channel and PHY layer modeling for ns3",
Proceedings of ICST NSTools 2009, Pisa, Italy
.. [Piro2010] Giuseppe Piro, Luigi Alfredo Grieco, Gennaro Boggia, and Pietro Camarda,
"A Two-level Scheduling Algorithm for QoS Support in the Downlink of LTE Cellular Networks",
Proc. of European Wireless, EW2010, Lucca, Italy, Apr., 2010
.. [Holtzman2000] J.M. Holtzman, "CDMA forward link waterfilling power control",
in Proc. of IEEE VTC Spring, 2000.
@@ -105,12 +99,6 @@ References
"Some results and insights on the performance gains of MIMO systems,"
Selected Areas in Communications, IEEE Journal on , vol.21, no.5, pp. 839- 847, June 2003
.. [Ikuno2010] J.C. Ikuno, M. Wrulich, M. Rupp, "System Level Simulation of LTE Networks,"
Vehicular Technology Conference (VTC 2010-Spring), 2010 IEEE 71st , vol., no., pp.1-5, 16-19 May 2010
.. [Milos2012] J. Milos, "Performance Analysis Of PCFICH LTE Control Channel",
Proceedings of the 19th Conference STUDENT EEICT 2012, Brno, CZ, 2012.
.. [FujitsuWhitePaper] "Enhancing LTE Cell-Edge Performance via PDCCH ICIC".
.. [Bharucha2011] Z. Bharucha, G. Auer, T. Abe, N. Miki,

View File

@@ -743,7 +743,7 @@ returns a 3D long term channel matrix whose dimensions are the number of the
receive antenna ports, the number transmit antenna ports, and
the number of clusters. When multiple ports are being configured note that
the sub-array partition model is adopted for TXRU virtualization, as described
in Section 5.2.2 of 3GPP TR 36.897[TR36897]_, and so equal beam weights are used for all the ports.
in Section 5.2.2 of 3GPP TR 36.897 [TR36897]_, and so equal beam weights are used for all the ports.
Support of the full-connection model for TXRU virtualization would need extensions.
To reduce the computational load, the long term
components associated to the different channels are stored in the m_longTermMap