discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Scope sink + multiple channels


From: Matt Ettus
Subject: Re: [Discuss-gnuradio] Scope sink + multiple channels
Date: Fri, 06 Jul 2007 12:55:05 -0700
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

Jeffrey Karrels wrote:
> Hello all
>
> I have a complex signal coming in from the USRP that I am filtering
> and sending to a scope_sink.  Now I wish to add a channel on that same
> scope and output a square wave  It seems like I can do it, I am just
> having issues of figuring out how to do it.


Just connect more signals to it:

    self.connect(other_thing,(scopesink,1))
    self.connect(yet_another_thing,(scopesink,2))

Matt




reply via email to

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