필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

comm.LTEMIMOChannel constructor not working properly

조회 수: 1 (최근 30일)
Pol Henarejos
Pol Henarejos 2016년 11월 23일
마감: MATLAB Answer Bot 2021년 8월 20일
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.

답변 (0개)

이 질문은 마감되었습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by