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: kaleem ahmad
Subject: Re: [Discuss-gnuradio] Error while receiving
Date: Sat, 11 Oct 2008 09:49:23 -0700 (PDT)

Thanks Johnathan and Eric,

Please dont consider my last mail, because the way Johnathan suggested is
working but I have some other problems.

Best Regards
Kaleem Ahmad

kaleem ahmad wrote:
> 
> 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 <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)
>> 
>> -- 
>> Johnathan Corgan
>> Corgan Enterprises LLC
>> http://corganenterprises.com/
>> 
>> 
>> _______________________________________________
>> Discuss-gnuradio mailing list
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>> 
>> 
> 
> 

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





reply via email to

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