Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top