Effacer les filtres
Effacer les filtres

how to set the trellis structure according to the figure?

2 vues (au cours des 30 derniers jours)
Xiaotian Yu
Xiaotian Yu le 11 Sep 2023
Commenté : Xiaotian Yu le 19 Sep 2023
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

Réponses (1)

Brahmadev
Brahmadev le 18 Sep 2023
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

Catégories

En savoir plus sur Error Detection and Correction dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by