Dear Marbelly,

unpack_k_bits with k = 1 means, for instance,
a byte sample 0x0F (0b0000 1111) in a stream
is unpacked to 0x00 0x00 0x00 0x00 0x01 0x01 0x01 0x01 (MSB first)
and only the first insignificant sample is taken and the rest 7 samples are
discarded.

So if you want to process 8 bits in a byte individually, use unpack_k_bits
with k = 8.

Regards,
Jeon.

2015-06-17 11:49 GMT+09:00 Marbellys <marbellysramos3...@gmail.com>:

> Thank you.
>
>
>
> --
> View this message in context:
> http://gnuradio.4.n7.nabble.com/variable-type-while-creating-a-block-tp54226p54232.html
> Sent from the GnuRadio mailing list archive at Nabble.com.
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to