Hi Nick,

On 09/18/2018 05:17 AM, Nick Sukhov wrote:
I need to implement following procedure in GNU Radio and I’m lost on how to do 
it. I want to split a stream of data into a vectors, than add up these vectors 
consequently for some time (1000 additions for instance) and then store the 
information into file.

Doesn't the 'integrate' block do exactly what you want? You tell it the size of your vector, and how many times to do the addition (integration). After enough integrations have happened, it will push out the result as a vector and start again, and you can then simply store the output in a file.

Regards, Paul Boven.

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to