discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] extended_encoder ignores get_output_conversion()


From: Johannes Demel
Subject: [Discuss-gnuradio] extended_encoder ignores get_output_conversion()
Date: Thu, 18 Jun 2015 20:48:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Hey list,

'extended_encoder' currently ignores whatever 'get_output_conversion'
returns.  If you use FEC's extended encoder and you reimplement
'get_output_conversion', it gets ignored. A quick look at the
available encoders in gr-fec shows, that none of them actually uses
that method. Though the docs state that
       * If 'packed_bits', the block produces packed bits and the
       * wrapper should unpack these (using, for instance,
       * gr::block::unpack_k_bits_bb(8)).

Thus I created a little patch which would fix that.
Also I just sent a pull request for that.

Johannes

Attachment: 0001-fec-extended-encoder-now-appends-unpack_k_bits-8-blo.patch
Description: Text Data


reply via email to

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