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
informa
Hi Nick - From the description of your flowgraph, I think you'll have to write
your own custom block to handle the "consequent addition". In C/C++, you could
declare an array during instantiation that would be a class variable, once you
know the vector size of the addition (via an instantiation
Greetings!
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. I wanted to design a block