Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using standard viterbi block from trellis (enhancement) #16

Open
mattip opened this issue Sep 9, 2014 · 1 comment
Open

using standard viterbi block from trellis (enhancement) #16

mattip opened this issue Sep 9, 2014 · 1 comment

Comments

@mattip
Copy link

mattip commented Sep 9, 2014

Thanks for this package. I am trying to work through it, and am wondering why you chose to rewrite the viterbi_decoder rather than use one from the gnuradio trellis coding package. Could you take a look and see if it would make sense to use the standard Viterbi block? What parameters would I use?

@BogdanDIA
Copy link
Owner

Hi, the standard Viterbi code from Gnuradio was very slow and that is why I implemented my own one. There is an explanation here: http://yo3iiu.ro/blog/?p=1393

Now, I know that gnuradio gr-fec evolved in the last months so the viterbi implementation may be working as fast as need now. However, there is a chance that gr-dvbt will be included in gnuradio in the near future so that will solve the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants