discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Error while receiving


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] Error while receiving
Date: Fri, 10 Oct 2008 13:13:29 -0700

On Fri, Oct 10, 2008 at 9:02 AM, kaleem ahmad <address@hidden> wrote:

> Addition to my above question I also want to know how can I connect two
> different flowgraphs with 'usrp.source_c',
>
> I was trying following
>
> src = usrp.source_c(...)
> fg.connect((src, 0),.......blocks of fg1)
> fg.connect((src, 1),.......blocks of fg2)

The usrp.source_c block only has one output, so you just connect:

fg.connect(src, fg1)
fg.connect(src, fg2)

-- 
Johnathan Corgan
Corgan Enterprises LLC
http://corganenterprises.com/




reply via email to

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