turbo decoding
14 views (last 30 days)
Show older comments
Is sova decoder and log-MAP decoder is same in turbo decoding?
2 Comments
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
Answers (1)
Walter Roberson
on 29 Aug 2011
No, they are not.
1 Comment
Walter Roberson
on 27 Oct 2016
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:
See Also
Categories
Find more on PHY Components in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!