フィルターのクリア

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