diff --git a/src/antenna/doc/source/antenna-design.rst b/src/antenna/doc/source/antenna-design.rst index 511d27e81..beda6295c 100644 --- a/src/antenna/doc/source/antenna-design.rst +++ b/src/antenna/doc/source/antenna-design.rst @@ -75,7 +75,9 @@ where :math:`\phi_{0}` is the azimuthal orientation of the antenna n = -\frac{3}{20 \log_{10} \left( \cos \frac{\phi_{3dB}}{4} \right)} -determines the desired 3dB beamwidth :math:`\phi_{3dB}`. +determines the desired 3dB beamwidth :math:`\phi_{3dB}`. Note that +this radiation pattern is independent of the inclination angle +:math:`\theta`. A major difference between the model of [Chunjian]_ and the one implemented in the class CosineAntennaModel is that only the element @@ -101,7 +103,8 @@ This model is based on the parabolic approximation of the main lobe radiation pa where :math:`\phi_{0}` is the azimuthal orientation of the antenna (i.e., its direction of maximum gain), :math:`\phi_{3dB}` is its 3 dB beamwidth, and :math:`A_{max}` is the maximum attenuation in dB of the -antenna. +antenna. Note that this radiation pattern is independent of the inclination angle +:math:`\theta`. diff --git a/src/antenna/doc/source/conf.py b/src/antenna/doc/source/conf.py index 652030cb4..2d9b21628 100644 --- a/src/antenna/doc/source/conf.py +++ b/src/antenna/doc/source/conf.py @@ -48,9 +48,9 @@ copyright = u'2011-2012, CTTC' # built documents. # # The short X.Y version. -version = 'M2' +version = 'lena-dev' # The full version, including alpha/beta/rc tags. -release = 'M2' +release = 'lena-dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/lte/doc/source/conf.py b/src/lte/doc/source/conf.py index 041f928fd..b8cdcf8c3 100644 --- a/src/lte/doc/source/conf.py +++ b/src/lte/doc/source/conf.py @@ -48,9 +48,9 @@ copyright = u'CTTC' # built documents. # # The short X.Y version. -version = 'M2' +version = 'lena-dev' # The full version, including alpha/beta/rc tags. -release = 'M2' +release = 'lena-dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.