discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Storing temporary data in GNU Radio


From: Paul Boven
Subject: Re: [Discuss-gnuradio] Storing temporary data in GNU Radio
Date: Wed, 19 Sep 2018 23:05:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

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.



reply via email to

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