how can I get poly2trellis source code?
Mostrar comentarios más antiguos
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 comentario
nikhita
el 7 de Mzo. de 2024
poly2trellis requires CommunicationsToolbox.
tPoly = poly2trellis(constrlen,genpoly);
Respuestas (2)
Chloe Mica
el 21 de Mzo. de 2016
0 votos
Turning the convolutional code polynomial into a functional MATLAB trellis grid of expression? CreativePeptides
1 comentario
Tas H
el 21 de Mzo. de 2016
Steven Lord
el 21 de Mzo. de 2016
0 votos
The POLY2TRELLIS function is part of Communications System Toolbox. You will need this toolbox to use this function.
1 comentario
Tas H
el 21 de Mzo. de 2016
Categorías
Más información sobre Error Detection and Correction en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!