how to set the trellis structure according to the figure?
3 次查看(过去 30 天)
显示 更早的评论
i'm stuck by the implementation of turbo encoder. As this figure 3.11 showed,it's the structure of a Turbo encoder. it consists of two RSC encoders and Turbo interleaver. The structure of the RSC encoder is shown in figure 3-12.
I checked the Matlab help for how to establish an encoder using poly2trellis, the website is: https://de.mathworks.com/help/comm/ref/poly2trellis.html
But it showed that, this kind of figure 3-12 can't be established with poly2trellis. I have no idea how to implement it.
Xiaotian Yu
0 个评论
回答(1 个)
Brahmadev
2023-9-18
Hi Xiaotian,
I understand that you would like to build a non-recursive, non-systematic convolutional encoder. You can do so in Simulink using a Model as demonstrated below.
You can also refer to the following documentation for examples on creation, validation, and testing of User Defined Trellis Structures:
For calling this model in MATLAB or running it programmatically, you can refer to the following documentation:
I hope this helped in your implementation of RSC encoder.
Regards,
Brahmadev
另请参阅
类别
在 Help Center 和 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!