LTE DLSCH Decode - HARQ issue
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Transport Channels in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!