Convolutional Decoding Using Matlab Functions - using viterbi decoder.

I'm trying to perform convolutional decoding using built in Matlab functions. I'm trying to implement (2,1,7) :
Im trying to implement a viterbi decoder of a given message which the viterbi decoder has those parameters K=7 , rate = 1/2 , its output are two bits. the decision of the decoder of the message by minmum hamming distance method (to maximize the likelihood method)
how can I implement that in matlab?
I've seen this function already matlab provide it as already built function:
decoded=vitdec(coded,trellis,tblen,'trunc','hard')
but I didn't understand if that function is using using the min hamming distance to maximize the likelihood for viterbi decoder decision or what? and in my case for my viterbi decoder K=7 and its output is two bits ..what should the inputs to vitdec function be? thanks alot for any clarifications.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Error Detection and Correction에 대해 자세히 알아보기

질문:

2020년 9월 2일

댓글:

2020년 9월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by