discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] change number of input bytes in block


From: steve
Subject: [Discuss-gnuradio] change number of input bytes in block
Date: Fri, 9 Mar 2007 16:18:29 +0000
User-agent: Mutt/1.5.11

Hi,

i've a _bb block that i wrote. On the first call to work() i
get 2047 bytes, 2nd call 127, then 7 and then 1 byte ..then the
whole thing starts again.

I would like to get the same amount of data for each call to
work() (e.g. always 512 bytes on input). Is that possible?

Where does 2047, 127, 7 and 1 come from anyway?
(2^11 - 1, 2^7 -1, 2^3 - 1, 2^1 - 1)

steve




reply via email to

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