How to write random interleaving and random deinterleaving matlab codes ?
이전 댓글 표시
Can any one suggest how to write for random deinterleaving I = randint(1,43200); % INFORMATION BITS H = dvbs2ldpc(2/3); l = fec.ldpcenc(H); codeword = encode(l,I); interleaving = randintrlv(codeword,64800);
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Interleaving에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!