discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] unpack k bits block with a new created block


From: dcardona
Subject: [Discuss-gnuradio] unpack k bits block with a new created block
Date: Tue, 16 Jun 2015 20:09:55 -0700 (MST)

HI

I'm using the unpack k bits block (which is located at the output of a
vector source), before the new block that I'm trying to create. I would want
to save all the bits at the output of the unpacked k bits block, in a vector
(inside the block), so I can manipulate them individually. Is it possible? I
thought each bit at the unpack_k_bit block's output would be one of the
input_items in my block, Is this right?
I tried to do that defining a new integer type vector inside the block and
save there all the input_items[i] and then use that vector in my code. But
it is giving me this error: invalid conversion from ‘const void*’ to ‘int’
[-fpermissive]

 I don't know if I can do something like this.

Thank you very much.

David



--
View this message in context: 
http://gnuradio.4.n7.nabble.com/unpack-k-bits-block-with-a-new-created-block-tp54234.html
Sent from the GnuRadio mailing list archive at Nabble.com.



reply via email to

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