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
MathWorks Support Team 2021년 8월 24일
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