discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] Which block architecture to choose?
Date: Thu, 13 Jun 2013 16:03:21 -0700

On Thu, Jun 13, 2013 at 6:39 AM, Marcus Leech <address@hidden> 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
reply via email to

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