discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] A Question on Packet Processing


From: Brian Padalino
Subject: Re: [Discuss-gnuradio] A Question on Packet Processing
Date: Wed, 21 Feb 2007 17:48:45 -0500

Achilleas,

Could the Viterbi block be implemented in such a fashion that the
algorithm was a streaming implementation as opposed to a fixed block
size?

That way, you could just send in a vector of deinterleaved soft
decisions, and (with a little bit of overhead) the Viterbi block could
take in any variable length block with zero padding at the end.
Moreover, it would retain its generic nature but would increase
computation by adding a slight overhead.

Brian




reply via email to

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