How do I disable UCI encoding when using lteRMCULTool?

8 次查看(过去 30 天)
When using the "lteRMCULTool" to generate FRC A1-2 is it possible to disable UCI encoding so only data is transmitted on PUSCH? I do not want UCI+SCH data multiplexed into PUSCH. In other words, I want HARQ/CQI Size = 0.

采纳的回答

MathWorks Support Team
By default the "lteRMCULTool" does not multiplex UCI with data, unless you add additional inputs. The following syntax results in no UCI encoding:
>> lteRMCULTool(rmccfg,trdata)
In other words CQI, RI, and HARQ/ACK are empty.
In order for "lteRMCULTool to add UCI encoding, you would need to use the following syntax:
>> lteRMCULTool(rmccfg,trdata,cqi,ri,ack)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 LTE Toolbox 的更多信息

标签

尚未输入任何标签。

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by