discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Issue with Deinterleave block


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Issue with Deinterleave block
Date: Thu, 05 Dec 2013 11:01:15 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

As I've said, sizeof_char is in gr. and not in blocks.


On 05.12.2013 10:59, Sandhya G wrote:
> Because i'am using instant sdr live usb which has come installed
> with 3.6.2
> 
> Well sorry that message was like when i changed the datatype of
> the deinterleaved block to float. Now i changed all the blocks
> datatype to bytes so the error is self.blocks_deinterleave_0 =
> blocks.deinterleave(blocks.sizeof_char*1) AttributeError: 'module'
> object has no attribute 'sizeof_char'
> 
> Thanks Sandhya
> 
> 
> On Thu, Dec 5, 2013 at 3:12 PM, Marcus Müller <address@hidden>
> wrote:
> 
> Sandhya, one quick question here: Is there really necessity to use
> 3.6.2 instead of 3.6.5 or 3.7?
> 
> Then: Ok, how do you come to the conclusion that sizeof_float would
> be right for bytes? And: I don't see any C++, where is your C++
> problem? The sizeof_<CTYPENAME> attributes are members of the gr.
> module in python.
> 
> Greetings, Marcus
> 
> 
> On 05.12.2013 10:37, Sandhya G wrote:
>>>> Hi I was just trying to use interleave and deinterleave
>>>> blocks. GNU radio installed is 3.6.2
>>>> 
>>>> flowchar is something like
>>>> 
>>>> vector source ----> interleave ---->throttle--->deinterleave 
>>>> --->scope sink vector source ----->
>>>> 
>>>> The datatype is byte. when execute the flowchart i'am
>>>> getting error
>>>> 
>>>> self.blocks_deinterleave_0 = 
>>>> blocks.deinterleave(blocks.sizeof_float*1) AttributeError:
>>>> 'module' object has no attribute 'sizeof_float'. May be the
>>>> error might be simple but i'am very new to C++ . please help
>>>> me to solve the issue
>>>> 
>>>> Thanks Sandhya
>>>> 
>>>> 
>>>> 
>>>> _______________________________________________
>>>> Discuss-gnuradio mailing list address@hidden 
>>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>>> 
>> 
>> _______________________________________________ Discuss-gnuradio
>> mailing list address@hidden 
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>> 
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJSoE7rAAoJEAFxB7BbsDrL8QEH/RGSyVk64A5K38DqugId4cdI
bL8gKQl9a6i6k78eeGQj1ftC8PbI8rdl6m6NZ2ve09Cr5taw1Mm29fmMwPnhYZ28
GRDTlY1M9sQ01DnjXuoqaMlZJ8fToZbU4XGMlRe7BdqHyJvs9Zn5mlihlXetriux
UakMEBd91VftP2b052fTSzvfO5YathNgQ582FM72QPAR75tyCuVl8bj4XQGBiQIt
xRNIzOHFrkyOIZeU/LsbVpV2FMns9K4QZ2Ge9q3ecnwTFKkeVfdYRFBHYY/iqXMt
Yloiib33pcK4Ly3FL8DKRv1K812B/VlSz6cZlcbSsKcOc7xSEQ6XUzSaZ0UYm5c=
=Evbx
-----END PGP SIGNATURE-----



reply via email to

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