discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr-trellis : problem in using viterbi decoder


From: Achilleas Anastasopoulos
Subject: Re: [Discuss-gnuradio] gr-trellis : problem in using viterbi decoder
Date: Mon, 19 Jul 2010 14:47:54 -0400
User-agent: Thunderbird 2.0.0.24 (Windows/20100228)



I also realized that the way you call
gr_make_vector_source_s(in_bits,false,K );
is incorrect.
I think you have misunderstood what this block does.

You should use:
gr_make_vector_source_s(in_bits,false,1 );
or simply
gr_make_vector_source_s(in_bits,false);
and you really don't need the vector2stream block.

Achilleas



---------------------
In your code the "encoder" block is not connected to any other block...

It should be:

info bits -> encoder -> modulator -> channel -> metrics -> viterbi

Achilleas



reply via email to

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