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!