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

2014-04-28 Thread siva kumar
Dear, Could you please let me know, how to set FSM args value in Trellis coder. I am also using trellis coder for my work Please reply ASAP. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

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

2014-04-28 Thread Ron Economos
I'm not exactly an expert on this, but correct values for the DVB-S trellis encoder (1/2 rate, G1(X) = 121, G2(Y) = 91) are: 1, 2, (121, 91) My DVB-S transmitter repository is here: http://github.com/drmpeg/gr-dvbs Ron On 4/27/2014 11:12 PM, siva kumar wrote: Dear, Could you please let me

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

2014-04-28 Thread Johannes Demel
Hey Siva, in [1] I parameterized the trellis module for a rate 1/3 code as used in LTE. Maybe that helps. I put a lot of comments in. Besides if you tell us what you want to achieve exactly, someone might give more specific hints. happy hacking Johannes [1]

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

2010-11-05 Thread Francisco Llaryora
in the past Achilleas wrote:--- 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

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

2010-10-29 Thread Achilleas Anastasopoulos
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

Re: [Discuss-gnuradio] Problem in using trellis Error correction en- and decoder

2010-10-28 Thread Francisco Llaryora
Hello Achilleas Anastasopoulos Sorry for my delay. Well,I try to start the example (interference_cancellation.grc) but do not succeed. I put the trotle and then the warning disappears, but the error not. I installed the gnuradio by synaptic. in ubuntu, i think the Program Files directory is

Re: [Discuss-gnuradio] Problem in using trellis Error correction en- and decoder

2010-10-24 Thread Achilleas Anastasopoulos
please change the prefix variable in this grc graph to the absolute path of your gnuradio tree. Eg, in my machine it is /home/anastas/gnuradio_trunk/ Also, you might want to put a throttle somewhere. Achilleas On Sat, Oct 23, 2010 at 3:19 PM, Francisco Llaryora fllary...@gmail.com wrote:

[Discuss-gnuradio] Problem in using trellis Error correction en- and decoder

2010-10-23 Thread Francisco Llaryora
Hello , I am using trellis encoder and trellis viterbi block, to get a error corecction method. i take a snapshot for you: http://img213.imageshack.us/img213/3435/pantallazoxe.png The flow: ---Packet Encoder---DBPSK Encoder--DBPSK Decoder---Packet Decoder works perfect. Problem is

[Discuss-gnuradio] Problem in using trellis Error correction en- and decoder

2010-10-23 Thread Achilleas Anastasopoulos
Can you be more specific as to WHICH example in the gr-trellis directory does not work. Achilleas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re:[Discuss-gnuradio] Problem in using trellis Error correction en- and decoder

2010-10-23 Thread Francisco Llaryora
Hello Achilleas. Forgiveness for mysticism about the example. is interference_cancellation.grc (GNU Radio Companion 3.2.2) http://pastebin.com/N61P7tiP /usr/share/gnuradio/examples/grc/trellis/interference_cancellation.grc the error: [error] Loading: