turbo decoding
14 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is sova decoder and log-MAP decoder is same in turbo decoding?
2 commentaires
mohamed elganiny
le 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
Réponses (1)
Walter Roberson
le 29 Août 2011
No, they are not.
1 commentaire
Walter Roberson
le 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:
Voir également
Catégories
En savoir plus sur PHY Components dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!