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!