discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] trellis.viterbi function


From: Achilleas Anastasopoulos
Subject: Re: [Discuss-gnuradio] trellis.viterbi function
Date: Wed, 24 Feb 2010 14:49:01 -0500
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Simone,

please take a look at the extensive documentation in:

gnuradio_trunk/gr-trellis/doc/gr-trellis.html

You need to first create an FSM object that describes your finite state machine (using the generator polynomials you have)
and then use this as an argument to the Viterbi decoder.

The reason for this is that the Viterbi decoder is not only used for decoding convolutional codes, but for numerous other applications; thus the need to relate it only to the underline finite state machine...

Please take a look at the numerous examples given and let me know if you have any further questions.

Achilleas




reply via email to

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