discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Python block inputting vectors of random sizes


From: Martin Braun
Subject: Re: [Discuss-gnuradio] Python block inputting vectors of random sizes
Date: Wed, 30 Sep 2015 17:17:18 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0

On 29.09.2015 08:21, Chad R wrote:
> which I would expect to take in an N length vector and return an M
> length vector. However my input vector, in0. Seems to be arbitarially
> (random number, N) in size. The random number is a multiple of four
> which I presume is due to the data type. I have matching data types so I
> am confuse as to why its not creating a (1,N) vector. Any help would be
> greatly appreciated.

The correct behaviour is that input_items[0] has a length that's a
*multiple* of N. Is N == 4 in your case, by any chance?

M



reply via email to

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