Re: [Discuss-gnuradio] two RX paths

2013-12-04 Thread Nemanja Savic
So everything worked fine except I got the following warning: UHD Warning: Mixing real and quadrature rx subdevices is not supported. The Q input to the real source(s) will be non-zero. Which is probably due to my wish to use WBX with IQ and only one channel from LFTX. Is there any way to

Re: [Discuss-gnuradio] two RX paths

2013-12-04 Thread Nemanja Savic
Everything is OK, I have just put "B:A A:0" in the subdevice field. On Wed, Dec 4, 2013 at 10:47 AM, Nemanja Savic wrote: > I did following: I made simple flow graph and used USRP source first with > two channels and LFTX mboard. But the follwong error occurs: > > File "/home/savi_ne/work/gnu

Re: [Discuss-gnuradio] two RX paths

2013-12-04 Thread Nemanja Savic
I did following: I made simple flow graph and used USRP source first with two channels and LFTX mboard. But the follwong error occurs: File "/home/savi_ne/work/gnuradio/GRC/top_block.py", line 105, in __init__ self.uhd_usrp_source_0_0_1.set_center_freq(43390, 1) File "/usr/local/lib64/

Re: [Discuss-gnuradio] two RX paths

2013-12-03 Thread Nemanja Savic
Thank you Marcus again, I changed device address, in both places, but the same problem appears. I see that it loads now 4rx image, but the problem remains. self.uhd_usrp_source_1 = uhd.usrp_source( device_addr="fpga=usrp1_fpga_4rx.rbf", stream_args=uhd.stream_args(

Re: [Discuss-gnuradio] two RX paths

2013-12-03 Thread Marcus D. Leech
On 12/03/2013 12:00 PM, Nemanja Savic wrote: Thank you Marcus again, I changed device address, in both places, but the same problem appears. I see that it loads now 4rx image, but the problem remains. self.uhd_usrp_source_1 = uhd.usrp_source( device_addr="fpga=usrp1_fpga_4

Re: [Discuss-gnuradio] two RX paths

2013-12-03 Thread Nemanja Savic
I see, but still don't get where this change should be made. And also, more important, i I have standard configuration with 2 DDCs and 2 DUCs, then it should work like that, cause I need only 2 DDCs if I am not wrong. On Tue, Dec 3, 2013 at 5:15 PM, Marcus D. Leech wrote: > On 12/03/2013 11:10

Re: [Discuss-gnuradio] two RX paths

2013-12-03 Thread Marcus D. Leech
On 12/03/2013 11:10 AM, Nemanja Savic wrote: Hi all guys, I would like to receive in my application signals from WBX board and from LFTX simultaneousely. At the moment, when I run the flow graph it ends immediately with core dump, and zero divisin exception. In the script, sources are define

[Discuss-gnuradio] two RX paths

2013-12-03 Thread Nemanja Savic
Hi all guys, I would like to receive in my application signals from WBX board and from LFTX simultaneousely. At the moment, when I run the flow graph it ends immediately with core dump, and zero divisin exception. In the script, sources are defined in this way: self.uhd_usrp_source_0 = u

[Discuss-gnuradio] two RX paths

2008-10-12 Thread Juha Vierinen
Hi, Is there an example where two usrp sources are used to sample from two daughtercards simultaneously? Or is this even possible? Best Regards, juha ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/disc