discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] RA detector signal chain


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] RA detector signal chain
Date: Thu, 5 Jan 2006 04:21:54 -0800
User-agent: Mutt/1.5.6i

On Wed, Jan 04, 2006 at 08:56:18PM -0500, Marcus Leech wrote:
> I'm slowly starting to "grok" some of the internals of GnuRadio.
> 
> I want to use GnuRadio for radio astronomy, including total-power 
> detection.
> 
> Also, since I'd be wanting to do spectral analysis in parallel, is
> there a "Tee fitting" in the signal processing chain that would
> allow me to do this?

Yes, you can connect a block's output to multiple inputs.  No problem,
just use: 

  fg.connect(out, in1)
  fg.connect(out, in2)

Eric




reply via email to

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