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

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to