Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

comm.LTEMIMOChannel constructor not working properly

1 Ansicht (letzte 30 Tage)
Pol Henarejos
Pol Henarejos am 23 Nov. 2016
Geschlossen: MATLAB Answer Bot am 20 Aug. 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.

Antworten (0)

Diese Frage ist geschlossen.

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by