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.

Looking for references about viterbi decoder

Status
Not open for further replies.

chuenwan

Newbie level 3
Joined
Dec 8, 2004
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
37
Question viterbi decoder

K = 7 , code 1/2
we need 64 states CSA for full parallel,the size of the adder/subtractor is 11 bit .

Is it too big for this design?

any source for reference to me?

thx
 

Re: Question viterbi decoder

The file is removed.
 

Re: Question viterbi decoder

Give me a couple of days and I dig it out from my CDs.
 

Re: Question viterbi decoder

SIMD Viterbi Decoder provides library functions to decode certain popular error correction codes.

version supports two codes: a rate 1/2, constraint length 7 (r=1/2, k=7) code, and an r=1/2, k=9 code. Four implementations of each decoder are provided.
One is in portable C and should run in any GNU C environment.

The other three use the IA32 SIMD (single instruction, multiple data) instruction sets: MMX, SSE, and SSE2. The SSE version of the k=7 decoder executes at ~9 megabits/sec on a 1GHz Pentium-III.

I shall upload some source for this viterbi decoder.
 

Re: Question viterbi decoder

I managed to find the virtebi from CD. I hope this will help.
 
Question viterbi decoder

got it, thx
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top