Viterbi Hard decision decoder Code

조회 수: 20 (최근 30일)
comon girliam
comon girliam 2019년 4월 15일
답변: Dhaniklal 2023년 2월 14일
I need that Convolutional Encoder of more than Code Rate=1/2, with more than 3 Memory Elements and a corresponding Hard Decision Viterbi Decoder Matlab Code.
Please help. This is so important for me.

답변 (1개)

Dhaniklal
Dhaniklal 2023년 2월 14일
Hi,
I understand that you want to use Viterbi decoder. You may use the vitdec() function for the same.
Syntax:
decodedout = vitdec(codedin,trellis,tbdepth,opmode,dectype)
Please follow the below link to know more about the vitdec() function and its examples.
Thanks,
Dhaniklal

카테고리

Help CenterFile Exchange에서 Error Detection and Correction에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by