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 _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
