how can I get poly2trellis source code?
이전 댓글 표시
Hello, I'm running an OFDM code on matlab, but it couldn't recognize the poly2trellis function. Can anyone tell me how can I get the code of this function? Thank you
댓글 수: 1
nikhita
2024년 3월 7일
poly2trellis requires CommunicationsToolbox.
tPoly = poly2trellis(constrlen,genpoly);
답변 (2개)
Chloe Mica
2016년 3월 21일
0 개 추천
Turning the convolutional code polynomial into a functional MATLAB trellis grid of expression? CreativePeptides
Steven Lord
2016년 3월 21일
0 개 추천
The POLY2TRELLIS function is part of Communications System Toolbox. You will need this toolbox to use this function.
카테고리
도움말 센터 및 File Exchange에서 Error Detection and Correction에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!