spectrum: Fix test auto -> size_t
spectrum: Fix polarization test case
spectrum: Remove std::cout from the test
spectrum: Fix ThreeGppChannelTestSuite Doxygen
spectrum: Fix test IsPolarized->IsDualPolarized
spectrum: Fix index type to be size_t instead of auto
spectrum: Expand the polarization test suite
spectrum: Use different polarization slant angle test cases
fix doxygen of test
spectrum: Remove obsolete code line
spectrum: Fix MatrixBasedChannelModel Doxygen
spectrum: Fix SpectrumSignalParameters Doxygen
spectrum: Fix ThreeGppSpectrumPropagationLossModel Doxygen
spectrum: Rename get horizontal number of elements in the port
spectrum: Rename GetElem->Elem
spectrum: More consistent usage of auto in ThreeGppChannelExample
spectrum: ThreeGppSpectrum to use HermitianTranspose that is a member of MatrixArray
spectrum: GetPolAngle->GetPolSlant MR2
spectrum: Rename IsPolDual -> IsDualPol, and IsPolarized->IsDualPolarized
spectrum: Replace GetNumPolarization with simple code
spectrum: Remove unnecessary copy of rxParams
spectrum: Rename sAntElmnts/uAntElmnts to more intuitive sPortElems/uPortElems
spectrum: Improve comment in CalcBeamformingGain, add line breaks
spectrum: Fix comment in spectrum-signal-parameters
spectrum: Simplify the code for spectrum channel matrix calculation
fix spell check type vice-versa
Add <map> include
spectrum: Update variables to use size_t instead of uint16_t
spectrum: Refactor the code related to polarization and move it to antenna
spectrum: Documents the full MIMO extensions
spectrum: fix doxygen y comments
spectrum: fix documentation
fix spectrum doc
spectrum: Minor documentation cleaning
spectrum: Simplify the interface
Minor fixes in spectrum 3gpp
spectrum: Add a reference and a comment in the code for the multi-port
model and 3GPP sub-array partition model for the TXRU virtualization
antenna: Fix PhasedArrayAntennaModel Doxygen
antenna: Fix UniformPlanarArray Doxygen
antenna: Rename Get horizontal vertical number of elements in the port
antenna: fix phased-array-model.cc
antenna: Fix (remove 3gpp comment)
antenna: Add units to GetPolSlant
antenna: Fix IsPolDual -> IsDualPol, add function SetDualPol, Remove SetPolarization
antenna: Remove GetNumPolarizations function to reduce the dependency between spectrum and antenna
antenna: Simplify the code in GetBeamformingVector in PhasedArrayModel
antenna: Rename GetPolAngle->GetPolSlant
antenna: Fix GetBeamformingVector normalization description, add 3GPP reference
antenna: Expand explanation of why is done the normalization of the BF weights in GetBeamformingVector
antenna: Enable access to public Get and Set functions
antenna: Refactor and move the code related to polarization to antenna model
fix variable name in antenna
antenna fix doxygen
antenna: Doc. for dual-polarization and multiple ports in UniformPlannarArray
remote trailing whitespaces
antenna: Return back cos and sin optimization of pol slant angle
antenna: Fix documentation regarding the polarization slant angle
antenna: UniformPlannarArray Initialize cos/sin of -90
antenna: Change parameter names
Remove new line
antenna: Suggestions proposed by Eduardo Almeida
antenna: Add a 3GPP reference for a multi-port antenna array model
spectrum: Add operator == and != to SpectrumValue
spectrum: Fix operator ==,!= (Thanks to Eduardo Almeida and Gabriel Ferreira)
spectrum: Add GetValues and SetValues functions to SpectrumValue