[Discuss-gnuradio] Which block architecture to choose?

2013-06-13 Thread Marcus Leech
I'm working on a few blocks specific to small-scale radio astronomy, and one I want to build should be relatively simple.

It takes a vector as input--typically a vector of FFT magnitudes.

It produces multiple output streams, each stream is the sum of a subset of the bins in the FFT vector, with the ability to dynamically configure which subset sums belong to which output stream.

I'm thinking gr_sync_block is the right class to use, since this block would produce an output on the streams every time an input vector is presented.

But any further guidance would be welcomed.



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Which block architecture to choose?

2013-06-13 Thread Johnathan Corgan
On Thu, Jun 13, 2013 at 6:39 AM, Marcus Leech mle...@ripnet.com wrote:


 I'm working on a few blocks specific to small-scale radio astronomy, and
 one I want to build should be relatively simple.

 It takes a vector as input--typically a vector of FFT magnitudes.

 It produces multiple output streams, each stream is the sum of a subset of
 the bins in the FFT vector, with the ability to dynamically configure which
 subset sums belong to which output stream.

 I'm thinking gr_sync_block is the right class to use, since this block
 would produce an output on the streams every time an input vector is
 presented.


Agree, I don't see any reason to do otherwise.

-- 
Johnathan Corgan
Corgan Labs - SDR Training and Development Services
http://corganlabs.com
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio