Hi Martin,
Thanks!
Ok, I attach three files here. I hope you get from the code what is going on
there.
ofdm_dictionary_3.cc is the middle components code. After processing inside
that I pass data into ofdm_dictionary_2.cc
Again, it works for smaller number of int delay_min, int delay_max, in
On 29.01.2014 12:30, Nasi wrote:
Hi all,
I've created a simple flow graph with three components. The first one
generates K * L number of values (it is a loop), it passes them to the
next one where I do some operations on them.
I want it to run just once and then stop it. Therefore In The first
c
Hi all,
I've created a simple flow graph with three components. The first one generates
K * L number of values (it is a loop), it passes them to the next one where I
do some operations on them.
I want it to run just once and then stop it. Therefore In The first component I
add : boost::this_th