フィルターのクリア

how to set the trellis structure according to the figure?

2 ビュー (過去 30 日間)
Xiaotian Yu
Xiaotian Yu 2023 年 9 月 11 日
コメント済み: Xiaotian Yu 2023 年 9 月 19 日
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

回答 (1 件)

Brahmadev
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
  1 件のコメント
Xiaotian Yu
Xiaotian Yu 2023 年 9 月 19 日
Thank you so much!! It's really helpful

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeError Detection and Correction についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by