LTE DLSCH Decode - HARQ issue
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Transport Channels in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!