Re: [Discuss-gnuradio] Hierarchical block with multiple points-of-entry

2005-04-18 Thread Eric Blossom
On Mon, Apr 18, 2005 at 01:50:12PM -0400, Rahul Dhar wrote: > Is it possible to create a hierarchical block with two blocks as the > "head" block? For example, I want to do the following: > > USRP Rx -> Demodulator -> ... > USRP Rx -> Signal power calculator > > The Demodulator and Signal power

[Discuss-gnuradio] Hierarchical block with multiple points-of-entry

2005-04-18 Thread Rahul Dhar
Is it possible to create a hierarchical block with two blocks as the "head" block? For example, I want to do the following: USRP Rx -> Demodulator -> ... USRP Rx -> Signal power calculator The Demodulator and Signal power shpuld be the head blocks of a hierarchical block. Is there some magic wi