Comm Toolbox Turbo Coding - Not Systematic
古いコメントを表示
Hello, I do not find the turbo coding implementation to match the description, which clearly shows that the systematic bits should appear at the output : https://www.mathworks.com/help/comm/ref/turboencoder.html. If I execute the following :
b1 = rand(1,100) > 0.5;
intrlvrIndices = 1 : length(b1);
hTEnc = comm.TurboEncoder('TrellisStructure', poly2trellis(4,[13 15],13), 'InterleaverIndices', intrlvrIndices);
b2 = step(hTEnc, double(b1)')';
plot(conv(2*b2-1,2*b1(end:-1:1)-1));
There is no trace of the systematic bits at the output. This renders both the encoder and decoder not useful for me. What am I missing ?
4 件のコメント
Stephen Carsello
2018 年 1 月 29 日
編集済み: Stephen Carsello
2018 年 1 月 30 日
Stephen Carsello
2018 年 1 月 30 日
編集済み: Walter Roberson
2018 年 1 月 30 日
Walter Roberson
2018 年 1 月 30 日
At the bottom of the documentation page, there is a button to choose whether the documentation was useful or not. If you click on No then it brings up a form that allows you to input remarks for consideration by the documentation writers.
Stephen Carsello
2018 年 1 月 30 日
編集済み: Stephen Carsello
2018 年 1 月 30 日
回答 (0 件)
カテゴリ
ヘルプ センター および 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!