discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Problem in using trellis Error, correction en- an


From: Achilleas Anastasopoulos
Subject: Re: [Discuss-gnuradio] Problem in using trellis Error, correction en- and decoder
Date: Fri, 29 Oct 2010 17:16:30 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6


There are a couple of potential problems with your flowgraph:

1) the trellis encoder outputs unpacked bytes. For example, if your FSM has output cardinality 4 then it outputs 2 useful bits per byte.
Are you sure you are handling this the right way at the packet encoder?
I do not know how that block works but you should check it.

however, the main problem is the following

2) You need to substitute the "trellis viterbi" by the "trellis viterbi combo" block and input as parameters the kind of "distance" metric you want and the corresponding constellation, etc. To do that you need to know what is the output of the packet decoder...

I have never worked with packet en/decoder so i cannot help with these.

Achilleas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]