discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] How to predict output buffer size


From: Igor Volodin
Subject: Re: [Discuss-gnuradio] How to predict output buffer size
Date: Sun, 29 Jan 2017 00:02:19 +0300
User-agent: Roundcube Webmail/1.1.2

Hi Marcus,

Thanks for reply.
I have rechecked offical documentation about forecast() method, and
found that you were right. All i think about forecast() behaviour was
my miscomprehension.

I just want count a number of consecutive samples that have a value of
"1".
If my block will get on input the following  sequence [0, 1, 1, 1, 0],
it should send to output a value 3.
If on input will be [1, 1, 0, 1, 0, 0] output should present 2 integer
values: "2" and "1"



Best regards,
Igor



reply via email to

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