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!