LTE DLSCH Decode - HARQ issue
显示 更早的评论
Hello,
I am trying to implement an eNB and UE on MATLAB. On the receiver side, I have multiple sizes of the transport block size [152 408 408 408 408 0 408 408 408 408]. I have a question regarding the DLSCH decode and the HARQ process.
while using the following function:
[decbits{enb.NSubframe+1}, blkcrc(enb.NSubframe+1), stateOut] = lteDLSCHDecode(enb, pdsch, TrBlkSizes(mod(enb.NSubframe,10)+1), dlschBits, stateOut);
what is the difference of having or not a stateOut as the input argument ?
Because I have multiple transport block lengths, I am getting a CBS Buffer size error while stateOut is inputed as input argument.
Any suggestions or explanations to solve my issue ?
Thanks in advance.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Transport Channels 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!