turbo decoding
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Is sova decoder and log-MAP decoder is same in turbo decoding?
2 comentarios
mohamed elganiny
el 27 de Oct. de 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
el 27 de Oct. de 2016
"APP" appears to mean "a-posteriori probability" in this context.
Respuestas (1)
Walter Roberson
el 29 de Ag. de 2011
No, they are not.
1 comentario
Walter Roberson
el 27 de Oct. de 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:
Ver también
Categorías
Más información sobre PHY Components en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!