How do I set the initial states to zero in the Viterbi Decoder block using Communications Blockset 3.3 (R2006a)?
2 ビュー (過去 30 日間)
古いコメントを表示
I want to set the initial states to zero in the Viterbi Decoder block.
採用された回答
MathWorks Support Team
2009 年 6 月 27 日
The ability to set the initial states to zero in the Viterbi Decoder block is not available in Communications Blockset.
To work around this issue, set the 'Operation mode' field in the Viterbi Decoder block dialog to 'Terminated'. In this mode, the traceback will start from the all-zeros state.
The key to get this to work is to ensure that the encoder also ends at the zero state for each packet of data encoded. This is achieved by setting the 'Operation mode' field in the Convolutional Encoder block dialog to "Terminate trellis by appending bits".
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
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!