Thanks Johnathan,

I am tring following as you suggested:

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

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

But by doing this my fg2 is working but fg1 is not...It seems as the
connection of fg1 is overwritten by fg2???
By the way I am using gnuradio3.1.1...is there any update in connect method
in later versions?
By the way I have also tried following:

fg.connect(src, fg1)
........
while(1):
        disconnect_all()
        fg.connect(src,fg2)
        .......
        disconnect_all()
        fg.connect(src,fg1)

But it is also not working? any suggestion for both of these methods?

Best Regards

Kaleem Ahmad




Johnathan Corgan-2 wrote:
> 
> On Fri, Oct 10, 2008 at 9:02 AM, kaleem ahmad <[EMAIL PROTECTED]>
> 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)
> 
> -- 
> Johnathan Corgan
> Corgan Enterprises LLC
> http://corganenterprises.com/
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Error-while-receiving-tp19900161p19934038.html
Sent from the GnuRadio mailing list archive at Nabble.com.



_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to