Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

comm.LTEMIMOChannel constructor not working properly

1 visualización (últimos 30 días)
Pol Henarejos
Pol Henarejos el 23 de Nov. de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Dear all,
I am working with comm.LTEMIMOChannel but I think that is not working properly. I always get the same configuration, although I modify the input parameters. For instance, the following code produces the same output, even with different inputs
comm.LTEMIMOChannel('Profile','ETU 300Hz','AntennaConfiguration','4x4','CorrelationLevel','High').TransmitCorrelationMatrix
comm.LTEMIMOChannel('Profile','ETU 300Hz','AntennaConfiguration','1x2','CorrelationLevel','Medium').TransmitCorrelationMatrix
comm.LTEMIMOChannel('Profile','ETU 300Hz','AntennaConfiguration','2x2','CorrelationLevel','High').TransmitCorrelationMatrix
comm.LTEMIMOChannel('Profile','ETU 300Hz','AntennaConfiguration','4x2','CorrelationLevel','Medium').TransmitCorrelationMatrix
and the output is the identity matrix. The same applies for other outputs, such as ReceiveCorrelationMatrix. At the end, it seems that the constructor only takes the default parameter, regardless of inputs. Did anybody experiment the same behavior? I am using MATLAB R2015b and Communications Toolbox 6.1.
Thank you.

Respuestas (0)

La pregunta está cerrada.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by