turbo decoding
16 ビュー (過去 30 日間)
古いコメントを表示
Is sova decoder and log-MAP decoder is same in turbo decoding?
2 件のコメント
mohamed elganiny
2016 年 10 月 27 日
another question about this please, is SOVA decoder is the APP decoder in matlab simulink , and if yes how i can get soft output values from SOVA decoder in simulink
回答 (1 件)
Walter Roberson
2011 年 8 月 29 日
No, they are not.
1 件のコメント
Walter Roberson
2016 年 10 月 27 日
They are completely different algorithms.
According to http://stats.stackexchange.com/questions/31119/posterior-probability-vs-viterbi-algorithm
"Viterbi gives most likely sequence, posterior (Forward-Backward) gives most likely state at each position. Which one you choose depends on what kind of errors you prefer -- if you care about the number of sequences you get correctly, then Viterbi algorithm is preferable, if it's the number of individual state errors, then, Forward-Backward is better."
You can find Sova implementations at:
参考
カテゴリ
Help Center および File Exchange で PHY Components についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!