punctured convolutional coding with rate=2/3

Status
Not open for further replies.

faten_chaa

Newbie level 2
Joined
Apr 5, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
sfax
Activity points
1,298
i have implemented a code for puncturing coding with rate =2/3 (i use the encoding in watermarking)
the problem that the output is null when tb is high
the puncturing is
t = poly2trellis(3,[6 7]);
v=convenc(msg,t, [1 0 1 1]);
and the depuncturing and decoding is
vitdec(mes_recu,t,tb,'cont','hard',[1 0 1 1])
i don't understand why the output of vitdec is null for high tb and the output is bad for low tb
can any one help me???? it very important , i can't continue!!
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…