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.

Errors with only puncture and insert zero blocks?

Status
Not open for further replies.

Antonio_Magma

Full Member level 2
Full Member level 2
Joined
Jun 21, 2005
Messages
136
Helped
3
Reputation
6
Reaction score
2
Trophy points
1,298
Activity points
2,777
puncture.JPG


Take a look at this. The input gets punctured by a vector [1 1 0 1 0 1].' and then immediately insert zero with the same vector [1 1 0 1 0 1].'

Why is there an error? There shouldn't be any errors right?
 

the puncture block remove elements from input sequence that they may be 0 or 1 but insert zero block only insert zeros in selected places.then tx is (may) differ from rx.
 

Ic, so there must b error correction blocks such as Viterbi after insert zero right
 

you first need to encode input data with some error correcting code like convolutional codes (this block after ber. binary generator) then you can use appropriate viterbi decoder after insert zero block.(there may remain some errors in output but errors will decrease)
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top