turbo decoding

14 views (last 30 days)
anita
anita on 29 Aug 2011
Commented: Walter Roberson on 27 Oct 2016
Is sova decoder and log-MAP decoder is same in turbo decoding?
  2 Comments
mohamed elganiny
mohamed elganiny on 27 Oct 2016
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
Walter Roberson
Walter Roberson on 27 Oct 2016
"APP" appears to mean "a-posteriori probability" in this context.

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 29 Aug 2011
No, they are not.
  1 Comment
Walter Roberson
Walter Roberson on 27 Oct 2016
They are completely different algorithms.
"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:

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!